Class CreateConfigurableNet_UI.RemoveGroupHandler
- java.lang.Object
-
- org.processmining.plugins.petrinet.configurable.CreateConfigurableNet_UI.RemoveGroupHandler
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.util.EventListener
- Enclosing class:
- CreateConfigurableNet_UI
public class CreateConfigurableNet_UI.RemoveGroupHandler 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 RemoveGroupHandler(ConfigurableFeatureGroup_UI group_ui)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)
-
-
-
Constructor Detail
-
RemoveGroupHandler
public RemoveGroupHandler(ConfigurableFeatureGroup_UI group_ui)
-
-