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

S

SAVE_GAME_FILTER - Static variable in class dip.misc.SimpleFileFilter
Save Game file filter (typically, ".jdip")
SCHistoryToHTML(ClientFrame, World, boolean) - Static method in class dip.gui.report.SCHistoryWriter
Returns the HTML-encoded Supply Center History for an entire game.
SCHistoryWriter - class dip.gui.report.SCHistoryWriter.
Writes the Supply Center (SC) History as HTML.
SC_NOPOWER - Static variable in class dip.gui.map.DefaultMapRenderer2
 
SEA - Static variable in class dip.world.Coast
Alias for Coast.SINGLE
SEASON_YEAR_REGEX - Static variable in class dip.judge.parser.JudgeOrderParser
Parse Season and Year for these orders
SHORT_LINE - Static variable in class dip.judge.parser.ParserUtils
Lines less than this long are ignored.
SINGLE - Static variable in class dip.world.Coast
Constant indicating a single Coast (for fleets in coastal land areas, or sea-only provinces)
SOUTH - Static variable in class dip.world.Coast
Constant indicating South Coast
SPRING - Static variable in class dip.world.Phase.SeasonType
Spring season
STARTING_POSITION_REGEX - Static variable in class dip.judge.parser.JudgeOrderParser
Recognize the starting position header
STYLE_LOWER - Static variable in class dip.order.OrderFormatOptions
Lower case
STYLE_NONE - Static variable in class dip.order.OrderFormatOptions
Default style (no modification)
STYLE_PLURAL_LOWER - Static variable in class dip.order.OrderFormatOptions
Plural (adds an 's') Lower case
STYLE_PLURAL_NONE - Static variable in class dip.order.OrderFormatOptions
Plural (adds an 's') Default style (no modification)
STYLE_PLURAL_TITLE - Static variable in class dip.order.OrderFormatOptions
Plural (adds an 's') Title case (first word only)
STYLE_PLURAL_TITLE_ALL - Static variable in class dip.order.OrderFormatOptions
Plural (adds an 's') Title case (all words)
STYLE_PLURAL_UPPER - Static variable in class dip.order.OrderFormatOptions
Plural (adds an 's') Upper case
STYLE_TITLE - Static variable in class dip.order.OrderFormatOptions
Title case (first word only)
STYLE_TITLE_ALL - Static variable in class dip.order.OrderFormatOptions
Title case (all words)
STYLE_UPPER - Static variable in class dip.order.OrderFormatOptions
Upper case
SUBJ_PHASE_REGEX - Static variable in class dip.judge.parser.TurnParser
Pattern for matching the phase in the Subject: line
xDDDDx pattern.
SUBJ_PHASE_REGEX_OLD - Static variable in class dip.judge.parser.TurnParser
Pattern for matching the phase in the Subject: line
xDDDDx pattern.
SUBSTITUTED - Static variable in class dip.order.result.OrderResult.ResultType
ResultType indicating that the order was substituted with another order
SUCCESS - Static variable in class dip.order.result.OrderResult.ResultType
ResultType indicating the order was successful
SUCCESS - Static variable in class dip.process.Tristate
 
SVGColorParser - class dip.gui.map.SVGColorParser.
Parses SVG colors, and returns a java.awt.Color color.
SVGUtils - class dip.gui.map.SVGUtils.
Assorted utilities for altering the Batik SVG DOM.
SVGUtils() - Constructor for class dip.gui.map.SVGUtils
 
SVG_FILTER - Static variable in class dip.misc.SimpleFileFilter
SVG file filter
SYMBOLS - Static variable in class dip.gui.map.DefaultMapRenderer2
Symbol List
SYMBOL_ARMY - Static variable in class dip.gui.map.DefaultMapRenderer2
Army symbol ID
SYMBOL_BUILDUNIT - Static variable in class dip.gui.map.DefaultMapRenderer2
Build marker symbol ID
SYMBOL_DISLODGED_ARMY - Static variable in class dip.gui.map.DefaultMapRenderer2
Dislodged Army symbol ID
SYMBOL_DISLODGED_FLEET - Static variable in class dip.gui.map.DefaultMapRenderer2
Dislodged Fleet symbol ID
SYMBOL_DISLODGED_WING - Static variable in class dip.gui.map.DefaultMapRenderer2
Dislodged Wing symbol ID
SYMBOL_FAILEDORDER - Static variable in class dip.gui.map.DefaultMapRenderer2
Failed Order symbol ID
SYMBOL_FLEET - Static variable in class dip.gui.map.DefaultMapRenderer2
Fleet symbol ID
SYMBOL_REMOVEUNIT - Static variable in class dip.gui.map.DefaultMapRenderer2
Remove (and disband) symbol ID
SYMBOL_SC - Static variable in class dip.gui.map.DefaultMapRenderer2
Supply Center symbol ID
SYMBOL_WAIVEDBUILD - Static variable in class dip.gui.map.DefaultMapRenderer2
Waived Build symbol ID
SYMBOL_WING - Static variable in class dip.gui.map.DefaultMapRenderer2
Wing symbol ID
SelectPhaseDialog - class dip.gui.dialog.SelectPhaseDialog.
Shows a list of Phases, for a given world, so that the user may select a Phase.
SharedPrefs - class dip.misc.SharedPrefs.
This is just a simple class to get a consistent preference node between packages; thus they will all SHARE the same preference node.
SimpleFileFilter - class dip.misc.SimpleFileFilter.
Simple File Filter class.
SimpleFileFilter(String, String) - Constructor for class dip.misc.SimpleFileFilter
Create a SimpleFileFilter Note: Extension should not contain a period.
StateWriter - class dip.gui.report.StateWriter.
Writes the current game state as HTML.
StatusBar - class dip.gui.StatusBar.
StatusBar
StatusBar() - Constructor for class dip.gui.StatusBar
Creates the StatusBar
StatusBarUtils - class dip.gui.map.StatusBarUtils.
Convenience methods for displaying information on the StatusBar.
StatusBarUtils(MapPanel, StatusBar) - Constructor for class dip.gui.map.StatusBarUtils
Create the StatusBarUtils object
StdAdjudicator - class dip.process.StdAdjudicator.
StdAjudicator is adjudicates all phases of a typical game, using the standard rule set, as well as enhancements indicated in the DPTG and DATC.
StdAdjudicator(OrderFactory, TurnState) - Constructor for class dip.process.StdAdjudicator
Create a Adjudicator for the Standard rules, that will evaluate all Orders for the current TurnState.
SubstitutedResult - class dip.order.result.SubstitutedResult.
If an adjudicator replaces an order (because it is invalid, for example) or creates an order (because no order was given), a SubstitutedResult is created.
SubstitutedResult(Orderable, Orderable, String) - Constructor for class dip.order.result.SubstitutedResult
Create a SubstitutedResult.
SupplyCenter - class dip.world.variant.data.SupplyCenter.
 
