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
-
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:Context
Determines the workbench of this GUI context.- Specified by:
getWorkbench
in interfaceContext
- Returns:
- this context's workbench
-
getWindow
Description copied from interface:Context
Determines the window of this GUI context. -
getPanel
Description copied from interface:Context
Determines the panel of this GUI context. -
getComponent
Description copied from interface:Context
Determines the GUI component of this GUI context.- Specified by:
getComponent
in interfaceContext
- Returns:
- this context's component
-
toString
- Overrides:
toString
in classEventObject
-
paramString
-