Class DefaultEditPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

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

    • DefaultEditPanel

      public DefaultEditPanel​(String emptyMessage)
      Instantiates a new edit panel.
  • Method Details

    • issueCompleteRedrawForView

      public static void issueCompleteRedrawForView​(View activeView, Graph g)
      Parameters:
      activeView -
    • setEditComponentMap

      public void setEditComponentMap​(Map map)
      Sets the map of editcomponents to the given map.
      Specified by:
      setEditComponentMap in class EditPanel
      Parameters:
      map - DOCUMENT ME!
    • setListenerManager

      public void setListenerManager​(ListenerManager lm)
      Sets the ListenerManager.
      Specified by:
      setListenerManager in class EditPanel
      Parameters:
      lm - DOCUMENT ME!
    • buildTable

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

      public void updateTable​(Attribute attr)
      DOCUMENT ME!
      Specified by:
      updateTable in class EditPanel
      Parameters:
      attr - DOCUMENT ME!
    • setDiscardedRowIDs

      public static void setDiscardedRowIDs​(HashSet<String> discardedRowIDs)
    • getDiscardedRowIDs

      public static Collection<String> getDiscardedRowIDs()
    • showEmpty

      public void showEmpty()
      Specified by:
      showEmpty in class EditPanel