Class ConfigurableFeatureGroup_UI.RemoveFeatureHandler
- java.lang.Object
-
- org.processmining.plugins.petrinet.configurable.ui.ConfigurableFeatureGroup_UI.RemoveFeatureHandler
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.util.EventListener
- Enclosing class:
- ConfigurableFeatureGroup_UI
public class ConfigurableFeatureGroup_UI.RemoveFeatureHandler extends java.lang.Object implements java.awt.event.ActionListenerRemove panel to configure a feature from this feature group - will remove feature from the group as well.- Author:
- dfahland
-
-
Constructor Summary
Constructors Constructor Description RemoveFeatureHandler(ConfigurableFeature_UI<?,?> feat_ui)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)
-
-
-
Constructor Detail
-
RemoveFeatureHandler
public RemoveFeatureHandler(ConfigurableFeature_UI<?,?> feat_ui)
-
-