public class FinishMode extends XMLComplexElement
attributes, complexStructureatts, isCollapsed, isReadOnly, isRequired, isVisible, labelName, name, NEWLINE, OFFSET, value| 构造器和说明 |
|---|
FinishMode()
Creates a new instance of the class.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
afterImporting() |
Object |
clone()
Used to create exact copy of instance of this class.
|
protected void |
fillStructure()
Defines the super-class method.
|
void |
fromXML(Node node)
Supposed to be overriden by derived classes to implement element specific
reading from an XML file.
|
XMLPanel |
getPanel()
Prepares the panel with a combo box to choose the one of allowed finish
modes.
|
boolean |
isEmpty()
The finish mode is empty if user didn't select Automatic or Manual.
|
String |
toString()
Overrides super-class method to retreive the choosen mode.
|
Object |
toValue()
Overrides the super class method to return the value of the choosen mode.
|
get, get, getChildElements, getElementsCount, getIndex, getNode, isValid, processAttributes, processElements, refreshLabelName, set, set, setReadOnly, toComplexType, toComplexTypeValues, toComplexValues, toXMLfromXML, getPrintDescription, getPrintDescription, isCollapsed, isReadOnly, isRequired, isValidEnter, isVisible, setCollapsed, setLabelName, setRequired, setValue, setVisible, toLabel, toNameprotected void fillStructure()
fillStructure 在类中 XMLComplexElementpublic void fromXML(Node node)
XMLElementfromXML 在类中 XMLComplexElementnode - The content retrieved from XML file, that represents tag for
this element.protected void afterImporting()
public boolean isEmpty()
isEmpty 在类中 XMLComplexElementpublic XMLPanel getPanel()
getPanel 在类中 XMLComplexElementpublic Object toValue()
toValue 在类中 XMLElementpublic String toString()
toString 在类中 XMLComplexElementpublic Object clone()
clone 在类中 XMLComplexElementCopyright © 2023 onecode. All rights reserved.