Class EditPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
DefaultEditPanel

public abstract class EditPanel
extends JPanel
Represents the edit panel in the inspector.
Version:
$Revision: 1.8 $
See Also:
Serialized Form
  • Constructor Details

    • EditPanel

      public EditPanel()
  • Method Details

    • setEditComponentMap

      public abstract void setEditComponentMap​(Map<?,​?> map)
      Sets the map of editcomponents to the given map.
      Parameters:
      map - DOCUMENT ME!
    • setListenerManager

      public abstract void setListenerManager​(ListenerManager lm)
      Sets the ListenerManager.
      Parameters:
      lm - DOCUMENT ME!
    • buildTable

      public abstract void buildTable​(DefaultMutableTreeNode treeNode, Collection<? extends Attributable> graphElements, String tabName)
      Builds the table that is used for editing attributes from scratch.
      Parameters:
      treeNode - root attribute.
      graphElements - DOCUMENT ME!
    • updateTable

      public abstract void updateTable​(Attribute attr)
      DOCUMENT ME!
      Parameters:
      attr - DOCUMENT ME!
    • setGraphElementMap

      public void setGraphElementMap​(Map<?,​?> geMap)
      Sets a reference to the map between old and new graph elements needed by edit panel for creation of undo edits.
      Parameters:
      geMap - a reference to the map between old and new graph elements
    • showEmpty

      public abstract void showEmpty()