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