Package com.iizigo.prop
Class PropertyEditor.Node
- java.lang.Object
- com.iizigo.prop.PropertyEditor.Node
- All Implemented Interfaces:
java.lang.Runnable
,java.util.EventListener
,org.eclipse.swt.events.FocusListener
,org.eclipse.swt.internal.SWTEventListener
- Enclosing class:
- PropertyEditor
public class PropertyEditor.Node extends java.lang.Object implements org.eclipse.swt.events.FocusListener, java.lang.Runnable
Node class.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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 Detail
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.- Specified by:
run
in interfacejava.lang.Runnable