at.tuwien.ifs.somtoolbox.apps.viewer
Class SharedSOMVisualisationDataDialog.SecondSOMClearActionListener

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.apps.viewer.SharedSOMVisualisationDataDialog.SecondSOMClearActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
SharedSOMVisualisationDataDialog

private class SharedSOMVisualisationDataDialog.SecondSOMClearActionListener
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
private  javax.swing.JLabel label
           
 
Constructor Summary
SharedSOMVisualisationDataDialog.SecondSOMClearActionListener(javax.swing.JLabel label)
           
 
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

label

private javax.swing.JLabel label
Constructor Detail

SharedSOMVisualisationDataDialog.SecondSOMClearActionListener

public SharedSOMVisualisationDataDialog.SecondSOMClearActionListener(javax.swing.JLabel label)
Method Detail

actionPerformed

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