|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cmc.tcgui.datadef.TCEntry
cz.cmc.tcgui.datadef.TCObject
Abstract parent for TCQdisc, TCClass and TCFilter implementing their common functionality.
Field Summary | |
protected AttributeEntry |
attributeEntry
Main group containing all Attributes and sub AttributeEntries (AttributeEntries) of this TCObject. |
static Checker |
DEFAULT_CHECKER
Default checker |
protected Editor |
editor
Editor for this TCObject definition |
protected Exporter |
exporter
Exporter for this TCObject definition |
protected Generator |
generator
Generator for this TCObject definition |
protected Checker |
checker
Checker for this TCObject definition |
Fields inherited from class cz.cmc.tcgui.datadef.TCEntry |
description, id, label, name |
Constructor Summary | |
TCObject()
Creates new TCObject. |
|
TCObject(String id,
String name,
String label)
Creates new TCObject with given id, name and label |
Method Summary | |
AttributeEntry |
getAttributeEntry()
Returns the attributeEntry of this TCObject. |
Editor |
getEditor()
|
Exporter |
getExporter()
|
Generator |
getGenerator()
|
Checker |
getChecker()
|
void |
setAttributeEntry(AttributeEntry attributeEntry)
Sets the attributeEntry of this TCObject. |
void |
setEditor(Editor editor)
Sets Editor associated with this TCObject definition |
void |
setExporter(Exporter exporter)
Sets Exporter associated with this TCObject definition |
void |
setGenerator(Generator generator)
Sets Generator associated with this TCObject definition |
void |
setChecker(Checker checker)
Sets Checker associated with this TCObject definition |
Methods inherited from class cz.cmc.tcgui.datadef.TCEntry |
clone, getDescription, getID, getLabel, getName, setDescription, setID, setLabel, setName, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected AttributeEntry attributeEntry
public static final Checker DEFAULT_CHECKER
protected Generator generator
protected Checker checker
protected Editor editor
protected Exporter exporter
Constructor Detail |
public TCObject()
public TCObject(String id, String name, String label)
id
- id of the TCObjectname
- name of the TCObjectlabel
- human-readable label of the TCObjectMethod Detail |
public void setAttributeEntry(AttributeEntry attributeEntry)
attributeEntry
- new AttributeEntry to be setattributeEntry
public AttributeEntry getAttributeEntry()
attributeEntry
public Generator getGenerator()
public void setGenerator(Generator generator)
public Checker getChecker()
public void setChecker(Checker checker)
public Editor getEditor()
public void setEditor(Editor editor)
public Exporter getExporter()
public void setExporter(Exporter exporter)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |