org.gjt.universe.gui
Class GUIFactoryText

java.lang.Object
  |
  +--org.gjt.universe.GUIFactory
        |
        +--org.gjt.universe.gui.GUIFactoryText

public class GUIFactoryText
extends GUIFactory


Field Summary
 
Fields inherited from class org.gjt.universe.GUIFactory
GUITypeJFC, GUITypeOne, GUITypeText
 
Constructor Summary
GUIFactoryText()
           
 
Method Summary
 void clearStatusArea()
           
 void errorMessage(java.lang.String errorMessage)
          Display error message
 void gameOptionsProcessed()
           
 void getAlphaOptions()
          Get Alpha options
 void getGameOptions()
           
(package private) static void getGameOptionsFromMainMenu()
           
 javax.swing.JFrame getJFrame()
           
 void launchResultsScreen()
           
 void messageListWindow(java.util.Vector messages)
           
 void showEditor(Index idx)
          Show an editor for the item referred by an Index.
 void showMainWindow()
           
 void showStartupOptions()
          Prompts for game options
 void statusLine(java.lang.String statusMessage, boolean refresh)
          Display line to status area
 void updateCivInfo()
           
 
Methods inherited from class org.gjt.universe.GUIFactory
getEditor, getEditor, getInstance, getToolBar, getViewer, init, registerEditor, shutDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIFactoryText

public GUIFactoryText()
Method Detail

getGameOptions

public void getGameOptions()

getGameOptionsFromMainMenu

static void getGameOptionsFromMainMenu()

showStartupOptions

public void showStartupOptions()
Description copied from class: GUIFactory
Prompts for game options

Specified by:
showStartupOptions in class GUIFactory

errorMessage

public void errorMessage(java.lang.String errorMessage)
Description copied from class: GUIFactory
Display error message

Specified by:
errorMessage in class GUIFactory

statusLine

public void statusLine(java.lang.String statusMessage,
                       boolean refresh)
Description copied from class: GUIFactory
Display line to status area

Specified by:
statusLine in class GUIFactory

clearStatusArea

public void clearStatusArea()
Specified by:
clearStatusArea in class GUIFactory

getAlphaOptions

public void getAlphaOptions()
Description copied from class: GUIFactory
Get Alpha options

Specified by:
getAlphaOptions in class GUIFactory

updateCivInfo

public void updateCivInfo()
Specified by:
updateCivInfo in class GUIFactory

launchResultsScreen

public void launchResultsScreen()
Specified by:
launchResultsScreen in class GUIFactory

getJFrame

public javax.swing.JFrame getJFrame()
Specified by:
getJFrame in class GUIFactory

showMainWindow

public void showMainWindow()
Specified by:
showMainWindow in class GUIFactory

gameOptionsProcessed

public void gameOptionsProcessed()
Specified by:
gameOptionsProcessed in class GUIFactory

messageListWindow

public void messageListWindow(java.util.Vector messages)
Specified by:
messageListWindow in class GUIFactory

showEditor

public void showEditor(Index idx)
Description copied from class: GUIFactory
Show an editor for the item referred by an Index. This method should be overridden as desired by the subclasses, to wrap the GUIEditor returned by getEditor according to the subclass of GUIFactory.

Specified by:
showEditor in class GUIFactory


Copyright © 2001 Universe Dev Team All Rights Reserved.