Class PClassBrowserPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class PClassBrowserPanel extends JPanel
See Also:
  • Constructor Details

    • PClassBrowserPanel

      public PClassBrowserPanel(DataDictionary dataDictionary, TreeSelectionListener treeListener)
      This is the constructor Used by the BAS toolkit widgets when they reuse this component as a JavaBeans customizer. In this situation this component is positioned to the left of the NewClassTree.
      Parameters:
      dataDictionary -
      treeListener -
    • PClassBrowserPanel

      public PClassBrowserPanel(DataDictionary dataDictionary, String[] classesToDisplay)
      Constructor that creates a ClassBrowserTree containing only those classes specified in the ArrayList. Classes and their subclasses are displayed in the tree - the ArrayList represents base classes that should be displayed.
      Parameters:
      dataDictionary -
      classesToDisplay - The list of classes that should be displayed in the tree. Any class not in the list is not displayed
  • Method Details

    • expandAndSelect

      public void expandAndSelect(String ddclass)
    • expandAndSelect

      public void expandAndSelect(String ddclass, String field)
    • addTreeSelectionListener

      public void addTreeSelectionListener(TreeSelectionListener treeListener)
      Add listeners so they can be notfied when an item is selected in the tree
      Parameters:
      treeListener -