Class PropertyEditor.Node

java.lang.Object
com.iizigo.prop.PropertyEditor.Node
All Implemented Interfaces:
Runnable, EventListener, FocusListener, SWTEventListener
Enclosing class:
PropertyEditor

public final class PropertyEditor.Node extends Object implements FocusListener, Runnable
Node class.
  • Method Details

    • focusGained

      public void focusGained(FocusEvent e)
      Sent when a control gets focus.
      Specified by:
      focusGained in interface FocusListener
      Parameters:
      e - an event containing information about the focus change
    • focusLost

      public void focusLost(FocusEvent e)
      Sent when a control loses focus.
      Specified by:
      focusLost in interface FocusListener
      Parameters:
      e - an event containing information about the focus change
    • run

      public void run()
      Redraws background later.
      Specified by:
      run in interface Runnable