Package net.simplace.ui.tree
Klasse FWTreeNodeFactory
java.lang.Object
net.simplace.ui.tree.FWTreeNodeFactory
- Bekannte direkte Unterklassen:
FWKeyWordTreeNodeFactory,FWResultTreeNodeFactory,FWSimComponentsTreeNodeFactory
- Autor:
- Andreas Enders
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected booleanprotected UserRightsObjectprotected Object -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungFWTreeNodeFactory(Object aSourceElement, boolean aAllwaysShowTreeNodes, UserRightsObject aCurrentUserRightsObject) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected abstract voidcreateTreeChildren(DefaultMutableTreeNode aRootNode) Creates child nodes for a newly-expanded parent node.
-
Felddetails
-
iSourceElement
-
iAllwaysShowTreeNodes
protected boolean iAllwaysShowTreeNodes -
iCurrentUserRightsObject
-
-
Konstruktordetails
-
FWTreeNodeFactory
public FWTreeNodeFactory(Object aSourceElement, boolean aAllwaysShowTreeNodes, UserRightsObject aCurrentUserRightsObject) - Parameter:
aSourceElement-aAllwaysShowTreeNodes-aCurrentUserRightsObject-
-
-
Methodendetails
-
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.
-