Class EditorActions.PromptPropertyAction

java.lang.Object
javax.swing.AbstractAction
de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorActions.PromptPropertyAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
EditorActions

public static class EditorActions.PromptPropertyAction extends AbstractAction
See Also:
  • Field Details

    • target

      protected Object target
    • fieldname

      protected String fieldname
    • message

      protected String message
  • Constructor Details

    • PromptPropertyAction

      public PromptPropertyAction(Object target, String message)
    • PromptPropertyAction

      public PromptPropertyAction(Object target, String message, String fieldname)
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)