applications.proxy.main
Class TextUIWindow.VisualizeJavaAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--applications.proxy.main.TextUIWindow.VisualizeJavaAction

class TextUIWindow.VisualizeJavaAction
extends AbstractAction

Description of the Class

Author:
igasp
created March 8, 2001

Fields inherited from class javax.swing.AbstractAction
enabled, changeSupport

Constructor Summary
TextUIWindow.VisualizeJavaAction()
          Constructor for the VisualizeJavaAction object

Method Summary
 voidactionPerformed(ActionEvent e)
          Description of the Method

Methods inherited from class javax.swing.AbstractAction
getValue, putValue, isEnabled, setEnabled, getKeys, firePropertyChange, addPropertyChangeListener, removePropertyChangeListener, clone

Methods inherited from class java.lang.Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait, finalize

Constructor Detail

TextUIWindow.VisualizeJavaAction

public TextUIWindow.VisualizeJavaAction()
Constructor for the VisualizeJavaAction object
Since:
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Description of the Method
Parameters:
e - Description of Parameter
Since: