Class AbstractDialogableEditComponent

All Implemented Interfaces:
EventListener, AttributeListener, EdgeListener, GraphListener, NodeListener, TransactionListener, ValueEditComponent

public abstract class AbstractDialogableEditComponent
extends AbstractValueEditComponent
AbstractDialogableEditComponent provides some default extensions of the AbstractValueEditComponent for those instances of ValueEditComponent which offer an arbitrary dialog for specifying the corresponding attribute value.
See Also:
JButton, JDialog
  • Method Details

    • getButton

      public JButton getButton()
      Returns the button of the AbstractDialogableEditComponent.
      Returns:
      the button of the AbstractDialogableEditComponent.
    • getDialog

      public JDialog getDialog()
      Returns the dialog of this AbstractDialogableEditComponent.
      Returns:
      the dialog of this AbstractDialogableEditComponent.