PamView
Class GroupedSourcePanel.GroupAction

java.lang.Object
  extended by PamView.GroupedSourcePanel.GroupAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
GroupedSourcePanel

private class GroupedSourcePanel.GroupAction
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
private  int groupType
           
 
Constructor Summary
GroupedSourcePanel.GroupAction(int groupType)
           
 
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
 

Field Detail

groupType

private int groupType
Constructor Detail

GroupedSourcePanel.GroupAction

public GroupedSourcePanel.GroupAction(int groupType)
Method Detail

actionPerformed

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