Class FWSimComponentsTreeNodeFactory
java.lang.Object
net.simplace.ui.tree.FWTreeNodeFactory
net.simplace.ui.splitpane.simcomponents.FWSimComponentsTreeNodeFactory
- Author:
- Andreas Enders
-
Field Summary
Fields inherited from class net.simplace.ui.tree.FWTreeNodeFactory
iAllwaysShowTreeNodes, iCurrentUserRightsObject, iSourceElement -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateTreeChildren(DefaultMutableTreeNode aRootNode) Creates child nodes for a newly-expanded parent node.voidcreateTreeChildren(DefaultMutableTreeNode aRootNode, org.jdom2.Element aSourceElement)
-
Constructor Details
-
FWSimComponentsTreeNodeFactory
public FWSimComponentsTreeNodeFactory()- Parameters:
aSourceElement-aAllwaysShowTreeNodes-aCurrentUserRightsObject-
-
-
Method Details
-
createTreeChildren
Description copied from class: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.- Specified by:
createTreeChildrenin classFWTreeNodeFactory
-
createTreeChildren
- Parameters:
aRootNode-aSourceElement-
-