Class 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 TypeMethodDescription
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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 java.lang.Runnable