Package net.simplace.ui.tree
Class FWTreeNodeFactory
java.lang.Object
net.simplace.ui.tree.FWTreeNodeFactory
- Direct Known Subclasses:
FWKeyWordTreeNodeFactory,FWResultTreeNodeFactory,FWSimComponentsTreeNodeFactory
- Author:
- Andreas Enders
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFWTreeNodeFactory(Object aSourceElement, boolean aAllwaysShowTreeNodes, UserRightsObject aCurrentUserRightsObject) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidcreateTreeChildren(DefaultMutableTreeNode aRootNode) Creates child nodes for a newly-expanded parent node.
-
Field Details
-
iSourceElement
-
iAllwaysShowTreeNodes
protected boolean iAllwaysShowTreeNodes -
iCurrentUserRightsObject
-
-
Constructor Details
-
FWTreeNodeFactory
public FWTreeNodeFactory(Object aSourceElement, boolean aAllwaysShowTreeNodes, UserRightsObject aCurrentUserRightsObject) - Parameters:
aSourceElement-aAllwaysShowTreeNodes-aCurrentUserRightsObject-
-
-
Method Details
-
createTreeChildren
Creates 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.
-