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 Details

    • focusGained

      public void focusGained(org.eclipse.swt.events.FocusEvent e)
      Sent when a control gets focus.
      Specified by:
      focusGained in interface org.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 interface org.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 interface Runnable