|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use World | |
dip.gui | |
dip.gui.dialog | |
dip.gui.dialog.newgame | |
dip.gui.map | |
dip.gui.report | |
dip.judge.gui | |
dip.judge.net | |
dip.judge.parser | |
dip.tool | |
dip.world |
Uses of World in dip.gui |
Fields in dip.gui declared as World | |
protected World |
OrderDisplayPanel.world
|
Methods in dip.gui that return World | |
World |
PersistenceManager.open(java.io.File file)
Opens a World from the given File, after confirmation |
World |
PersistenceManager.open()
Opens a world, displaying a FileChooser dialog. |
World |
PersistenceManager.newGame()
Creates a new game (Displays New Game dialog), after confirmation |
World |
PersistenceManager.newF2FGame()
Creates a new game (Displays New Game dialog), after confirmation |
World |
PersistenceManager.importJudge(World currentWorld)
Lets the user choose the judge file to import |
World |
PersistenceManager.importJudge(java.io.File file,
World currentWorld)
Imports the given Judge file (no file requester dialog is displayed) Returns: null, if the current world has been updated, or a new world object |
World |
PersistenceManager.importFloc()
Imports a game from Floc.Net. |
World |
PersistenceManager.acceptDrag(java.io.File selectedFile,
World currentWorld)
Given a file from a Drag operation, attempt to open it as a game file if it has an extension of SimpleFileFilter.SAVE_GAME_FILTER type. |
World |
ClientFrame.getWorld()
Returns the current World, or null if no World is loaded. |
Methods in dip.gui with parameters of type World | |
World |
PersistenceManager.importJudge(World currentWorld)
Lets the user choose the judge file to import |
World |
PersistenceManager.importJudge(java.io.File file,
World currentWorld)
Imports the given Judge file (no file requester dialog is displayed) Returns: null, if the current world has been updated, or a new world object |
World |
PersistenceManager.acceptDrag(java.io.File selectedFile,
World currentWorld)
Given a file from a Drag operation, attempt to open it as a game file if it has an extension of SimpleFileFilter.SAVE_GAME_FILTER type. |
void |
OrderDisplayPanel.ODPPropertyListener.actionWorldCreated(World w)
|
void |
OrderDisplayPanel.ODPPropertyListener.actionWorldDestroyed(World w)
|
void |
GUIGameSetup.setup(ClientFrame cf,
World world)
Setup the game. |
void |
F2FGUIGameSetup.setup(ClientFrame cf,
World world)
Setup the game. |
void |
DefaultGUIGameSetup.setup(ClientFrame cf,
World world)
Setup the game. |
void |
ClientFrame.createWorld(World w)
Sets the current World. |
protected void |
ClientFrame.fireWorldCreated(World w)
Fired when the World object was created. |
void |
AbstractCFPListener.actionWorldCreated(World w)
Invoked when a World is created |
void |
AbstractCFPListener.actionWorldDestroyed(World w)
Invoked when a World is destroyed |
Uses of World in dip.gui.dialog |
Methods in dip.gui.dialog with parameters of type World | |
static void |
MultiOrderEntry.displayDialog(ClientFrame parent,
World world)
Display the MultiOrderEntry dialog |
static boolean |
MapPicker.displayDialog(ClientFrame cf,
World world)
Displays the MapPicker dialog. |
Uses of World in dip.gui.dialog.newgame |
Methods in dip.gui.dialog.newgame that return World | |
protected World |
NGDVariantSelect.getWorld()
Returns the newly created World, or null, based upon the user's selections |
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. |
Uses of World in dip.gui.map |
Methods in dip.gui.map that return World | |
World |
MapPanel.getWorld()
Convenience method: get the World |
Uses of World in dip.gui.report |
Methods in dip.gui.report with parameters of type World | |
static java.lang.String |
VariantInfoWriter.variantInfoToHTML(World w)
Gets information about the variant and current rule options. |
static void |
VariantInfoWriter.displayDialog(ClientFrame clientFrame,
World w)
Returns the HTML-encoded variant information 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 java.lang.String |
OrderStatsWriter.getOrderStatsAsHTML(World w,
OrderFormatOptions orderFormatOptions)
Gets the order statistics as HTML |
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 World in dip.judge.gui |
Methods in dip.judge.gui that return World | |
static World |
FlocImportDialog.displayDialog(ClientFrame parent)
Display the dialog. |
Methods in dip.judge.gui with parameters of type World | |
void |
FlocImportDialog.flocWorldImportComplete(World w)
FlocImportCallback implementation |
Uses of World in dip.judge.net |
Methods in dip.judge.net with parameters of type World | |
void |
FlocImporter.FlocImportCallback.flocWorldImportComplete(World world)
Floc World import completed successfully. |
Uses of World in dip.judge.parser |
Methods in dip.judge.parser that return World | |
World |
JudgeImport.getWorld()
Returns the World object after successful parsing, or null if unsuccessfull. |
Constructors in dip.judge.parser with parameters of type World | |
JudgeImport(OrderFactory orderFactory,
java.io.File file,
World currentWorld)
Creates a JudgeImport object from a File |
|
JudgeImport(OrderFactory orderFactory,
java.io.Reader reader,
World currentWorld)
Creates a JudgeImport object from a generic Reader |
Uses of World in dip.tool |
Methods in dip.tool that return World | |
World |
ToolProxyImpl.getWorld()
|
World |
ToolProxy.getWorld()
Gets the current World object, if any. |
Uses of World in dip.world |
Methods in dip.world that return World | |
World |
WorldFactory.createWorld(Variant variant)
Generates a World given the supplied Variant information |
static World |
World.open(java.io.File file)
Reads a World object from a file. |
World |
TurnState.getWorld()
Gets the World object associated with this TurnState. |
Methods in dip.world with parameters of type World | |
static void |
World.save(java.io.File file,
World world)
Saves a World object to a file. |
void |
TurnState.setWorld(World world)
Set the World object associated with this TurnState. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |