A B C D E F G H I J K L M N O P R S T U V W X Y _

F

F2FGUIGameSetup - class dip.gui.F2FGUIGameSetup.
The Default GameSetup.
F2FGUIGameSetup() - Constructor for class dip.gui.F2FGUIGameSetup
 
F2FOrderDisplayPanel - class dip.gui.F2FOrderDisplayPanel.
The F2FOrderDisplayPanel: displayer of orders for Face-to-Face (F2F) games.
F2FOrderDisplayPanel(ClientFrame) - Constructor for class dip.gui.F2FOrderDisplayPanel
Creates an F2FOrderDisplayPanel
F2FOrderDisplayPanel.F2FPropertyListener - class dip.gui.F2FOrderDisplayPanel.F2FPropertyListener.
Extended F2FPropertyListener
F2FOrderDisplayPanel.F2FPropertyListener() - Constructor for class dip.gui.F2FOrderDisplayPanel.F2FPropertyListener
 
F2FOrderDisplayPanel.F2FState - class dip.gui.F2FOrderDisplayPanel.F2FState.
The F2F State, for saving
F2FOrderDisplayPanel.F2FState(Power, boolean[]) - Constructor for class dip.gui.F2FOrderDisplayPanel.F2FState
Create an F2FState object
FAILURE - Static variable in class dip.order.result.OrderResult.ResultType
ResultType indicating the order has failed
FAILURE - Static variable in class dip.process.Tristate
 
FALL - Static variable in class dip.world.Phase.SeasonType
Fall season
FALSE - Static variable in class dip.process.Tristate
 
FILE - Static variable in class dip.gui.ClientMenu
 
FILE_EXIT - Static variable in class dip.gui.ClientMenu
 
FILE_EXPORT - Static variable in class dip.gui.ClientMenu
 
FILE_EXPORT_JPG - Static variable in class dip.gui.ClientMenu
 
FILE_EXPORT_PDF - Static variable in class dip.gui.ClientMenu
 
FILE_EXPORT_PNG - Static variable in class dip.gui.ClientMenu
 
FILE_EXPORT_SVG - Static variable in class dip.gui.ClientMenu
 
FILE_IMPORT_FILE - Static variable in class dip.gui.ClientMenu
 
FILE_IMPORT_FLOC - Static variable in class dip.gui.ClientMenu
 
FILE_NEW - Static variable in class dip.gui.ClientMenu
 
FILE_NEW_F2F - Static variable in class dip.gui.ClientMenu
 
FILE_NEW_NET - Static variable in class dip.gui.ClientMenu
 
FILE_NEW_STD - Static variable in class dip.gui.ClientMenu
 
FILE_OPEN - Static variable in class dip.gui.ClientMenu
 
FILE_PRINT - Static variable in class dip.gui.ClientMenu
 
FILE_RECENT - Static variable in class dip.gui.ClientMenu
 
FILE_SAVE - Static variable in class dip.gui.ClientMenu
 
FILE_SAVEAS - Static variable in class dip.gui.ClientMenu
 
FILE_SAVETO - Static variable in class dip.gui.ClientMenu
 
FLEET - Static variable in class dip.world.Unit.Type
Constant representing a Fleet
FORMAT_BRIEF - Static variable in class dip.order.OrderFormatOptions
Brief (abbreviated) format
FORMAT_COAST_PAREN_BRIEF - Static variable in class dip.order.OrderFormatOptions
For coasts only: abbreviated, in parentheses
FORMAT_COAST_PAREN_FULL - Static variable in class dip.order.OrderFormatOptions
For coasts only: non-abbreviated, in parentheses
FORMAT_FULL - Static variable in class dip.order.OrderFormatOptions
Full (non-abbreviated) format
FRAME_ICON - Static variable in class dip.misc.Utils
 
