java.lang.Object
java.util.EventObject
de.grogra.pf.ui.event.EditEvent
- All Implemented Interfaces:
Context,Serializable,Cloneable
- Direct Known Subclasses:
InputEditEvent,UIPropertyEditEvent,ViewSelectionChanged
An
EditEvent is an event within the context of
the graphical user interface.- Author:
- Ole Kniemeyer
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
EditEvent
public EditEvent()
-
-
Method Details
-
clone
-
set
-
set
-
set
-
getWorkbench
Description copied from interface:ContextDetermines the workbench of this GUI context.- Specified by:
getWorkbenchin interfaceContext- Returns:
- this context's workbench
-
getWindow
Description copied from interface:ContextDetermines the window of this GUI context. -
getPanel
Description copied from interface:ContextDetermines the panel of this GUI context. -
getComponent
Description copied from interface:ContextDetermines the GUI component of this GUI context.- Specified by:
getComponentin interfaceContext- Returns:
- this context's component
-
toString
- Overrides:
toStringin classEventObject
-
paramString
-