ix.ispace
Class ISpaceTool

java.lang.Object
  extended by ix.ispace.ISpaceTool
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ISpaceTool
extends java.lang.Object
implements java.awt.event.ActionListener

The I-Space user interface.


Constructor Summary
ISpaceTool(IXAgent agent)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Action interpreter
 void addMenu(javax.swing.JMenu menu)
          Adds a menu to the menu bar.
 void addTab(java.lang.String name, java.awt.Component component)
          Adds a new tab and corresponding component
 javax.swing.JFrame getFrame()
           
protected  javax.swing.JMenuBar makeMenuBar()
          Creates the menu bar
 void setVisible(boolean v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISpaceTool

public ISpaceTool(IXAgent agent)
Method Detail

setVisible

public void setVisible(boolean v)

getFrame

public javax.swing.JFrame getFrame()

addMenu

public void addMenu(javax.swing.JMenu menu)
Adds a menu to the menu bar.


addTab

public void addTab(java.lang.String name,
                   java.awt.Component component)
Adds a new tab and corresponding component


makeMenuBar

protected javax.swing.JMenuBar makeMenuBar()
Creates the menu bar


actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Action interpreter

Specified by:
actionPerformed in interface java.awt.event.ActionListener