SupplyCenter() - Constructor for class dip.world.variant.data.SupplyCenter
 
Support - class dip.order.Support.
Implementation of the Support order.
Support(Power, Location, Unit.Type, Location, Power, Unit.Type) - Constructor for class dip.order.Support
Creates a Support order, for supporting a Hold or other non-movement order.
Support(Power, Location, Unit.Type, Location, Power, Unit.Type, Location) - Constructor for class dip.order.Support
Creates a Support order, for Supporting a Move order.
Support() - Constructor for class dip.order.Support
Creates a Support order
Symbol - class dip.world.variant.data.Symbol.
A Symbol
Symbol(String, float, Element) - Constructor for class dip.world.variant.data.Symbol
Create a new Symbol.
SymbolInjector - class dip.gui.map.SymbolInjector.
Adds Symbols from a SymbolPack into a Variant map.
SymbolInjector(ClientFrame, Variant, MapGraphic, SymbolPack) - Constructor for class dip.gui.map.SymbolInjector
Create a SymbolInjector Throws an IOException if URL resolving fails.
SymbolPack - class dip.world.variant.data.SymbolPack.
A SymbolPack
SymbolPack() - Constructor for class dip.world.variant.data.SymbolPack
 
SymbolPack.CSSStyle - class dip.world.variant.data.SymbolPack.CSSStyle.
SymbolPack CSS data styles.
SymbolPack.CSSStyle(String, String) - Constructor for class dip.world.variant.data.SymbolPack.CSSStyle
Create a CSS style
SymbolParser - interface dip.world.variant.parser.SymbolParser.
Parses a SymbolPack description.
save(ClientFrame) - Method in class dip.gui.DefaultGUIGameSetup
We do not need to save any data.
save(ClientFrame) - Method in class dip.gui.F2FGUIGameSetup
Save the Current Power
save(ClientFrame) - Method in interface dip.gui.GUIGameSetup
Called by the persistance manager just prior to a save.
save() - Method in class dip.gui.PersistenceManager
Saves the current world, if changes have occured.
save(File, World) - Static method in class dip.world.World
Saves a World object to a file.
saveAs() - Method in class dip.gui.PersistenceManager
Save As: Saves the world after requesting for the filename.
saveContents() - Method in class dip.gui.dialog.TextViewer
Saves the contents of the Dialog.
savePrefs(Preferences) - Static method in class dip.misc.SharedPrefs
Save user preferences.
saveTo() - Method in class dip.gui.PersistenceManager
Saves the current file to a new file, without changing the currently open file or current state.
saveWindowSettings(Component) - Static method in class dip.gui.dialog.prefs.GeneralPreferencePanel
 
scaleDown(ImageIcon, int, int) - Static method in class dip.misc.Utils
Scale an ImageIcon *down* to the given width and height (in pixels), keeping aspect ratio intact.
seasonType - Variable in class dip.world.Phase
 
selectAll() - Method in class dip.gui.OrderDisplayPanel
Select all orders in the list.
selectNone() - Method in class dip.gui.OrderDisplayPanel
Select none of the orders in the list
sendAcknowledged(PressChannel, PressMessage) - Method in interface dip.net.message.PressListener
A previously-sent message was sent successfully.
sendAcknowledged(PressChannel, PressMessage) - Method in class dip.net.message.PressListenerAdapter
A previously-sent message was sent successfully.
sendPress(PressMessage) - Method in interface dip.net.message.PressChannel
Send Press
setAcceptListener(TextViewer.AcceptListener) - Method in class dip.gui.dialog.TextViewer
Set the AcceptListener.
setActionMethod(ClientMenu.Item, Object, String) - Method in class dip.gui.ClientMenu
Set the given method (of the given target class) to be the only recipient of ActionEvents for the desired menu item.
setActiveState(boolean[]) - Method in class dip.world.variant.data.Variant
Changes the active/inactive state of a power.
setAdjacentProvinceNames(String[]) - Method in class dip.world.variant.data.ProvinceData
Set all adjacent province names.
setAdjacentProvinceTypes(String[]) - Method in class dip.world.variant.data.ProvinceData
Set all adjacent province types.
setAdjustmenInfoMap(Adjustment.AdjustmentInfoMap) - Method in class dip.gui.order.GUIOrder.StateInfo
 
