Class ComboBoxEditComponent

All Implemented Interfaces:
EventListener, AttributeListener, EdgeListener, GraphListener, NodeListener, TransactionListener, ValueEditComponent
Direct Known Subclasses:
ArrowShapeEditComponent, EdgeArrowShapeEditComponent, EdgeShapeEditComponent, NodePathwayLinkVisualizationAttributeEditor, NodeShapeEditComponent, ObjectListComponent

public class ComboBoxEditComponent
extends AbstractValueEditComponent
Displays a combo box to let the user choose from several possibilities.
Version:
$Revision: 1.9 $
  • Constructor Details

    • ComboBoxEditComponent

      public ComboBoxEditComponent​(Displayable disp)
      Creates a new ComboBoxEditComponent object.
      Parameters:
      disp - DOCUMENT ME!
  • Method Details

    • getComponent

      public JComponent getComponent()
      Returns the ValueEditComponent's JComponent.
      Returns:
      DOCUMENT ME!
    • setEditFieldValue

      public void setEditFieldValue()
      Sets the current value of the Attribute in the corresponding JComponent.
    • setValue

      public void setValue()
      Sets the value of the displayable specified in the JComponent. Probably not useful or overwritten by subclasses.