public class Split extends XMLComplexElement
attributes, complexStructureatts, isCollapsed, isReadOnly, isRequired, isVisible, labelName, name, NEWLINE, OFFSET, value| 构造器和说明 |
|---|
Split()
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.
|
XMLAttribute |
getAttrType() |
XMLPanel |
getPanel()
Prepares the panel with a combo box to choose the one of allowed split types.
|
TransitionRefs |
getRefTransitionRefs() |
String |
getType() |
boolean |
isEmpty()
The split is empty if user didn't select AND or XOR.
|
void |
refreshLabelName() |
void |
setAttrType(XMLAttribute attrType) |
void |
setRefTransitionRefs(TransitionRefs refTransitionRefs) |
void |
setValue(String val) |
void |
toXML(Node parent)
Supposed to be overriden by derived classes to implement element specific
writting to an XML file.
|
fromXML, get, get, getChildElements, getElementsCount, getIndex, getNode, isValid, processAttributes, processElements, set, set, setReadOnly, toComplexType, toComplexTypeValues, toComplexValues, toStringfromXML, getPrintDescription, getPrintDescription, isCollapsed, isReadOnly, isRequired, isValidEnter, isVisible, setCollapsed, setLabelName, setRequired, setValue, setVisible, toLabel, toName, toValueprotected void fillStructure()
fillStructure 在类中 XMLComplexElementpublic boolean isEmpty()
isEmpty 在类中 XMLComplexElementpublic TransitionRefs getRefTransitionRefs()
public void setRefTransitionRefs(TransitionRefs refTransitionRefs)
public XMLAttribute getAttrType()
public void setAttrType(XMLAttribute attrType)
public XMLPanel getPanel()
getPanel 在类中 XMLComplexElementpublic String getType()
public Object clone()
clone 在类中 XMLComplexElementpublic void refreshLabelName()
refreshLabelName 在类中 XMLComplexElementpublic void toXML(Node parent)
XMLElementtoXML 在类中 XMLComplexElementparent - indicates how much tabulators to put before element tag.public void setValue(String val)
Copyright © 2023 onecode. All rights reserved.