pipe.modules.matrixes
Class Matrixes.HandleControl

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

public class Matrixes.HandleControl
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
private  int buttonID
           
 
Constructor Summary
Matrixes.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

Matrixes.HandleControl

public Matrixes.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