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.RunnableNode class.
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfocusGained(org.eclipse.swt.events.FocusEvent e)Sent when a control gets focus.voidfocusLost(org.eclipse.swt.events.FocusEvent e)Sent when a control loses focus.voidrun()Redraws background later.
Method Detail
focusGained
public void focusGained(org.eclipse.swt.events.FocusEvent e)
Sent when a control gets focus.- Specified by:
focusGainedin 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:
focusLostin interfaceorg.eclipse.swt.events.FocusListener- Parameters:
e- an event containing information about the focus change
run
public void run()
Redraws background later.- Specified by:
runin interfacejava.lang.Runnable