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 SummaryModifier and TypeMethodDescription- voidSent when a control gets focus.- voidSent when a control loses focus.- void- run()Redraws background later.
- Method Details- focusGainedSent when a control gets focus.- Specified by:
- focusGainedin interface- FocusListener
- Parameters:
- e- an event containing information about the focus change
 
- focusLostSent when a control loses focus.- Specified by:
- focusLostin interface- FocusListener
- Parameters:
- e- an event containing information about the focus change
 
- runpublic void run()Redraws background later.