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 TypeMethodDescriptionvoidSent when a control gets focus.voidSent when a control loses focus.voidrun()Redraws background later.
Method Details
focusGained
Sent when a control gets focus.- Specified by:
focusGainedin interfaceFocusListener- Parameters:
e- an event containing information about the focus change
focusLost
Sent when a control loses focus.- Specified by:
focusLostin interfaceFocusListener- Parameters:
e- an event containing information about the focus change
run
public void run()Redraws background later.