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