public class Services extends XMLCollection
controlledPanel, controlPanel, IDPrefix, myOwner, refCollectionElementsatts, isCollapsed, isReadOnly, isRequired, isVisible, labelName, name, NEWLINE, OFFSET, value| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
afterImporting()
Called after importing of XML file to set the contained tools properly.
|
Object |
clone()
Used to create exact copy of instance of this class.
|
void |
fromXML(Node node)
Supposed to be overriden by derived classes to implement element specific
reading from an XML file.
|
XMLElement |
generateNewElement()
Generates a new element of the class which instances are members of
collection of this class. return The generated instance of class that
makes collection.
|
int[] |
getInvisibleTableFieldOrdinals()
Returns the ordinal numbers of elements not to be displayed within table
panel.
|
XMLPanel |
getPanel()
Returns the panel for editing the element.
|
void |
toXML(Node parent)
Overrides super-class method to realize this class specific writting to
XML file.
|
add, canInsertElement, canRemoveElement, clear, decrementID, generateID, get, getChoosable, getCollectionElement, getControlledPanel, getControlPanel, getCurrentID, getEditableDefaultValue, getEditableTableFieldOrdinals, getElementStructure, getIDPrefix, getInUseMessageName, getJList, getNode, getOwner, getReadOnlyMessageName, getTableElements, getValues, getXPDLNode, isEmpty, isIdValid, isJCheckBox, onElementCreated, onElementDeleted, onElementInserted, onElementModified, onElementRemoved, refreshCollection, refreshLabelName, remove, resetID, setCurrentID, setIDPrefix, setOwner, setReadOnly, size, toCollection, toString, updateIDfromXML, getPrintDescription, getPrintDescription, isCollapsed, isReadOnly, isRequired, isValid, isValidEnter, isVisible, setCollapsed, setLabelName, setRequired, setValue, setVisible, toLabel, toName, toValuepublic Services(Activity act)
act - The activity which owns this tools.public XMLElement generateNewElement()
generateNewElement 在类中 XMLCollectionpublic void toXML(Node parent) throws DOMException
NOTE: This element doesn't exist in WfMC DTD and it is among other things, also introduced to gather Tool definitions and write it int XML.
toXML 在类中 XMLCollectionparent - indicates how much tabulators to put before element tag.DOMExceptionprotected void afterImporting()
public int[] getInvisibleTableFieldOrdinals()
XMLCollectionXMLComplexElement.fillStructure() method.public Object clone()
clone 在类中 XMLCollectionpublic XMLPanel getPanel()
XMLElementgetPanel 在类中 XMLCollectionpublic void fromXML(Node node)
XMLElementfromXML 在类中 XMLCollectionnode - The content retrieved from XML file, that represents tag for
this element.Copyright © 2023 onecode. All rights reserved.