Class FWResultTreeNodeFactory

java.lang.Object
net.simplace.ui.tree.FWTreeNodeFactory
net.simplace.ui.splitpane.results.FWResultTreeNodeFactory

public class FWResultTreeNodeFactory extends FWTreeNodeFactory
Author:
Andreas Enders
  • Constructor Details

    • FWResultTreeNodeFactory

      public FWResultTreeNodeFactory()
      Parameters:
      aSourceElement -
      aAllwaysShowTreeNodes -
      aCurrentUserRightsObject -
  • Method Details

    • createTreeChildren

      public void createTreeChildren(DefaultMutableTreeNode aRootNode)
      Description copied from class: FWTreeNodeFactory
      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.
      Specified by:
      createTreeChildren in class FWTreeNodeFactory