Class FWSimComponentsTreeNodeFactory

java.lang.Object
net.simplace.ui.tree.FWTreeNodeFactory
net.simplace.ui.splitpane.simcomponents.FWSimComponentsTreeNodeFactory

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

    • FWSimComponentsTreeNodeFactory

      public FWSimComponentsTreeNodeFactory()
      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
    • createTreeChildren

      public void createTreeChildren(DefaultMutableTreeNode aRootNode, org.jdom2.Element aSourceElement)
      Parameters:
      aRootNode -
      aSourceElement -