setAliases(String[]) - Method in class dip.world.variant.data.Variant
Set the alises.
setArrow(String) - Method in class dip.order.OrderFormatOptions
Sets the Movement Arrow
setAtkCertain(int) - Method in class dip.process.OrderState
Set the certain attack value.
setAtkMax(int) - Method in class dip.process.OrderState
Set the maximum attack value.
setAtkSelfSupportCertain(int) - Method in class dip.process.OrderState
Set the attack certain including self-support
setAtkSelfSupportMax(int) - Method in class dip.process.OrderState
Set the attack max including self-support
setAttackStrength(int) - Method in class dip.order.result.BouncedResult
Set the attack strength.
setAttackStrength(int) - Method in class dip.order.result.DislodgedResult
Set the attack strength.
setBCYearsAllowed(boolean) - Method in class dip.world.variant.data.Variant
Sets whether BC years (negative years) are allowed
setBaseMoveModifier(String) - Method in class dip.world.variant.data.BorderData
Sets the Border Support modifier
setBorderData(BorderData[]) - Method in class dip.world.variant.data.Variant
Sets the BorderData associated with this Variant
setBorders(Border[]) - Method in class dip.world.Province
Sets the Border data for this province.
setBorders(List) - Method in class dip.world.variant.data.ProvinceData
Sets the Border ID names for this province (if any)
setBouncer(Province) - Method in class dip.order.result.BouncedResult
Set the unit which which we had bounced.
setBroadcast(boolean) - Method in class dip.net.message.PressConfiguration
Set force-broadcast flag; if broadcast, Press must be sent to all players (except master); recipients cannot be chosen.
setCSSStyles(SymbolPack.CSSStyle[]) - Method in class dip.world.variant.data.SymbolPack
Set the CSS Style data
setCircular(boolean) - Method in class dip.process.OrderState
Set if this is part of a chain of circular movements.
setClientFrame(ClientFrame) - Method in class dip.gui.order.GUIOrder.StateInfo
 
setClientFrame(ClientFrame) - Method in class dip.gui.undo.UndoRedoManager
Can be used post-deserialization
setCoast(Coast) - Method in class dip.world.Unit
Set the coast of a unit.
setCoast(Coast) - Method in class dip.world.variant.data.InitialState
Sets the coast for the unit.
setCoastFormat(int) - Method in class dip.order.OrderFormatOptions
Sets the Coast Format
setCoastMappings(Map, Map) - Method in class dip.gui.map.MapMetadata.InfoEntry
Sets coast data maps for multi-coastal provinces; if not set, default placement data is used.
setCoastSeparator(char) - Method in class dip.order.OrderFormatOptions
Set the character that separates the Province from the Coast
setCoastStyle(int) - Method in class dip.order.OrderFormatOptions
Sets the Coast Style
setComment(String) - Method in class dip.world.metadata.GameMetadata
Sets game comment.
setContentPane(Container) - Method in class dip.gui.dialog.HeaderDialog
Set the dialog content; this may be called at any time.
setContentType(String) - Method in class dip.gui.dialog.TextViewer
Set the Content Type (e.g., "text/html", or "text/plain") of the TextViewer
setControlBar(ControlBar) - Method in class dip.gui.map.MapPanel
Explicitly set a ControlBar.
setConvoyableCoast(boolean) - Method in class dip.world.variant.data.ProvinceData
Sets whether this Province is a convoyable coastal province.
setCurrentDirectory(File) - Method in class dip.misc.XJFileChooser
Set the current directory.
setDOMUIEventHandler(DOMUIEventHandler) - Method in class dip.gui.map.DOMUIEventListener
Define the (single) object that will receive DOM UI events.
setDOMUIEventListener(DOMUIEventListener) - Method in class dip.gui.map.MapPanel
DOMUI event hook
setDateLine(String) - Method in class dip.judge.parser.TurnParser.Turn
Sets the unparsed Date: line
setDebug(boolean) - Method in class dip.order.OrderFormatOptions
When true, the Coast of a Location is always printed (even if, for example, it is a "/mv" coast).
setDefCertain(int) - Method in class dip.process.OrderState
Set the certain defense.
setDefMax(int) - Method in class dip.process.OrderState
Set the maximum defense.
setDefault() - Method in class dip.gui.dialog.prefs.DisplayPreferencePanel
 
setDefault() - Method in class dip.gui.dialog.prefs.ExportPreferencePanel
 
setDefault() - Method in class dip.gui.dialog.prefs.GeneralPreferencePanel
 
