org.processmining.plugins.petrinet.configurable
Class CreateConfigurableNet_UI.RemoveGroupHandler

java.lang.Object
  extended by 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.ActionListener

Remove panel to configure a feature from this feature group - will remove feature from the group as well.

Author:
dfahland

Constructor Summary
CreateConfigurableNet_UI.RemoveGroupHandler(ConfigurableFeatureGroup_UI group_ui)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateConfigurableNet_UI.RemoveGroupHandler

public CreateConfigurableNet_UI.RemoveGroupHandler(ConfigurableFeatureGroup_UI group_ui)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener