Uses of Class
startup.gui.SprOutputPanel.OUTPUT

Packages that use SprOutputPanel.OUTPUT
startup.gui   
 

Uses of SprOutputPanel.OUTPUT in startup.gui
 

Methods in startup.gui that return SprOutputPanel.OUTPUT
 SprOutputPanel.OUTPUT SprOutputPanel.getOutput()
           
static SprOutputPanel.OUTPUT SprOutputPanel.OUTPUT.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SprOutputPanel.OUTPUT[] SprOutputPanel.OUTPUT.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in startup.gui with parameters of type SprOutputPanel.OUTPUT
 void SprOutputPanel.setOutput(SprOutputPanel.OUTPUT output)