Uses of Class
dip.gui.ClientFrame

Packages that use ClientFrame
dip.gui   
dip.gui.dialog   
dip.gui.dialog.newgame   
dip.gui.dialog.prefs   
dip.gui.map   
dip.gui.order   
dip.gui.report   
dip.gui.undo   
dip.judge.gui   
dip.tool   
 

Uses of ClientFrame in dip.gui
 

Fields in dip.gui declared as ClientFrame
protected  ClientFrame OrderDisplayPanel.clientFrame
           
 

Methods in dip.gui with parameters of type ClientFrame
 void GUIGameSetup.setup(ClientFrame cf, World world)
          Setup the game.
 void GUIGameSetup.save(ClientFrame cf)
          Called by the persistance manager just prior to a save.
 void F2FGUIGameSetup.setup(ClientFrame cf, World world)
          Setup the game.
 void F2FGUIGameSetup.save(ClientFrame cf)
          Save the Current Power
 void DefaultGUIGameSetup.setup(ClientFrame cf, World world)
          Setup the game.
 void DefaultGUIGameSetup.save(ClientFrame cf)
          We do not need to save any data.
 

Constructors in dip.gui with parameters of type ClientFrame
PhaseSelector(ClientFrame parent)
          Create a PhaseSelector object.
PersistenceManager(ClientFrame clientFrame)
          Creates a new PersistenceManager object.
OrderStatusPanel(ClientFrame clientFrame)
          Creates an OrderStatusPanel object.
OrderDisplayPanel(ClientFrame clientFrame)
          Creates an OrderDisplayPanel
MessageMenuHandler(ClientFrame cf)
          Create a Message Menu Handler object
GameIO.ReadGameThread(ClientFrame cf)
          Create a ReadGameThread
F2FOrderDisplayPanel(ClientFrame clientFrame)
          Creates an F2FOrderDisplayPanel
ClientMenu(ClientFrame parent)
           
 

Uses of ClientFrame in dip.gui.dialog
 

Methods in dip.gui.dialog with parameters of type ClientFrame
static ValidationOptions ValidationOptionsDialog.displayDialog(ClientFrame parent, ValidationOptions oldOptions)
          Display the ValidationOptions dialog, and return the chosen options (or the old options, if cancelled).
static ValidationOptions ValidationOptionsDialog.displayDialog(ClientFrame parent)
          Display the ValidationOptions dialog
static Phase SelectPhaseDialog.displayDialog(ClientFrame cf)
          Displays the Phases for the current World object.
static void MultiOrderEntry.displayDialog(ClientFrame parent, World world)
          Display the MultiOrderEntry dialog
static void MetadataDialog.displayDialog(ClientFrame parent)
          Display the dialog.
static boolean MapPicker.displayDialog(ClientFrame cf, World world)
          Displays the MapPicker dialog.
 

Uses of ClientFrame in dip.gui.dialog.newgame
 

Methods in dip.gui.dialog.newgame with parameters of type ClientFrame
static World NewGameDialog.displayDialog(ClientFrame parent)
          Displays a (usually cached) NewGameDialog.
static World NewGameDialog.displayDialog(ClientFrame parent, java.lang.String title, Help.HelpID helpID)
          Displays a (usually cached) NewGameDialog.
static void NewGameDialog.createCachedDialog(ClientFrame parent)
          Create a dialog, and place in cache
 

Constructors in dip.gui.dialog.newgame with parameters of type ClientFrame
NGDVariantSelect(ClientFrame parent, NewGameDialog ngd)
          Create a Variant Selection panel
 

Uses of ClientFrame in dip.gui.dialog.prefs
 

Methods in dip.gui.dialog.prefs with parameters of type ClientFrame
static void PreferenceDialog.displayDialog(ClientFrame parent)
          Show the Preferences dialog.
 

Constructors in dip.gui.dialog.prefs with parameters of type ClientFrame
GeneralPreferencePanel(ClientFrame cf)
           
ExportPreferencePanel(ClientFrame cf)
          Create an Export Preference Panel
DisplayPreferencePanel(ClientFrame cf)
           
 

Uses of ClientFrame in dip.gui.map
 

Methods in dip.gui.map that return ClientFrame
 ClientFrame MapRenderer2.getClientFrame()
          Convenience method
 ClientFrame MapPanel.getClientFrame()
           
 

Constructors in dip.gui.map with parameters of type ClientFrame
SymbolInjector(ClientFrame cf, Variant variant, MapGraphic mg, SymbolPack sp)
          Create a SymbolInjector Throws an IOException if URL resolving fails.
MapPanel(ClientFrame clientFrame)
          Creates a MapPanel
 

Uses of ClientFrame in dip.gui.order
 

Methods in dip.gui.order with parameters of type ClientFrame
 void GUIOrder.StateInfo.setClientFrame(ClientFrame cf)
           
 

Uses of ClientFrame in dip.gui.report
 

Methods in dip.gui.report with parameters of type ClientFrame
static void VariantInfoWriter.displayDialog(ClientFrame clientFrame, World w)
          Returns the HTML-encoded variant information inside a dialog.
static java.lang.String StateWriter.stateToHTML(ClientFrame cf, TurnState ts)
          Displays a summary of the current game state as HTML.
static void StateWriter.displayDialog(ClientFrame clientFrame, TurnState ts)
          Returns the HTML-encoded current state inside a dialog.
static java.lang.String SCHistoryWriter.SCHistoryToHTML(ClientFrame clientFrame, World w, boolean inColor)
          Returns the HTML-encoded Supply Center History for an entire game.
static void SCHistoryWriter.displayDialog(ClientFrame clientFrame, World w)
          Returns the HTML-encoded Supply Center History for an entire game, inside a dialog.
static void ResultWriter.displayDialog(ClientFrame clientFrame, TurnState ts, OrderFormatOptions orderFormatOptions)
          Returns the HTML-encoded adjudication results inside a dialog.
static void OrderStatsWriter.displayDialog(ClientFrame clientFrame, World w, OrderFormatOptions orderFormat)
          Returns the HTML-encoded Order Statistics for an entire game, inside a dialog.
 

Uses of ClientFrame in dip.gui.undo
 

Methods in dip.gui.undo that return ClientFrame
 ClientFrame UndoRedoManager.getClientFrame()
          Returns the ClientFrame object
 

Methods in dip.gui.undo with parameters of type ClientFrame
 void UndoRedoManager.setClientFrame(ClientFrame clientFrame)
          Can be used post-deserialization
 

Constructors in dip.gui.undo with parameters of type ClientFrame
UndoRedoManager(ClientFrame clientFrame, OrderDisplayPanel orderDisplayPanel)
          Constructor
 

Uses of ClientFrame in dip.judge.gui
 

Methods in dip.judge.gui with parameters of type ClientFrame
static World FlocImportDialog.displayDialog(ClientFrame parent)
          Display the dialog.
 

Uses of ClientFrame in dip.tool
 

Methods in dip.tool that return ClientFrame
 ClientFrame ToolProxyImpl.getClient()
           
 ClientFrame ToolProxy.getClient()
          Gets the ClientFrame (JFrame) instance
 

Constructors in dip.tool with parameters of type ClientFrame
ToolProxyImpl(ClientFrame clientFrame)
          Constructor
 



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.