com.mlw.fps.view.manager
Class ViewManager

java.lang.Object
  |
  +--com.mlw.fps.view.manager.ViewManager
All Implemented Interfaces:
java.io.Serializable

public class ViewManager
extends java.lang.Object
implements java.io.Serializable

Author:
Matthew Wilson
See Also:
Serialized Form

Constructor Summary
ViewManager()
          Creates a new instance of Manager
 
Method Summary
 ConsoleManager getConsoleManager()
           
 FilterManager getFilterManager()
           
 java.lang.String getStyle()
          Getter for property style.
 SupportedGame getSupportedGame()
           
 java.lang.String[] getSupportedStyles()
          Reads the css dir and returns all valid styles.
 void setStyle(java.lang.String style)
          Setter for property style.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewManager

public ViewManager()
Creates a new instance of Manager

Method Detail

getSupportedGame

public SupportedGame getSupportedGame()

getConsoleManager

public ConsoleManager getConsoleManager()

getFilterManager

public FilterManager getFilterManager()

getStyle

public java.lang.String getStyle()
Getter for property style.

Returns:
Value of property style.

setStyle

public void setStyle(java.lang.String style)
Setter for property style.

Parameters:
style - New value of property style.

getSupportedStyles

public java.lang.String[] getSupportedStyles()
Reads the css dir and returns all valid styles.

Returns:
String[] of all valid styles.


Copyright © 2003 mlavilson. All Rights Reserved.