Module platform

Class EditEvent

java.lang.Object
java.util.EventObject
de.grogra.pf.ui.event.EditEvent
All Implemented Interfaces:
Context, Serializable, Cloneable
Direct Known Subclasses:
InputEditEvent, UIPropertyEditEvent, ViewSelectionChanged

public class EditEvent extends EventObject implements Context, Cloneable
An EditEvent is an event within the context of the graphical user interface.
Author:
Ole Kniemeyer
See Also:
  • Constructor Details

    • EditEvent

      public EditEvent()
  • Method Details

    • clone

      public EditEvent clone(Object source)
    • set

      public EditEvent set(Panel panel, Object component, Object source)
    • set

      public EditEvent set(Context context, Object source)
    • set

      public EditEvent set(Context context)
    • getWorkbench

      public Workbench getWorkbench()
      Description copied from interface: Context
      Determines the workbench of this GUI context.
      Specified by:
      getWorkbench in interface Context
      Returns:
      this context's workbench
    • getWindow

      public Window getWindow()
      Description copied from interface: Context
      Determines the window of this GUI context.
      Specified by:
      getWindow in interface Context
      Returns:
      this context's window
    • getPanel

      public Panel getPanel()
      Description copied from interface: Context
      Determines the panel of this GUI context.
      Specified by:
      getPanel in interface Context
      Returns:
      this context's panel
    • getComponent

      public Object getComponent()
      Description copied from interface: Context
      Determines the GUI component of this GUI context.
      Specified by:
      getComponent in interface Context
      Returns:
      this context's component
    • toString

      public String toString()
      Overrides:
      toString in class EventObject
    • paramString

      protected String paramString()