FastEntityResolver - class dip.world.variant.parser.FastEntityResolver.
Resolves Entity definitions to an empty InputSource, unless validation is enabled, in which case we actually do resolve the entities.
FastEntityResolver(boolean) - Constructor for class dip.world.variant.parser.FastEntityResolver
Construct a FastEntityResolver
FlocImportDialog - class dip.judge.gui.FlocImportDialog.
Dialog for importing a game from floc.net
FlocImporter - class dip.judge.net.FlocImporter.
 
FlocImporter(String, String, OrderFactory, FlocImporter.FlocImportCallback) - Constructor for class dip.judge.net.FlocImporter
Create a floc.net importer.
FlocImporter.FlocImportCallback - interface dip.judge.net.FlocImporter.FlocImportCallback.
This is the interface which defines the callback
fatalError(SAXParseException) - Method in class dip.world.variant.parser.XMLErrorHandler
Handle a non-recoverable error
filter(String) - Static method in class dip.judge.parser.ParserUtils
Coalesces whitespace, and ensures that it's only spaces and not any other type
filterExportedText(String) - Method in class dip.gui.dialog.TextViewer
Allows modification of the exported document text prior to placing it in the system clipboard.
filterF2F() - Method in class dip.gui.undo.UndoRedoManager
Filters the Undo list, in reverse order, removing all actions until the first UndoResolve action is detected.
filterHTML(String) - Method in class dip.gui.dialog.TextViewer
Simple HTML filter.
filterPowerNames(StringBuffer) - Method in class dip.world.Map
Eliminates any Power Names (e.g., "France") after the first whitespace character or colon(this is done to prevent elimination of the first power, which is required).
findAllSeaPaths(Path.FAPEvaluator, Province, Province) - Static method in class dip.world.Path
Finds all sea paths from src to dest..
findChildElementMatching(Node, String) - Static method in class dip.misc.XMLUtils
Find the first child Element matching the given tag name.
findChildNodeMatching(Node, String, short) - Static method in class dip.misc.XMLUtils
Find the first child node matching the given tag name.
findNodeWithID(Node, String) - Static method in class dip.gui.map.SVGUtils
Walks the DOM tree from root, until the first element with the same ID is found.
findOrderStateBySrc(Location) - Method in interface dip.process.Adjudicator
Find the OrderState with the given source Province.
findOrderStateBySrc(Province) - Method in interface dip.process.Adjudicator
Find the OrderState with the given source Province.
findOrderStateBySrc(Location) - Method in class dip.process.StdAdjudicator
Find the OrderState with the given source Province.
findOrderStateBySrc(Province) - Method in class dip.process.StdAdjudicator
Find the OrderState with the given source Province.
findPathBreadthFirst(Location, Location, Location, List, Path.PathEvaluator) - Method in class dip.world.Path
Generalized recursive Path-Finder, Breadth-First search.
fireChangeMode(String) - Method in class dip.gui.ClientFrame
Change the operating mode for this ClientFrame.
fireDisplayablePowersChanged(Power[], Power[]) - Method in class dip.gui.ClientFrame
Fired when displayed orders have changed
fireMMDReady(MapMetadata) - Method in class dip.gui.ClientFrame
Fired when the MapMetadata object is ready.
fireMultipleOrdersCreated(Orderable[]) - Method in class dip.gui.ClientFrame
Fired when multiple orders were created
fireMultipleOrdersDeleted(Orderable[]) - Method in class dip.gui.ClientFrame
Fired when multiple orders were deleted
fireOrderCreated(Orderable) - Method in class dip.gui.ClientFrame
Fired when an order was created
fireOrderDeleted(Orderable) - Method in class dip.gui.ClientFrame
Fired when an order was deleted
fireOrderablePowersChanged(Power[], Power[]) - Method in class dip.gui.ClientFrame
Fired when Powers for which orders may be entered have changed
fireStateModified() - Method in class dip.gui.ClientFrame
Fired if we have modified the World in such a way it is no longer reflected in its saved state.
fireTurnStateAdded(TurnState) - Method in class dip.gui.ClientFrame
Fired if we have added a turnstate
fireTurnStateRemoved() - Method in class dip.gui.ClientFrame
Fired if we have removed a turnstate
fireTurnstateChanged(TurnState) - Method in class dip.gui.ClientFrame
Indicates to listeners what the current TurnState is.
fireTurnstateResolved(TurnState) - Method in class dip.gui.ClientFrame
Indicates that the given TurnState has been Resolved (adjudicated).
fireValidationOptionsChanged(ValidationOptions, ValidationOptions) - Method in class dip.gui.ClientFrame
Fired if we change the order Validation Options.
fireWorldCreated(World) - Method in class dip.gui.ClientFrame
Fired when the World object was created.
first() - Method in class dip.gui.PhaseSelector
Go to the first (initial) phase.
floatToString(float) - Static method in class dip.gui.map.SVGUtils
Formats a Floating-Point value into a String, using the jDip default precision.
flocImportException(IOException) - Method in class dip.judge.gui.FlocImportDialog
FlocImportCallback implementation
flocImportException(IOException) - Method in interface dip.judge.net.FlocImporter.FlocImportCallback
An exception (given as an argument) occured during import.
flocImportMessage(String) - Method in class dip.judge.gui.FlocImportDialog
FlocImportCallback implementation
flocImportMessage(String) - Method in interface dip.judge.net.FlocImporter.FlocImportCallback
Floc import progress message (displays import progress)
flocImportUnregistered() - Method in class dip.judge.gui.FlocImportDialog
FlocImportCallback implementation
flocImportUnregistered() - Method in interface dip.judge.net.FlocImporter.FlocImportCallback
Import failed; the game is not registered.
flocTextImportComplete(String) - Method in class dip.judge.gui.FlocImportDialog
FlocImportCallback implementation
flocTextImportComplete(String) - Method in interface dip.judge.net.FlocImporter.FlocImportCallback
Floc Text import completed successfully.
flocWorldImportComplete(World) - Method in class dip.judge.gui.FlocImportDialog
FlocImportCallback implementation
flocWorldImportComplete(World) - Method in interface dip.judge.net.FlocImporter.FlocImportCallback
Floc World import completed successfully.
format(String, Map) - Method in class dip.gui.HTMLFormat
 