setDefault() - Method in class dip.gui.dialog.prefs.PreferencePanel
Return settings to their default.
setDefault(boolean) - Method in class dip.world.variant.data.Variant
Set if this variant is the default variant.
setDefaultButton(JButton) - Method in class dip.gui.dialog.HeaderDialog
Set the button that is focus-selected by default
setDefaultCloseButton(JButton) - Method in class dip.gui.dialog.HeaderDialog
Sets the JButton that the close(actionCommand) method will have as its argument.
setDefaultCloseOperation(int) - Method in class dip.gui.dialog.XDialog
Throws an IllegalArgumentException()
setDefenseStrength(int) - Method in class dip.order.result.BouncedResult
Set the defense strength.
setDefenseStrength(int) - Method in class dip.order.result.DislodgedResult
Set the defense strength.
setDependentMovesToDestination(List) - Method in class dip.process.OrderState
Adds a List of the Dependent Move Orderstates to the Destination Province of this Orderstate If asserts are enabled, all OrderStates are verified to contain only Move orders.
setDependentMovesToSource(List) - Method in class dip.process.OrderState
Adds a List of the Dependent Move Orderstates to the Source Province of this Orderstate.
setDependentSelfSupports(List) - Method in class dip.process.OrderState
Criteria: Support order Supported MOVE (not any other) [supportedSrc !
setDependentSupports(List) - Method in class dip.process.OrderState
Adds the given list, which must only contain Dependent Support OrderStates.
setDescription(SVGDocument, SVGElement, String) - Static method in class dip.gui.map.SVGUtils
Sets the description of an SVG element.
setDescription(String) - Method in class dip.order.ValidationOptions.DescriptiveOption
 
setDescription(String) - Method in class dip.world.variant.data.BorderData
Sets the Border description
setDescription(String) - Method in class dip.world.variant.data.SymbolPack
Set the SymbolPack description
setDescription(String) - Method in class dip.world.variant.data.Variant
Set the description for this variant.
setDislodgedState(Tristate) - Method in class dip.process.OrderState
Set the dislodged state.
setDislodgedUnit(Unit) - Method in class dip.gui.map.DefaultMapRenderer2.Tracker
 
setDislodgedUnit(SVGElement, Unit) - Method in class dip.gui.map.DefaultMapRenderer2.Tracker
 
setDislodgedUnit(Province, Unit) - Method in class dip.world.Position
Set the dislodged unit contained in this province; null to eliminate an existing unit.
setDislodger(Province) - Method in class dip.order.result.DislodgedResult
Set the dislodger.
setDislodger(OrderState) - Method in class dip.process.OrderState
Set the dislodger.
setDisplayName(String) - Method in class dip.order.ValidationOptions.DescriptiveOption
 
setDisplayValues(String[]) - Method in class dip.order.ValidationOptions.DescriptiveOption
 
setEditItemsEnabled(boolean) - Method in class dip.gui.ClientMenu
This is a specialized item group that is used internally and by OrderPanel.java.
setEditable(boolean) - Method in class dip.gui.dialog.TextViewer
Set if this TextViewer is editable
setElementVisibility(SVGElement, boolean) - Method in class dip.gui.map.DefaultMapRenderer2
Set the visibility of an element
setEliminated(Power, boolean) - Method in class dip.world.Position
Set whether this Power has been eliminated.
setEliminationStatus(Power[]) - Method in class dip.world.Position
Scans the Position; sets/unsets elimination depending upon if a given Power has any units (including dislodged units) or supply centers on the map
setEmailAddresses(String[]) - Method in class dip.world.metadata.PlayerMetadata
Sets the player's email addresses. a Null value will create a zero-length array.
setEnabled(ClientMenu.Item, boolean) - Method in class dip.gui.ClientMenu
 
setEnabled(boolean) - Method in class dip.gui.dialog.newgame.NGDRuleOptions
Enables & Disables controls on this panel
setEnabled(boolean) - Method in class dip.gui.dialog.newgame.NGDStartOptions
Enables & Disables controls on this panel
setEndWithDot(boolean) - Method in class dip.order.OrderFormatOptions
Sets if order should end with a period.
setEnded(boolean) - Method in class dip.world.TurnState
Set if game has ended for any reason
setEvalState(Tristate) - Method in class dip.process.OrderState
Set the evaluation state.
setFile(File) - Static method in class dip.misc.Log
Set the File to which we will write (or append) a Log file, if null, write output to stdout.
setFileFilter(SimpleFileFilter) - Method in class dip.misc.XJFileChooser
Sets the default file filter.
setFont(Font) - Method in class dip.gui.dialog.TextViewer
Set Font.
setFont(Font) - Method in class dip.gui.swing.XJTextField
 
setFontColor(StringBuffer, Color) - Static method in class dip.misc.Utils
Create a <font> tag with the given color.
setFontColor(StringBuffer, int, int, int) - Static method in class dip.misc.Utils
Create a <font> tag with the given color.
setFoundConvoyPath(boolean) - Method in class dip.process.OrderState
Set if we have found a convoy path
setFrom(String) - Method in class dip.world.variant.data.BorderData
Sets the Border From locations
setFullName(String) - Method in class dip.world.variant.data.ProvinceData
Set full name of province.
setGUIOrder(Location) - Method in class dip.gui.map.OrderControlBar
Creates a new GUIOrder subclass based upon the currently selected order.
setGameID(String) - Method in class dip.world.metadata.GameMetadata
Sets the game ID: e.g., Boardman, Miller, or EPNum.
setGameMetadata(GameMetadata) - Method in class dip.world.World
Sets the Game metadata
setGameName(String) - Method in class dip.world.metadata.GameMetadata
Sets game name.
setGameSetup(GameSetup) - Method in class dip.world.World
Sets the GameSetup object
setGameURI(URI) - Method in class dip.world.metadata.GameMetadata
Sets the game URI; may be null
setGlobalState(Object) - Method in class dip.world.World
Set the Global state object.
setHeadToHead(OrderState) - Method in class dip.process.OrderState
if move is a head-to-head move, set which move we are moving head-to-head against here.
setHeaderText(String) - Method in class dip.gui.dialog.HeaderDialog
Set the header text
setHeaderVisible(boolean) - Method in class dip.gui.dialog.HeaderDialog
Show or hide the header.
setHelpID(Help.HelpID) - Method in class dip.gui.dialog.XDialog
Set the HelpID (see dip.misc.Help).
setHighlightable(boolean) - Method in class dip.gui.dialog.TextViewer
Set if this TextViewer is highlightable
setHomePowerName(String) - Method in class dip.world.variant.data.SupplyCenter
Sets the name of the home supply center.
setHorizontalScrollBarPolicy(int) - Method in class dip.gui.dialog.TextViewer
Change how Horizontal scrolling is handled.
setID(String) - Method in class dip.world.variant.data.BorderData
Sets the Border ID
setInfoEntry(Province, MapMetadata.InfoEntry) - Method in class dip.gui.map.MapMetadata
Set an InfoEntry This generally should NOT be used.
setInitialStates(List) - Method in class dip.world.variant.data.Variant
Sets the InitialStates, from a List
setJudgeName(String) - Method in class dip.world.metadata.GameMetadata
Sets the Judge name; may be null
setLastOccupier(Province, Power) - Method in class dip.world.Position
Sets the Power that last occupied a given space.
setLegal(boolean) - Method in class dip.process.OrderState
Sets if an Order is legal.
setLocation(GUIOrder.StateInfo, Location, StringBuffer) - Method in class dip.gui.order.GUIBuild
 
setLocation(GUIOrder.StateInfo, Location, StringBuffer) - Method in class dip.gui.order.GUIConvoy
 
setLocation(GUIOrder.StateInfo, Location, StringBuffer) - Method in class dip.gui.order.GUIDefineState
Always returns false.
setLocation(GUIOrder.StateInfo, Location, StringBuffer) - Method in class dip.gui.order.GUIDisband
 
setLocation(GUIOrder.StateInfo, Location, StringBuffer) - Method in class dip.gui.order.GUIHold
 
setLocation(GUIOrder.StateInfo, Location, StringBuffer) - Method in class dip.gui.order.GUIMove
 
setLocation(GUIOrder.StateInfo, Location, StringBuffer) - Method in class dip.gui.order.GUIMoveExplicit
 
setLocation(GUIOrder.StateInfo, Location, StringBuffer) - Method in interface dip.gui.order.GUIOrder
Sets the current location.
setLocation(GUIOrder.StateInfo, Location, StringBuffer) - Method in class dip.gui.order.GUIRemove
 
setLocation(GUIOrder.StateInfo, Location, StringBuffer) - Method in class dip.gui.order.GUIRetreat
 
setLocation(GUIOrder.StateInfo, Location, StringBuffer) - Method in class dip.gui.order.GUISupport
 
setLocation(GUIOrder.StateInfo, Location, StringBuffer) - Method in class dip.gui.order.GUIWaive
 
setLocations(Coast, Location[]) - Method in class dip.world.Province.Adjacency
Sets which locations are adjacent to the specified coast.
setLogging(boolean) - Static method in class dip.misc.Log
Enable or disable logging
setMMDSuppressed(boolean) - Method in class dip.gui.ClientFrame
Set if we are suppressing MapMetadata placement errors.
setMapCursor(Cursor) - Method in class dip.gui.map.MapPanel
Sets the cursor over the JSVGScrollCanvas.
setMapGraphics(List) - Method in class dip.world.variant.data.Variant
Sets the MapGraphics, from a List
setMapName(String) - Method in class dip.world.World.VariantInfo
Set the Map name.
setMapRenderer(MapRenderer2) - Method in class dip.gui.map.DOMUIEventListener
Set the MapRenderer
setMaster(MID) - Method in class dip.net.message.PressConfiguration
Set the Master (null if none)
setMaxGameTimeYears(int) - Method in class dip.world.variant.data.Variant
Victory Conditions: Maximum game duration, in years.
setMaxYearsNoSCChange(int) - Method in class dip.world.variant.data.Variant
Victory Conditions: Maximum years without a supply-center ownership change before game ends.
setMaximum(int) - Method in class dip.gui.dialog.newgame.BCSpinner
Sets the maximum value
setMaximumScale(double) - Method in class dip.gui.map.XJSVGCanvas
Sets the maximum allowable scale size. 1.0 == no scaling. any negative value or 0 disables.
setMinimum(int) - Method in class dip.gui.dialog.newgame.BCSpinner
Sets the minimum value
setMinimumScale(double) - Method in class dip.gui.map.XJSVGCanvas
Sets the minimum allowable scale size. 1.0 == no scaling. any negative value or 0 disables.
setModeText(String) - Method in class dip.gui.StatusBar
Set Mode indicator text
setModeratorEmail(String) - Method in class dip.world.metadata.GameMetadata
Sets moderator email address; may be null.
setModeratorName(String) - Method in class dip.world.metadata.GameMetadata
Sets moderator name; may be null.
setModeratorURI(URI) - Method in class dip.world.metadata.GameMetadata
Sets moderator URI; may be null.
setName(String) - Method in class dip.world.metadata.PlayerMetadata
Sets the player name.
setName(String) - Method in class dip.world.variant.data.SymbolPack
Set the SymbolPack name.
setName(String) - Method in class dip.world.variant.data.Variant
Set the variant name.
setNarrowingOrder(Order) - Method in class dip.order.Support
A narrowing order only applies to non-move Supports, to make it more specific.
setNotes(String) - Method in class dip.world.metadata.GameMetadata
Sets textual notes.
setNotes(String) - Method in class dip.world.metadata.PlayerMetadata
Sets notes.
setNumSCForVictory(int) - Method in class dip.world.variant.data.Variant
Victory Conditions: Number of Supply Centers required for victory.
setOFO(OrderFormatOptions) - Method in class dip.gui.ClientFrame
Set the user-specified Order Format Options (OFO)
setObserverPressType(int) - Method in class dip.net.message.PressConfiguration
Set the type of press allowed between observers
setOption(String, Object) - Method in class dip.order.ValidationOptions
 
setOption(RuleOptions.Option, RuleOptions.OptionValue) - Method in class dip.world.RuleOptions
Sets the OptionValue for an Option.
setOptions(Transcoder) - Method in class dip.gui.map.MapPanelSVGAction.Export
Set any transcoding options.
setOptions(Transcoder) - Method in class dip.gui.map.MapPanelSVGAction.ExportJPG
Set JPEG-specific options
setOptions(Transcoder) - Method in class dip.gui.map.MapPanelSVGAction.ExportPDF
DO NOT apply Image export settings for PDF.
setOptions(Transcoder) - Method in class dip.gui.map.MapPanelSVGAction.ExportPNG
Set PNG options
setOrder(Order) - Method in class dip.process.OrderState
Set the Order.
setOrderDisplayPanel(OrderDisplayPanel) - Method in class dip.gui.undo.UndoRedoManager
Can be used post-deserialization
setOrderFormat(OrderFormatOptions) - Method in class dip.process.StdAdjudicator
Sets the order formatting options
setOrderNameFormat(int) - Method in class dip.order.OrderFormatOptions
Sets the Order Name Format
setOrderNameStyle(int) - Method in class dip.order.OrderFormatOptions
Sets the Order Name Style
setOrderText(String) - Method in class dip.gui.OrderStatusPanel
Sets the text in the order text field.
setOrderTypes(String) - Method in class dip.world.variant.data.BorderData
Sets the Border Order types
setOrders(Power, List) - Method in class dip.world.TurnState
Sets the orders for the given Power, deleting any existing orders for the power
setOwnerName(String) - Method in class dip.world.variant.data.SupplyCenter
Set the name of the Power that owns this supply center.
setPBValue(int) - Method in class dip.gui.StatusBar
Sets the progress bar displayed value.
setParam(GUIOrder.Parameter, Object) - Method in class dip.gui.order.GUIBuild
Used to set what type of Unit we are building.
setParam(GUIOrder.Parameter, Object) - Method in class dip.gui.order.GUIConvoy
Always throws an IllegalArgumentException
setParam(GUIOrder.Parameter, Object) - Method in class dip.gui.order.GUIDefineState
Always throws an IllegalArgumentException
setParam(GUIOrder.Parameter, Object) - Method in class dip.gui.order.GUIDisband
Always throws an IllegalArgumentException
setParam(GUIOrder.Parameter, Object) - Method in class dip.gui.order.GUIHold
Always throws an IllegalArgumentException
setParam(GUIOrder.Parameter, Object) - Method in class dip.gui.order.GUIMove
Sets optional Move parameters.
setParam(GUIOrder.Parameter, Object) - Method in class dip.gui.order.GUIMoveExplicit
Always throws an IllegalArgumentException
setParam(GUIOrder.Parameter, Object) - Method in interface dip.gui.order.GUIOrder
Sets a given parameter.
setParam(GUIOrder.Parameter, Object) - Method in class dip.gui.order.GUIRemove
Always throws an IllegalArgumentException
setParam(GUIOrder.Parameter, Object) - Method in class dip.gui.order.GUIRetreat
Always throws an IllegalArgumentException
setParam(GUIOrder.Parameter, Object) - Method in class dip.gui.order.GUISupport
Always throws an IllegalArgumentException
setParam(GUIOrder.Parameter, Object) - Method in class dip.gui.order.GUIWaive
Always throws an IllegalArgumentException
setParent(Component) - Method in class dip.gui.map.XJSVGCanvas.XJSVGCanvasListener
Set parent to receive key events; null if none.
setParent(Component) - Method in class dip.gui.map.XJSVGCanvas
Sets the parent component, to which key events are sent.
setPhase(Phase) - Method in class dip.judge.parser.TurnParser.Turn
Sets the PhaseType
setPhase(Phase) - Method in class dip.world.TurnState
This should be used with the utmost care.
setPhase(String) - Method in class dip.world.variant.data.BorderData
Sets the Border Phase
setPlayerMetadata(Power, PlayerMetadata) - Method in class dip.world.World
Sets the metadata for a player, referenced by Power
setPlayerPressType(int) - Method in class dip.net.message.PressConfiguration
Set the type of press allowed between players
setPosition(Position) - Method in class dip.world.TurnState
Sets the Position data for this TurnState
setPowerFormat(int) - Method in class dip.order.OrderFormatOptions
Sets the Power Format
setPowerName(String) - Method in class dip.world.variant.data.InitialState
Set the Power name
setPowerOrderChecking(boolean) - Method in interface dip.process.Adjudicator
If enabled, checks to make sure that each Power's list of orders only contains orders from that Power.
setPowerOrderChecking(boolean) - Method in class dip.process.StdAdjudicator
If enabled, checks to make sure that each Power's list of orders only contains orders from that Power.
setPowerState(Power, Object) - Method in class dip.world.World
Sets any special per-power state information that is not associated with a particular TurnState.
setPowerStyle(int) - Method in class dip.order.OrderFormatOptions
Sets the Power Style
setPowers(List) - Method in class dip.world.variant.data.Variant
Sets the Powers, from a List
setPressChannel(PressChannel) - Method in class dip.gui.MessageMenuHandler
Set the PressChannel object.
setProhibitedPhases(Phase.PhaseType[]) - Method in class dip.net.message.PressConfiguration
Set which phases (if any) during which Press is prohibited
setProhibitedSeasons(Phase.SeasonType[]) - Method in class dip.net.message.PressConfiguration
Set which seasons (if any) during which Press is prohibited
setProhibitedYearTypes(Phase.YearType[]) - Method in class dip.net.message.PressConfiguration
Set which years (if any) during which Press is prohibited
setProvinceData(ProvinceData[]) - Method in class dip.world.variant.data.Variant
Sets the ProvinceData associated with this Variant
setProvinceFormat(int) - Method in class dip.order.OrderFormatOptions
Sets the Province Format
setProvinceHiliteElement(SVGElement) - Method in class dip.gui.map.DefaultMapRenderer2.Tracker
 
setProvinceName(String) - Method in class dip.world.variant.data.InitialState
Set the Province name
setProvinceName(String) - Method in class dip.world.variant.data.SupplyCenter
Set the province name of this supply center.
setProvinceStyle(int) - Method in class dip.order.OrderFormatOptions
Sets the Province Style
setRead(boolean) - Method in interface dip.net.message.PressMessage
Set whether this message has been read
setRecentFileName(File) - Static method in class dip.gui.dialog.prefs.GeneralPreferencePanel
This method updates the recent file name preferences.
setRenderSetting(Object, Object) - Method in class dip.gui.map.DefaultMapRenderer2
Internally set a Render Setting
setRenderingTransform(AffineTransform) - Method in class dip.gui.map.XJSVGCanvas
Calls GVTTransformListener.transformChanged(), after setting the rendering transform of the JSVGCanvas.
setRepliedTo(boolean) - Method in interface dip.net.message.PressMessage
Set whether this message has been replied to
setResolved(boolean) - Method in class dip.world.TurnState
Set if the turn has been adjudicated.
setResultList(List) - Method in class dip.world.TurnState
Sets the Result list, erasing any previously existing result list.
setRetreatStrength(int) - Method in class dip.process.OrderState
Set the retreat strength
setRuleOptionNVPs(List) - Method in class dip.world.variant.data.Variant
Sets the RuleOptions (as a List of name-value pairs) associated with this Variant
setRuleOptions(RuleOptions) - Method in class dip.gui.order.GUIOrder.StateInfo
 
setRuleOptions(RuleOptions) - Method in class dip.world.World.VariantInfo
Replaces the current RuleOptions with the given RuleOptions
setRuleOptions(RuleOptions) - Method in class dip.world.World
Convenience method: sets RuleOptions in VariantInfo object.
setSCElement(SVGElement) - Method in class dip.gui.map.DefaultMapRenderer2.Tracker
 
setSCOwnerChanged(boolean) - Method in class dip.world.TurnState
Sets the flag indicating if, after adjudication, any supply centers have changed ownership.
setSVGCursor(Cursor) - Method in class dip.gui.map.XJSVGCanvas.XJSVGUserAgent
Do nothing.
setSVGURI(String) - Method in class dip.world.variant.data.SymbolPack
Set the URI for the Symbol SVG data
setSeason(String) - Method in class dip.world.variant.data.BorderData
Sets the Border Season
setSelected(ClientMenu.Item, boolean) - Method in class dip.gui.ClientMenu
 
setSelected(Power, boolean) - Method in class dip.gui.ClientMenu
 
setSelectedFile(File) - Method in class dip.misc.XJFileChooser
Sets the suggested file name.
setSelectedMap(MapGraphic) - Method in class dip.gui.dialog.newgame.NGDMapAndUnits
Set the selected Map Graphic
setSelectedMap(String) - Method in class dip.gui.dialog.newgame.NGDMapAndUnits
Set the selected Map Graphic
setSelectedSymbolPack(SymbolPack) - Method in class dip.gui.dialog.newgame.NGDMapAndUnits
Set the Selected Symbol Pack
setSelectedSymbolPack(String) - Method in class dip.gui.dialog.newgame.NGDMapAndUnits
Set the Selected Symbol Pack
setSeparatorVisible(boolean, int, int) - Method in class dip.gui.dialog.HeaderDialog
Show or Hide the separator between the button and content panels.
setShortNames(List) - Method in class dip.world.variant.data.ProvinceData
Set all short (abbreviated) names, from a List.
setShowPossessivePower(boolean) - Method in class dip.order.OrderFormatOptions
Sets if Possessive Powers are displayed
setStartingPhase(Phase) - Method in class dip.world.variant.data.Variant
Set the starting phase for this variant.
setStatReporting(boolean) - Method in interface dip.process.Adjudicator
Enable or disable reporting of failure statistics.
setStatReporting(boolean) - Method in class dip.process.StdAdjudicator
Enable or disable reporting of failure statistics.
setSubjectLine(String) - Method in class dip.judge.parser.TurnParser.Turn
Sets the unparsed Subject: line
setSupplyCenter(boolean) - Method in class dip.world.Province
Sets if this province has a supply center.
setSupplyCenterHomePower(Province, Power) - Method in class dip.world.Position
Set the owner of a home supply center.
setSupplyCenterOwner(Province, Power) - Method in class dip.world.Position
Set the owner of the supply center.
setSupplyCenters(List) - Method in class dip.world.variant.data.Variant
Sets the supply centers, from a List
setSymbolPackName(String) - Method in class dip.world.World.VariantInfo
Set the Symbol pack name.
setSymbolPackVersion(float) - Method in class dip.world.World.VariantInfo
Set the Symbol pack version.
setSymbols(Symbol[]) - Method in class dip.world.variant.data.SymbolPack
Set the Symbols
setSymbols(List) - Method in class dip.world.variant.data.SymbolPack
Set the Symbols
setText(ClientMenu.Item, String) - Method in class dip.gui.ClientMenu
 
setText(String) - Method in class dip.gui.StatusBar
Set the text
setText(String) - Method in class dip.gui.dialog.TextViewer.TVRunnable
Set the text
setText(String) - Method in class dip.gui.dialog.TextViewer
Set the TextViewer text.
setText(String) - Method in class dip.gui.map.StatusBarUtils
Set the StatusBar text
setText(String) - Method in class dip.gui.swing.GradientJLabel
Overrides setText()
setText(String) - Method in class dip.judge.parser.TurnParser.Turn
Sets the text between Subject: and upto (but not including) the next Date: line
setThumbnailURI(String) - Method in class dip.world.variant.data.SymbolPack
Set the URI for the thumbnail image
setTitle(SVGDocument, SVGElement, String) - Static method in class dip.gui.map.SVGUtils
Sets the title of an SVG element.
setToolProxy(ToolProxy) - Method in interface dip.tool.Tool
Gets the ToolProxy object which allows a Tool access to internal data structures
setTurnState(TurnState) - Method in class dip.gui.map.DefaultMapRenderer2
Sets the current TurnState object for the renderer.
setTurnState(TurnState) - Method in class dip.gui.order.GUIOrder.StateInfo
 
setTurnState(TurnState) - Method in class dip.world.World
If a TurnState with the given phase already exists, it is replaced.
setURI(URI) - Method in class dip.world.metadata.PlayerMetadata
Sets the player contact URI.
setUndoRedoManager(UndoRedoManager) - Method in class dip.world.World
Sets the UndoRedo manager to be saved.
setUnit(Unit) - Method in class dip.gui.map.DefaultMapRenderer2.Tracker
 
setUnit(SVGElement, Unit) - Method in class dip.gui.map.DefaultMapRenderer2.Tracker
 
setUnit(Province, Unit) - Method in class dip.world.Position
Set the unit contained in this province; null to eliminate an existing unit.
setUnitFormat(int) - Method in class dip.order.OrderFormatOptions
Sets the Unit Format
setUnitStyle(int) - Method in class dip.order.OrderFormatOptions
Sets the Unit Style
setUnitType(Unit.Type) - Method in class dip.world.variant.data.InitialState
Sets the unit type.
setUnitTypes(String) - Method in class dip.world.variant.data.BorderData
Sets the Border unit types
setValidating(boolean) - Method in class dip.gui.map.XJSVGCanvas
Sets if this is we should validate SVG or not
setValidationOptions(ValidationOptions) - Method in class dip.gui.map.OrderControlBar
Update the ValidationOptions
setValidationOptions(ValidationOptions) - Method in class dip.gui.order.GUIOrder.StateInfo
 
setValue(int) - Method in class dip.gui.dialog.newgame.BCSpinner
Sets the current value
setValueDescriptions(String[]) - Method in class dip.order.ValidationOptions.DescriptiveOption
 
setVariantInfo(World.VariantInfo) - Method in class dip.world.World
Set the Variant Info object.
setVariantName(String) - Method in class dip.world.World.VariantInfo
Set the Variant name.
setVariantVersion(float) - Method in class dip.world.World.VariantInfo
Set the Variant version.
setVerified(boolean) - Method in class dip.process.OrderState
Set if an order has been verified.
setVersion(float) - Method in class dip.world.variant.data.SymbolPack
Set the SymbolPack of this variant
setVersion(float) - Method in class dip.world.variant.data.Variant
Set the version of this variant
setVictoryConditions(VictoryConditions) - Method in class dip.world.World
Set the Victory Conditions
setViewNamesNone() - Method in class dip.gui.ClientMenu
Set the View->Names-> menu option to "None".
setViewRenderItemsEnabled(boolean) - Method in class dip.gui.ClientMenu
View menu rendering options This is a specialized item group that is enabled/disabled automatically by a mode change.
setVisible(ClientMenu.Item, boolean) - Method in class dip.gui.ClientMenu
 
setWorld(World) - Method in class dip.world.TurnState
Set the World object associated with this TurnState.
setYear(String) - Method in class dip.world.variant.data.BorderData
Sets the Border Year
setZoomScaleFactor(float) - Method in class dip.gui.map.XJSVGCanvas
Sets the zoom in/out scale factor to that given.
setup(ClientFrame, World) - Method in class dip.gui.DefaultGUIGameSetup
Setup the game.
setup(ClientFrame, World) - Method in class dip.gui.F2FGUIGameSetup
Setup the game.
setup(ClientFrame, World) - Method in interface dip.gui.GUIGameSetup
Setup the game.
setup() - Method in class dip.gui.GameIO.ReadGameThread
 
showError(SAXParseException, String) - Method in class dip.world.variant.parser.XMLErrorHandler
Dialog method for error handling
showPB(int, int) - Method in class dip.gui.StatusBar
Shows the Progress Bar (in place of the Mode setting)
simplify() - Method in class dip.gui.undo.UndoRedoManager
Simplifies the undo list.
size() - Method in class dip.world.Position
The Number of Provinces in this Position
splash - class dip.gui.splash.
A very fast statup Splash screen, using AWT.
src - Variable in class dip.order.Order
Location of the ordered unit
srcUnitType - Variable in class dip.order.Order
Type of the ordered unit
start() - Method in class dip.judge.net.FlocImporter
Start a FlocImporter in a new Thread.
startTime - Variable in class dip.gui.map.MapPanel
 
stateToHTML(ClientFrame, TurnState) - Static method in class dip.gui.report.StateWriter
Displays a summary of the current game state as HTML.
statusBarUtils - Variable in class dip.gui.map.MapPanel
 
storeMessage(PressMessage) - Method in class dip.net.message.DefaultPressStore
Store a Message.
storeMessage(PressMessage) - Method in interface dip.net.message.PressStore
Store a Message.
supDest - Variable in class dip.order.Support
 
supPower - Variable in class dip.order.Support
 
supSrc - Variable in class dip.order.Support
 
supUnitType - Variable in class dip.order.Support
 
svgCanvas - Variable in class dip.gui.map.MapRenderer2
 
syncCreateImage(ImageProducer) - Static method in class dip.misc.Utils
Ensure that the entire image has been created.
syncCreateImage(Image) - Static method in class dip.misc.Utils
Ensure that the entire image has been created.

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.