Class PathPropertyPage.ButtonListener

  • All Implemented Interfaces:
    org.eclipse.swt.widgets.Listener
    Enclosing class:
    PathPropertyPage

    private class PathPropertyPage.ButtonListener
    extends java.lang.Object
    implements org.eclipse.swt.widgets.Listener
    Implements a listener for the path selection button.
    Author:
    Holger Eichelberger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleEvent​(org.eclipse.swt.widgets.Event evt)  
      • Methods inherited from class java.lang.Object

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

      • ButtonListener

        ButtonListener​(Configuration.PathKind kind)
        Creates the listener for a specific path kind.
        Parameters:
        kind - the kind
    • Method Detail

      • handleEvent

        public void handleEvent​(org.eclipse.swt.widgets.Event evt)
        Specified by:
        handleEvent in interface org.eclipse.swt.widgets.Listener