de.uni_leipzig.cvk.gui
Class ClusterPanel.AddButtonActionListener

java.lang.Object
  extended by de.uni_leipzig.cvk.gui.ClusterPanel.AddButtonActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
ClusterPanel

 class ClusterPanel.AddButtonActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

ActionListener implementation for a JButton to add a node to a inner TableModel instance.

 

Constructor Summary
ClusterPanel.AddButtonActionListener(javax.swing.JPanel jp, javax.swing.table.TableModel tm)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterPanel.AddButtonActionListener

public ClusterPanel.AddButtonActionListener(javax.swing.JPanel jp,
                                            javax.swing.table.TableModel tm)
Method Detail

actionPerformed

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