pipe.modules.classification
Class Classification.HandleControl

java.lang.Object
  |
  +--pipe.modules.classification.Classification.HandleControl
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
Classification

class Classification.HandleControl
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
private  int buttonID
           
 
Constructor Summary
Classification.HandleControl(int buttonID)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
private  java.lang.String openFile(java.io.File file, java.lang.String title, javax.swing.JTextField textField)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

buttonID

private int buttonID
Constructor Detail

Classification.HandleControl

public Classification.HandleControl(int buttonID)
Method Detail

openFile

private java.lang.String openFile(java.io.File file,
                                  java.lang.String title,
                                  javax.swing.JTextField textField)

actionPerformed

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