org.lyra.Interface.Options
Class OptionsPanel.Interact

java.lang.Object
  extended by org.lyra.Interface.Options.OptionsPanel.Interact
Enclosing class:
OptionsPanel

private class OptionsPanel.Interact
extends java.lang.Object

The code separation from the user interface. This Class handles all of the complexities of making the interface interactive.

Author:
Martin Foster

Constructor Summary
OptionsPanel.Interact()
          Stub Constructor
 
Method Summary
 void setState()
          Will adjust the state elements of all checkbox and slider bars used within this panel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionsPanel.Interact

public OptionsPanel.Interact()
Stub Constructor

Method Detail

setState

public void setState()
Will adjust the state elements of all checkbox and slider bars used within this panel.