Klasse FWSimComponentsTreeNodeFactory
java.lang.Object
net.simplace.ui.tree.FWTreeNodeFactory
net.simplace.ui.splitpane.simcomponents.FWSimComponentsTreeNodeFactory
- Autor:
- Andreas Enders
-
Feldübersicht
Von Klasse geerbte Felder net.simplace.ui.tree.FWTreeNodeFactory
iAllwaysShowTreeNodes, iCurrentUserRightsObject, iSourceElement -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidcreateTreeChildren(DefaultMutableTreeNode aRootNode) Creates child nodes for a newly-expanded parent node.voidcreateTreeChildren(DefaultMutableTreeNode aRootNode, org.jdom2.Element aSourceElement)
-
Konstruktordetails
-
FWSimComponentsTreeNodeFactory
public FWSimComponentsTreeNodeFactory()- Parameter:
aSourceElement-aAllwaysShowTreeNodes-aCurrentUserRightsObject-
-
-
Methodendetails
-
createTreeChildren
Beschreibung aus Klasse kopiert:FWTreeNodeFactoryCreates child nodes for a newly-expanded parent node. Called on worker thread. The userObject parameter is the newly-expanded node's link back to the remote model. Initially, each child node is assigned an allowsChildren property and a link back to the remote model.- Angegeben von:
createTreeChildrenin KlasseFWTreeNodeFactory
-
createTreeChildren
- Parameter:
aRootNode-aSourceElement-
-