org.gjt.universe.gui
Class GUIFactoryText
java.lang.Object
|
+--org.gjt.universe.GUIFactory
|
+--org.gjt.universe.gui.GUIFactoryText
- public class GUIFactoryText
- extends GUIFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GUIFactoryText
public GUIFactoryText()
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.