pipe.modules.stateSpace
Class StateSpace.HandleControl

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

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


Inner Class Summary
(package private)  class StateSpace.HandleControl.myNode
           
(package private)  class StateSpace.HandleControl.myTree
           
 
Field Summary
private  int buttonID
           
 
Constructor Summary
StateSpace.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

StateSpace.HandleControl

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