public class DeclaredType extends XMLComplexElement
attributes, complexStructureatts, isCollapsed, isReadOnly, isRequired, isVisible, labelName, name, NEWLINE, OFFSET, value| 构造器和说明 |
|---|
DeclaredType(Package p)
Creates a new instance of the class.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
clone()
Used to create exact copy of instance of this class.
|
protected void |
fillStructure()
Defines the super-class method.
|
void |
fromXML(Node node)
Overrides super-class method to realize this class specific reading from
XML file.
|
XMLPanel |
getPanel()
Prepares the panel with a combo box to choose the one of already
user-declared types.
|
void |
toXML(Node parent)
Overrides super-class method to realize this class specific writting to
XML file.
|
get, get, getChildElements, getElementsCount, getIndex, getNode, isEmpty, isValid, processAttributes, processElements, refreshLabelName, set, set, setReadOnly, toComplexType, toComplexTypeValues, toComplexValues, toStringfromXML, getPrintDescription, getPrintDescription, isCollapsed, isReadOnly, isRequired, isValidEnter, isVisible, setCollapsed, setLabelName, setRequired, setValue, setVisible, toLabel, toName, toValuepublic DeclaredType(Package p)
p - The package which elements holds instance of of this class.protected void fillStructure()
fillStructure 在类中 XMLComplexElementpublic void toXML(Node parent) throws DOMException
toXML 在类中 XMLComplexElementparent - indicates how much tabulators to put before element tag.DOMExceptionpublic void fromXML(Node node)
fromXML 在类中 XMLComplexElementtagContent - The content retrieved from XML file, that represents tag for
this element.public Object clone()
clone 在类中 XMLComplexElementpublic XMLPanel getPanel()
getPanel 在类中 XMLComplexElementCopyright © 2023 onecode. All rights reserved.