Klasse FWTreeNodeFactory

java.lang.Object
net.simplace.ui.tree.FWTreeNodeFactory
Bekannte direkte Unterklassen:
FWKeyWordTreeNodeFactory, FWResultTreeNodeFactory, FWSimComponentsTreeNodeFactory

public abstract class FWTreeNodeFactory extends Object
Autor:
Andreas Enders
  • Felddetails

    • iSourceElement

      protected Object iSourceElement
    • iAllwaysShowTreeNodes

      protected boolean iAllwaysShowTreeNodes
    • iCurrentUserRightsObject

      protected UserRightsObject iCurrentUserRightsObject
  • Konstruktordetails

    • FWTreeNodeFactory

      public FWTreeNodeFactory(Object aSourceElement, boolean aAllwaysShowTreeNodes, UserRightsObject aCurrentUserRightsObject)
      Parameter:
      aSourceElement -
      aAllwaysShowTreeNodes -
      aCurrentUserRightsObject -
  • Methodendetails

    • createTreeChildren

      protected abstract void createTreeChildren(DefaultMutableTreeNode aRootNode)
      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.