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 TypeMethodDescriptionvoidfocusGained(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 Details
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.