WISA.wisa3D.util
Class ConsoleOptions

java.lang.Object
  |
  +--WISA.wisa3D.util.ConsoleOptions
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, Options

public class ConsoleOptions
extends java.lang.Object
implements Options, java.awt.event.ActionListener


Constructor Summary
ConsoleOptions()
           
ConsoleOptions(Console console)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 java.lang.String getName()
           
 javax.swing.JPanel getOptionsPanel()
           
 java.util.Hashtable getSavableValues()
           
 void refresh()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleOptions

public ConsoleOptions()

ConsoleOptions

public ConsoleOptions(Console console)
Method Detail

getOptionsPanel

public javax.swing.JPanel getOptionsPanel()
Specified by:
getOptionsPanel in interface Options

getName

public java.lang.String getName()
Specified by:
getName in interface Options

refresh

public void refresh()
Specified by:
refresh in interface Options

actionPerformed

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

getSavableValues

public java.util.Hashtable getSavableValues()
Specified by:
getSavableValues in interface Options