Uses of Interface
VASSAL.build.AutoConfigurable
Package
Description
Provides classes for building Java instances automatically from XML
files.
Contains classes that may be added to a
GameModule
.Contains classes that may be added to a
Documentation
.Contains classes that may be added to a
Map
.Contains classes that may be added to a
BoardPicker
.Contains classes that may be added to a
Board
.Contains classes that may be added to a
MapGrid
.Contains classes that can be added to a
Widget
.Provides classes for building "Edit Property" dialogs, and for editing
GameModule
's and ModuleExtension
's.Provides classes that define game pieces.
Provides support for specifying and saving preferences.
-
Uses of AutoConfigurable in VASSAL.build
Modifier and TypeClassDescriptionclass
An abstract implementation of theConfigurable
interface.class
Abstract class for a Folder component that can contain/organize a particular type of configurable(s).class
Creates an item that is both configurable w/ an edit boxAbstractConfigurable
and buildable from the XML buildFileAbstractBuildable
, but which also has a Toolbar launch button.class
The GameModule class is the base class for a VASSAL module.class
A general-purpose configurable GUI container Widgets areConfigurable
objects that represent AWT components.Modifier and TypeMethodDescriptionstatic void
AutoConfigurable.Util.buildAttributes
(Element e, AutoConfigurable parent) static Element
AutoConfigurable.Util.getBuildElement
(Document doc, AutoConfigurable parent) AbstractToolbarItem.FormattedStringConfig.getConfigurer
(AutoConfigurable c, String key, String name) AbstractToolbarItem.IconConfig.getConfigurer
(AutoConfigurable c, String key, String name) -
Uses of AutoConfigurable in VASSAL.build.module
Modifier and TypeClassDescriptionclass
A top-level Widget for displaying Chartsclass
CHESS CLOCK CONTROLLER for VASSAL.class
This component places a button into the controls window toolbar.class
class
This component places a button into the controls window toolbar.class
Represents theHelp
menu of the controls windowclass
This version ofMassKeyCommand
is added directly to aGameModule
and applies to all maps.class
GlobalOptions is a junction point for several flavors of "preferences"-related categories.class
This component places a button into the controls window toolbar.class
class
The Map is the main component for displaying and containingGamePiece
s during play.class
Combines multiple buttons from the toolbar into a single button.class
This is aGameComponent
that allows players to type and save text notes during a game.class
A window from which players can create newGamePiece
s by clicking and dragging from the PieceWindow.class
class
Maintains a list of players involved in the current gameclass
Plugin is a general purpose component for use by Module Plugins that require some sort of initialisation.class
Defines a saved game that is accessible from the File menu.class
A Map that may be configured to be visible only a particular side.class
class
Container for definitions of Game Piece prototypes.class
class
...class
class
class
A Global Key Command that is automatically invoked on game start-up, once the various Key Listeners have been started.class
Takes buttons from the toolbar of a Map or the main module and places them into a popup menuModifier and TypeMethodDescriptionChartWindow.IconConfig.getConfigurer
(AutoConfigurable c, String key, String name) ChessClockControl.IconConfig.getConfigurer
(AutoConfigurable c, String key, String name) DiceButton.IconConfig.getConfigurer
(AutoConfigurable c, String key, String name) Deprecated, for removal: This API element is subject to removal in a future version.DiceButton.KeepConfig.getConfigurer
(AutoConfigurable c, String key, String name) DiceButton.ReportFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) DoActionButton.HotkeyConfig.getConfigurer
(AutoConfigurable c, String key, String name) DoActionButton.IconConfig.getConfigurer
(AutoConfigurable c, String key, String name) Deprecated, for removal: This API element is subject to removal in a future version.DoActionButton.LoopConfig.getConfigurer
(AutoConfigurable c, String key, String name) DoActionButton.LoopCountConfig.getConfigurer
(AutoConfigurable c, String key, String name) DoActionButton.ReportFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) DoActionButton.SoundConfig.getConfigurer
(AutoConfigurable c, String key, String name) GlobalOptions.PlayerIdFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) InternetDiceButton.InternetReportFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) Inventory.FunctionConfig.getConfigurer
(AutoConfigurable c, String key, String name) Inventory.IconConfig.getConfigurer
(AutoConfigurable c, String key, String name) Deprecated, for removal: This API element is subject to removal in a future version.Inventory.PieceFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) Inventory.SortConfig.getConfigurer
(AutoConfigurable c, String key, String name) Map.ChangeFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) Map.CreateFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) Map.IconConfig.getConfigurer
(AutoConfigurable c, String key, String name) Map.MoveToFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) Map.MoveWithinFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) Map.UnmovedIconConfig.getConfigurer
(AutoConfigurable c, String key, String name) Map.UnmovedReportConfig.getConfigurer
(AutoConfigurable c, String key, String name) NotesWindow.IconConfig.getConfigurer
(AutoConfigurable c, String key, String name) Deprecated, for removal: This API element is subject to removal in a future version.PieceWindow.IconConfig.getConfigurer
(AutoConfigurable c, String key, String name) SpecialDiceButton.IconConfig.getConfigurer
(AutoConfigurable c, String key, String name) Deprecated, for removal: This API element is subject to removal in a future version.SpecialDiceButton.ReportFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) SpecialDie.ResultFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) SpecialDieFace.IconConfig.getConfigurer
(AutoConfigurable c, String key, String name) String[]
ChessClockControl.TimeStyleConfig.getI18nKeys
(AutoConfigurable target) String[]
StartupGlobalKeyCommand.Prompt.getI18nKeys
(AutoConfigurable target) String[]
StartupGlobalKeyCommand.SendConfig.getI18nKeys
(AutoConfigurable target) String[]
ChessClockControl.TimeStyleConfig.getValidValues
(AutoConfigurable target) String[]
DoActionButton.LoopTypeConfig.getValidValues
(AutoConfigurable target) String[]
GlobalOptions.Prompt.getValidValues
(AutoConfigurable target) String[]
GlobalOptions.PromptOnOff.getValidValues
(AutoConfigurable target) String[]
StartupGlobalKeyCommand.Prompt.getValidValues
(AutoConfigurable target) String[]
StartupGlobalKeyCommand.SendConfig.getValidValues
(AutoConfigurable target) -
Uses of AutoConfigurable in VASSAL.build.module.chessclockcontrol
Modifier and TypeMethodDescriptionChessClock.ColorConfig.getConfigurer
(AutoConfigurable c, String key, String name) ChessClock.ColorConfig2.getConfigurer
(AutoConfigurable c, String key, String name) ChessClock.ColorConfig3.getConfigurer
(AutoConfigurable c, String key, String name) ChessClock.IconConfig.getConfigurer
(AutoConfigurable c, String key, String name) String[]
ChessClock.PlayerSidesConfig.getI18nKeys
(AutoConfigurable target) String[]
ChessClock.PlayerSidesConfig.getValidValues
(AutoConfigurable target) -
Uses of AutoConfigurable in VASSAL.build.module.documentation
Modifier and TypeClassDescriptionclass
Places an entry in theHelp
menu.protected class
The attributes we want to expose in the editor are not the same as the ones we want to save to the buildFile, so we use this object to specify the properties in the editor.class
Easier-to-use support for opening a single PDF file in the browser (it can be done with BrowserHelpFile, but requires a substantial workaround and weird confusing procedures)class
Places an entry in theHelp
menu.class
Provides tutorial functionality by reading in a logfileModifier and TypeMethodDescriptionBrowserHelpFile.ContentsConfig.getConfigurer
(AutoConfigurable c, String key, String name) BrowserHelpFile.StartPageConfig.getConfigurer
(AutoConfigurable c, String key, String name) HelpFile.VassalHelpConfig.getConfigurer
(AutoConfigurable c, String key, String name) -
Uses of AutoConfigurable in VASSAL.build.module.folder
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of AutoConfigurable in VASSAL.build.module.gamepieceimage
Modifier and TypeClassDescriptionclass
Container for definitions of Generic Color Definitionsclass
Class that implements a named Color Swatchclass
Container for definitions of Generic Color Definitionsclass
Class that implements a names Font Swatchclass
class
Container for definitions of Generic Counter Definitions.class
class
Container for definitions of Generic Counter Definitions.class
class
class
The base portion of a Counter Layout component.class
Individual override parameters for an instance of anItem
.class
class
class
class
class
class
class
class
Modifier and TypeMethodDescriptionFontStyle.FontStyleConfig.getConfigurer
(AutoConfigurable c, String key, String name) GamePieceImage.BgColorSwatchConfig.getConfigurer
(AutoConfigurable c, String key, String name) GamePieceImage.BorderColorSwatchConfig.getConfigurer
(AutoConfigurable c, String key, String name) GamePieceImage.DefnConfig.getConfigurer
(AutoConfigurable c, String key, String name) GamePieceImage.ImageNameConfig.getConfigurer
(AutoConfigurable c, String key, String name) GamePieceLayout.LayoutConfig.getConfigurer
(AutoConfigurable c, String key, String name) Item.IconConfig.getConfigurer
(AutoConfigurable c, String key, String name) ShapeItemInstance.BorderColorSwatchConfig.getConfigurer
(AutoConfigurable c, String key, String name) ShapeItemInstance.FgColorSwatchConfig.getConfigurer
(AutoConfigurable c, String key, String name) SymbolItemInstance.BgColorSwatchConfig.getConfigurer
(AutoConfigurable c, String key, String name) SymbolItemInstance.FgColorSwatchConfig.getConfigurer
(AutoConfigurable c, String key, String name) SymbolItemInstance.SizeColorSwatchConfig.getConfigurer
(AutoConfigurable c, String key, String name) SymbolItemInstance.SizeConfig.getConfigurer
(AutoConfigurable c, String key, String name) SymbolItemInstance.Symbol1Config.getConfigurer
(AutoConfigurable c, String key, String name) SymbolItemInstance.Symbol2Config.getConfigurer
(AutoConfigurable c, String key, String name) TextBoxItemInstance.BgColorSwatchConfig.getConfigurer
(AutoConfigurable c, String key, String name) TextBoxItemInstance.FgColorSwatchConfig.getConfigurer
(AutoConfigurable c, String key, String name) TextBoxItemInstance.WrappingTextConfigurer.getConfigurer
(AutoConfigurable c, String key, String name) TextItem.FontStyleConfig.getConfigurer
(AutoConfigurable c, String key, String name) TextItem.NameFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) TextItemInstance.BgColorSwatchConfig.getConfigurer
(AutoConfigurable c, String key, String name) TextItemInstance.FgColorSwatchConfig.getConfigurer
(AutoConfigurable c, String key, String name) TextItemInstance.OutlineColorSwatchConfig.getConfigurer
(AutoConfigurable c, String key, String name) String[]
GamePieceLayout.BorderConfig.getI18nKeys
(AutoConfigurable target) String[]
Item.LocationConfig.getI18nKeys
(AutoConfigurable target) String[]
ShapeItem.ShapeConfig.getI18nKeys
(AutoConfigurable target) String[]
SymbolItem.SetConfig.getI18nKeys
(AutoConfigurable target) String[]
TextItem.TextSource.getI18nKeys
(AutoConfigurable target) String[]
GamePieceLayout.BorderConfig.getValidValues
(AutoConfigurable target) String[]
ImageItem.TextSource.getValidValues
(AutoConfigurable target) String[]
Item.LocationConfig.getValidValues
(AutoConfigurable target) String[]
ShapeItem.ShapeConfig.getValidValues
(AutoConfigurable target) String[]
SymbolItem.SetConfig.getValidValues
(AutoConfigurable target) String[]
TextItem.TextSource.getValidValues
(AutoConfigurable target) -
Uses of AutoConfigurable in VASSAL.build.module.map
Modifier and TypeClassDescriptionclass
This is aDrawable
class that draws the counters horizontally when the mouse is held over a stack with the control key down.class
This version ofMassKeyCommand
is added to aDrawPile
(which holds aDeck
) and applies to pieces/cards currently in the deck.class
class
Allows a player to ping a location ("send up a flare") by clicking on a map with the correct modifier key combination held down (default: Alt+LeftClick).class
This is scaled version of aMap
that gives an overview.protected class
class
Handles the drawing of cards in aPlayerHand
.class
This removes all game pieces from the (@link Map) therefore providing an un-cluttered view.class
class
This allows the user to capture a snapshot of the entire map into a PNG file.class
Adds a button to the toolbar to manipulate Game Piece Layersclass
The optional "Game Piece Layers" component of a Map which allows pieces on the map to be assigned to an arbitrary number of visual layers according to a property setting.class
A class that allows the user to draw a straight line on a Map (LOS = Line Of Sight).class
Draw shaded regions on a map.class
Adds a button to a map window toolbar.class
Adds a button to a Maps toolbar that moves the view/camera to a specific pointclass
Adds a button to a Maps toolbar that adjusts the positions of all pieces so that their centroid is at the center of the mapclass
class
class
This is the "At-Start Stack" component, which initializes a Map or Board with a specified stack.class
StackMetrics provides the [Stacking options] component of aMap
.class
class
Controls the zooming in/out of aMap
window.Modifier and TypeMethodDescriptionCounterDetailViewer.CounterFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) CounterDetailViewer.EmptyFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) CounterDetailViewer.ReportFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) DrawPile.FormattedStringConfig.getConfigurer
(AutoConfigurable c, String key, String name) DrawPile.PiecePropertyConfig.getConfigurer
(AutoConfigurable c, String key, String name) Flare.ReportFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) GlobalMap.IconConfig.getConfigurer
(AutoConfigurable c, String key, String name) HidePiecesButton.HiddenIconConfig.getConfigurer
(AutoConfigurable c, String key, String name) HidePiecesButton.ShowingIconConfig.getConfigurer
(AutoConfigurable c, String key, String name) ImageSaver.IconConfig.getConfigurer
(AutoConfigurable c, String key, String name) Deprecated, for removal: This API element is subject to removal in a future version.LOS_Thread.IconConfig.getConfigurer
(AutoConfigurable c, String key, String name) Deprecated, for removal: This API element is subject to removal in a future version.LOS_Thread.ReportFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) MapShader.IconConfig.getConfigurer
(AutoConfigurable c, String key, String name) Deprecated, for removal: This API element is subject to removal in a future version.MassKeyCommand.DeckPolicyConfig.getConfigurer
(AutoConfigurable c, String key, String name) MassKeyCommand.IconConfig.getConfigurer
(AutoConfigurable c, String key, String name) Deprecated, for removal: This API element is subject to removal in a future version.MassKeyCommand.ParameterListConfig.getConfigurer
(AutoConfigurable c, String key, String name) MassKeyCommand.ReportFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) MoveCameraButton.EmptyFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) PieceRecenterer.IconConfig.getConfigurer
(AutoConfigurable c, String key, String name) Deprecated, for removal: This API element is subject to removal in a future version.SelectionHighlighter.IconConfig.getConfigurer
(AutoConfigurable c, String key, String name) TextSaver.IconConfig.getConfigurer
(AutoConfigurable c, String key, String name) Deprecated, for removal: This API element is subject to removal in a future version.Zoomer.InIconConfig.getConfigurer
(AutoConfigurable c, String key, String name) Zoomer.LevelConfig.getConfigurer
(AutoConfigurable c, String key, String name) Zoomer.OutIconConfig.getConfigurer
(AutoConfigurable c, String key, String name) Zoomer.PickIconConfig.getConfigurer
(AutoConfigurable c, String key, String name) String[]
CounterDetailViewer.DisplayConfig.getI18nKeys
(AutoConfigurable target) String[]
CounterDetailViewer.TerrainConfig.getI18nKeys
(AutoConfigurable target) String[]
DrawPile.AssignedDeckPrompt.getI18nKeys
(AutoConfigurable target) looks for the names of all decks already definedString[]
DrawPile.Prompt.getI18nKeys
(AutoConfigurable target) String[]
DrawPile.Prompt2.getI18nKeys
(AutoConfigurable target) String[]
Flare.FlareKeyConfig.getI18nKeys
(AutoConfigurable target) String[]
LayerControl.CommandConfig.getI18nKeys
(AutoConfigurable target) String[]
LOS_Thread.GlobalOptions.getI18nKeys
(AutoConfigurable target) String[]
LOS_Thread.PersistenceOptions.getI18nKeys
(AutoConfigurable target) String[]
LOS_Thread.RoundingOptions.getI18nKeys
(AutoConfigurable target) String[]
MapShader.BoardPrompt.getI18nKeys
(AutoConfigurable target) String[]
MapShader.PatternPrompt.getI18nKeys
(AutoConfigurable target) String[]
MapShader.TypePrompt.getI18nKeys
(AutoConfigurable target) String[]
MassKeyCommand.Prompt.getI18nKeys
(AutoConfigurable target) String[]
MoveCameraButton.DestConfig.getI18nKeys
(AutoConfigurable target) String[]
SetupStack.OwningBoardPrompt.getI18nKeys
(AutoConfigurable target) String[]
CounterDetailViewer.DisplayConfig.getValidValues
(AutoConfigurable target) String[]
CounterDetailViewer.MinConfig.getValidValues
(AutoConfigurable target) String[]
CounterDetailViewer.TerrainConfig.getValidValues
(AutoConfigurable target) String[]
DrawPile.AssignedDeckPrompt.getValidValues
(AutoConfigurable target) looks for the names of all decks already definedString[]
DrawPile.Prompt.getValidValues
(AutoConfigurable target) String[]
DrawPile.Prompt2.getValidValues
(AutoConfigurable target) String[]
Flare.FlareKeyConfig.getValidValues
(AutoConfigurable target) String[]
LayerControl.CommandConfig.getValidValues
(AutoConfigurable target) String[]
LOS_Thread.GlobalOptions.getValidValues
(AutoConfigurable target) String[]
LOS_Thread.PersistenceOptions.getValidValues
(AutoConfigurable target) String[]
LOS_Thread.RoundingOptions.getValidValues
(AutoConfigurable target) String[]
MapShader.BoardPrompt.getValidValues
(AutoConfigurable target) String[]
MapShader.PatternPrompt.getValidValues
(AutoConfigurable target) String[]
MapShader.TypePrompt.getValidValues
(AutoConfigurable target) String[]
MassKeyCommand.Prompt.getValidValues
(AutoConfigurable target) String[]
MoveCameraButton.DestConfig.getValidValues
(AutoConfigurable target) String[]
SetupStack.OwningBoardPrompt.getValidValues
(AutoConfigurable target) -
Uses of AutoConfigurable in VASSAL.build.module.map.boardPicker
-
Uses of AutoConfigurable in VASSAL.build.module.map.boardPicker.board
Modifier and TypeClassDescriptionclass
A Hexgrid is a map grid composed of hexes.class
class
class
class
Modifier and TypeMethodDescriptionSquareGrid.RangeConfig.getConfigurer
(AutoConfigurable c, String key, String name) String[]
SquareGrid.RangeOptions.getValidValues
(AutoConfigurable target) -
Uses of AutoConfigurable in VASSAL.build.module.map.boardPicker.board.mapgrid
Modifier and TypeClassDescriptionclass
class
Abstract base class for grid numbering classes for hexagonal and rectangular gridsclass
class
class
class
A Class that defines a method of highlighting the a zone in a multi-zoned grid.Modifier and TypeMethodDescriptionRegularGridNumbering.LocationFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) Zone.LocationFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) Zone.ShapeEditor.getConfigurer
(AutoConfigurable c, String key, String name) ZoneHighlight.OpacityConfig.getConfigurer
(AutoConfigurable c, String key, String name) String[]
RegularGridNumbering.F.getI18nKeys
(AutoConfigurable target) String[]
RegularGridNumbering.T.getI18nKeys
(AutoConfigurable target) String[]
ZoneHighlight.Coverage.getI18nKeys
(AutoConfigurable target) String[]
ZoneHighlight.Style.getI18nKeys
(AutoConfigurable target) String[]
RegularGridNumbering.F.getValidValues
(AutoConfigurable target) String[]
RegularGridNumbering.R.getValidValues
(AutoConfigurable target) String[]
RegularGridNumbering.T.getValidValues
(AutoConfigurable target) String[]
ZoneHighlight.Coverage.getValidValues
(AutoConfigurable target) String[]
ZoneHighlight.Style.getValidValues
(AutoConfigurable target) -
Uses of AutoConfigurable in VASSAL.build.module.map.deck
Modifier and TypeClassDescriptionclass
Base class for additional Menu items (with Hotkeys) that can be added to a DrawPile/Deckclass
class
Modifier and TypeMethodDescriptionAbstractDeckKeyCommand.DeckReportFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) DeckSortKeyCommand.SortParameterConfig.getConfigurer
(AutoConfigurable c, String key, String name) -
Uses of AutoConfigurable in VASSAL.build.module.properties
Modifier and TypeClassDescriptionclass
class
class
Adds a toolbar button that changes the value of a global propertyclass
Dummy component that acts as a simple container for GlobalProperty componentsclass
Adds a global property to a Map or Moduleclass
Adds a global property to a Map or Moduleclass
Dummy component that acts as a simple container for GlobalProperty componentsclass
class
class
class
class
Modifier and TypeMethodDescriptionChangePropertyButton.PropChangerOptions.getConfigurer
(AutoConfigurable c, String key, String name) ChangePropertyButton.ReportFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) ListScenarioProperty.OptionsPrompt.getConfigurer
(AutoConfigurable c, String key, String name) ScenarioPropertiesOptionTab.ChangeOptionConfig.getConfigurer
(AutoConfigurable c, String key, String name) String[]
ListScenarioProperty.validOptions.getValidValues
(AutoConfigurable target) -
Uses of AutoConfigurable in VASSAL.build.module.turn
Modifier and TypeClassDescriptionclass
class
class
Generic Turn Componentclass
class
class
Generic Turn CounterModifier and TypeMethodDescriptionTurnGlobalHotkey.ReportFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) TurnLevel.TurnFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) TurnTracker.IconConfig.getConfigurer
(AutoConfigurable c, String key, String name) TurnTracker.ReportFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) TurnTracker.TurnFormatConfig.getConfigurer
(AutoConfigurable c, String key, String name) String[]
TurnTracker.LengthStyleConfig.getI18nKeys
(AutoConfigurable target) String[]
TurnTracker.LengthStyleConfig.getValidValues
(AutoConfigurable target) -
Uses of AutoConfigurable in VASSAL.build.widget
Modifier and TypeClassDescriptionclass
class
A CardSlot is identical to a PieceSlot except that it is initialized with a card-like GamePiece.class
A Chart is used for displaying charts and tables for the module.class
An HtmlChart is used for displaying html information for the module.class
A Widget that corresponds to a panel with aJList
sitting to the right of aJPanel
with aCardLayout
layout.class
class
A Widget that corresponds to a JPanel with a GridLayout or BoxLayout layout.class
A Component that displays a GamePiece.class
A Widget that corresponds to a JTabbedPane.class
-
Uses of AutoConfigurable in VASSAL.configure
Modifier and TypeMethodDescriptionstatic Configurer
AutoConfigurer.createConfigurer
(Class<?> type, String key, String prompt, AutoConfigurable target) ConfigurerFactory.getConfigurer
(AutoConfigurable c, String key, String name) TextConfigurer.getConfigurer
(AutoConfigurable c, String key, String name) abstract String[]
TranslatableStringEnum.getI18nKeys
(AutoConfigurable target) abstract String[]
StringEnum.getValidValues
(AutoConfigurable target) -
Uses of AutoConfigurable in VASSAL.counters
Modifier and TypeMethodDescriptionGlobalCommandTarget.getConfigurer
(AutoConfigurable c, String key, String name) -
Uses of AutoConfigurable in VASSAL.i18n
Modifier and TypeClassDescriptionclass
Container for definitions of Translations.class
Singleton class for managing the translation of a module into other languagesclass
class
class
Utility class to allow translation of VASSAL using the Component Translation mechanism.Modifier and TypeMethodDescriptionTranslation.LocalePrompt.getConfigurer
(AutoConfigurable c, String key, String name) ModifierConstructorDescriptionComponentI18nData
(AutoConfigurable c, String prefix) Build from an AutoConfigurable -
Uses of AutoConfigurable in VASSAL.launch
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AutoConfigurable in VASSAL.preferences
Modifier and TypeClassDescriptionclass
Base class for a Module Preference.class
A Checkbox Module Preference.class
A Decimal Number Module Preference.class
A Drop-down list preference.class
A whole number Module Preference.class
A String Module Preference.class
A multi-line textbox Module Preference.Modifier and TypeMethodDescriptionBasicPreference.NoteConfig.getConfigurer
(AutoConfigurable c, String key, String name) -
Uses of AutoConfigurable in VASSAL.script
Modifier and TypeClassDescriptionclass
class
class
class
class
Container for Scripts. -
Uses of AutoConfigurable in VASSAL.tools.icon
Modifier and TypeClassDescriptionclass
An IconFamily is a named set of Icons in the four standard Tango sizes.