Class AbstractValueEditContainer

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
org.graffiti.editor.dialog.AbstractValueEditContainer
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, ValueEditContainer
Direct Known Subclasses:
AbstractGraffitiValueEditContainer

public abstract class AbstractValueEditContainer
extends JComponent
implements ValueEditContainer
This class provides an abstract implementation of the ValueEditComponent-interface.
See Also:
JComponent, ValueEditComponent, Serialized Form
  • Method Details

    • getValueEditComponents

      public List<ValueEditComponent> getValueEditComponents()
      Returns a list containing all the ValueEditComponents of this value edit container.
      Returns:
      a list containing all the ValueEditComponents of this value edit container.
    • addValueEditComponent

      public void addValueEditComponent​(ValueEditComponent vec)
      Adds another ValueEditComponent to the current dialog.
      Specified by:
      addValueEditComponent in interface ValueEditContainer
      Parameters:
      vec - the ValueEditComponent to be added.