Package com.iizigo.prop
Class PropertyEditor.Node
java.lang.Object
com.iizigo.prop.PropertyEditor.Node
- All Implemented Interfaces:
Runnable
,EventListener
,FocusListener
,SWTEventListener
- Enclosing class:
- PropertyEditor
Node class.
Method Summary
Modifier and TypeMethodDescriptionvoid
Sent when a control gets focus.void
Sent when a control loses focus.void
run()
Redraws background later.
Method Details
focusGained
Sent when a control gets focus.- Specified by:
focusGained
in interfaceFocusListener
- Parameters:
e
- an event containing information about the focus change
focusLost
Sent when a control loses focus.- Specified by:
focusLost
in interfaceFocusListener
- Parameters:
e
- an event containing information about the focus change
run
public void run()Redraws background later.