Klasse FWSimSolutionTreeNodeFactory

java.lang.Object
net.simplace.ui.tree.FWTreeNodeFactory
net.simplace.ui.splitpane.solution.FWSimSolutionTreeNodeFactory

public class FWSimSolutionTreeNodeFactory extends FWTreeNodeFactory
Autor:
Andreas Enders
  • Konstruktordetails

    • FWSimSolutionTreeNodeFactory

      public FWSimSolutionTreeNodeFactory(FWSimSolution aSolution)
      Parameter:
      aSourceElement -
      aAllwaysShowTreeNodes -
      aCurrentUserRightsObject -
  • Methodendetails

    • createTreeChildren

      public void createTreeChildren(DefaultMutableTreeNode aRootNode)
      Beschreibung aus Klasse kopiert: 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.
      Angegeben von:
      createTreeChildren in Klasse FWTreeNodeFactory
    • createTreeChildren

      public void createTreeChildren(DefaultMutableTreeNode aRootNode, FWSimSolution aSolution)
      Parameter:
      aRootNode -
      aSourceElement -