Class PathPropertyPage.ButtonListener
- java.lang.Object
-
- net.ssehub.easy.producer.ui.configuration.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.ListenerImplements a listener for the path selection button.- Author:
- Holger Eichelberger
-
-
Field Summary
Fields Modifier and Type Field Description private Configuration.PathKindkind
-
Constructor Summary
Constructors Constructor Description ButtonListener(Configuration.PathKind kind)Creates the listener for a specific path kind.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleEvent(org.eclipse.swt.widgets.Event evt)
-
-
-
Field Detail
-
kind
private Configuration.PathKind kind
-
-
Constructor Detail
-
ButtonListener
ButtonListener(Configuration.PathKind kind)
Creates the listener for a specific path kind.- Parameters:
kind- the kind
-
-