Class FWResultTreeNodeFactory
java.lang.Object
net.simplace.ui.tree.FWTreeNodeFactory
net.simplace.ui.splitpane.results.FWResultTreeNodeFactory
- 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.
-
Constructor Details
-
FWResultTreeNodeFactory
public FWResultTreeNodeFactory()- 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
-