format(String, Object[]) - Static method in class dip.misc.Utils
A less flexible and faster but easier-to-use message formatting.
format(OrderFormatOptions, Coast) - Static method in class dip.order.OrderFormat
Format a Coast given the order formatting parameters.
format(OrderFormatOptions, Province) - Static method in class dip.order.OrderFormat
Format a Province given the order formatting parameters.
format(OrderFormatOptions, Unit.Type) - Static method in class dip.order.OrderFormat
Format a Unit Type given the order formatting parameters.
format(OrderFormatOptions, Power) - Static method in class dip.order.OrderFormat
Format a Power given the order formatting parameters.
format(OrderFormatOptions, Location) - Static method in class dip.order.OrderFormat
Format a Location given the order formatting parameters.
format(OrderFormatOptions, Orderable) - Static method in class dip.order.OrderFormat
Formats an Order
format(OrderFormatOptions, String, Orderable) - Static method in class dip.order.OrderFormat
Formats an Order according to the specified order format options, and the specified order format String
formatConvoyRoute(Province[], boolean, boolean) - Method in class dip.order.Move
Format a convoy route into a String
formatConvoyRoute(StringBuffer, Province[], boolean, boolean) - Method in class dip.order.Move
Format a convoy route into a StringBuffer
formatOrderName(OrderFormatOptions, Orderable) - Static method in class dip.order.OrderFormat
Formats an Order Name (obtained from an Order) given the order formatting parameters.

A B C D E F G H I J K L M N O P R S T U V W X Y _
Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.