Uses of Interface
VASSAL.configure.ConfigurerFactory
| Package | Description |
|---|---|
| VASSAL.build |
Provides classes for building Java instances automatically from XML
files.
|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
| VASSAL.build.module.chessclockcontrol | |
| VASSAL.build.module.documentation |
Contains classes that may be added to a
Documentation. |
| VASSAL.build.module.gamepieceimage | |
| VASSAL.build.module.map |
Contains classes that may be added to a
Map. |
| VASSAL.build.module.map.boardPicker.board.mapgrid |
Contains classes that may be added to a
MapGrid. |
| VASSAL.build.module.properties | |
| VASSAL.build.module.turn | |
| VASSAL.configure |
Provides classes for building "Edit Property" dialogs, and for editing
GameModule's and ModuleExtension's. |
| VASSAL.counters |
Provides classes that define game pieces.
|
| VASSAL.i18n | |
| VASSAL.preferences |
Provides support for specifying and saving preferences.
|
-
Uses of ConfigurerFactory in VASSAL.build
Classes in VASSAL.build that implement ConfigurerFactory Modifier and Type Class Description static classAbstractToolbarItem.IconConfigConfigures the toolbar's button icon. -
Uses of ConfigurerFactory in VASSAL.build.module
Classes in VASSAL.build.module that implement ConfigurerFactory Modifier and Type Class Description static classChartWindow.IconConfigstatic classChessClockControl.IconConfigAutoconfigurer for master chessclock button icon (allows user to choose an icon image)static classDiceButton.IconConfigDeprecated, for removal: This API element is subject to removal in a future version.static classDiceButton.ReportFormatConfigstatic classDoActionButton.HotkeyConfigstatic classDoActionButton.IconConfigDeprecated, for removal: This API element is subject to removal in a future version.static classDoActionButton.LoopConfigstatic classDoActionButton.LoopCountConfigstatic classDoActionButton.ReportFormatConfigstatic classDoActionButton.SoundConfigstatic classGlobalOptions.PlayerIdFormatConfigConfigurer for the Player's IDstatic classInternetDiceButton.InternetReportFormatConfigstatic classInventory.FunctionConfigstatic classInventory.IconConfigDeprecated, for removal: This API element is subject to removal in a future version.static classInventory.PieceFormatConfigstatic classInventory.SortConfigstatic classMap.ChangeFormatConfigReport format configurer for "modified on map"static classMap.CreateFormatConfigReport format configurer for "created on map"static classMap.IconConfigAutoconfigurer for map's icon used on its launch buttonstatic classMap.MoveToFormatConfigReport format configurer for "moved to map"static classMap.MoveWithinFormatConfigReport format configurer for "moved within map"static classMap.UnmovedIconConfigAutoconfigurer for mark-unmoved iconstatic classNotesWindow.IconConfigDeprecated, for removal: This API element is subject to removal in a future version.static classPieceWindow.IconConfigstatic classSpecialDiceButton.IconConfigDeprecated, for removal: This API element is subject to removal in a future version.static classSpecialDiceButton.ReportFormatConfigstatic classSpecialDie.ResultFormatConfigstatic classSpecialDieFace.IconConfig -
Uses of ConfigurerFactory in VASSAL.build.module.chessclockcontrol
Classes in VASSAL.build.module.chessclockcontrol that implement ConfigurerFactory Modifier and Type Class Description static classChessClock.ColorConfigColor auto-configurer.static classChessClock.ColorConfig2Color auto-configurer.static classChessClock.ColorConfig3Color auto-configurer.static classChessClock.IconConfigAutoconfigurer for the icon for this timer. -
Uses of ConfigurerFactory in VASSAL.build.module.documentation
Classes in VASSAL.build.module.documentation that implement ConfigurerFactory Modifier and Type Class Description static classBrowserHelpFile.ContentsConfig -
Uses of ConfigurerFactory in VASSAL.build.module.gamepieceimage
-
Uses of ConfigurerFactory in VASSAL.build.module.map
Classes in VASSAL.build.module.map that implement ConfigurerFactory Modifier and Type Class Description static classCounterDetailViewer.CounterFormatConfigstatic classCounterDetailViewer.EmptyFormatConfigstatic classCounterDetailViewer.ReportFormatConfigstatic classDeckGlobalKeyCommand.DeckPolicyConfig2static classDrawPile.FormattedStringConfigstatic classDrawPile.PiecePropertyConfigstatic classFlare.ReportFormatConfigA configurer for our reportFormat, which includes the unique $FlareLocation$, $FlareZone$, $FlareMap$ properties as well as $PlayerName$ and $PlayerSide$ in the "Insert" pulldown.static classGlobalMap.IconConfigstatic classHidePiecesButton.HiddenIconConfigstatic classHidePiecesButton.ShowingIconConfigstatic classImageSaver.IconConfigDeprecated, for removal: This API element is subject to removal in a future version.static classLOS_Thread.IconConfigDeprecated, for removal: This API element is subject to removal in a future version.static classLOS_Thread.ReportFormatConfigstatic classMapShader.IconConfigDeprecated, for removal: This API element is subject to removal in a future version.static classMassKeyCommand.DeckPolicyConfigstatic classMassKeyCommand.IconConfigDeprecated, for removal: This API element is subject to removal in a future version.static classMassKeyCommand.ReportFormatConfigstatic classPieceRecenterer.IconConfigDeprecated, for removal: This API element is subject to removal in a future version.static classSelectionHighlighter.IconConfigstatic classTextSaver.IconConfigDeprecated, for removal: This API element is subject to removal in a future version.static classZoomer.InIconConfigstatic classZoomer.LevelConfigstatic classZoomer.OutIconConfigstatic classZoomer.PickIconConfig -
Uses of ConfigurerFactory in VASSAL.build.module.map.boardPicker.board.mapgrid
Classes in VASSAL.build.module.map.boardPicker.board.mapgrid that implement ConfigurerFactory Modifier and Type Class Description static classRegularGridNumbering.LocationFormatConfigstatic classZone.LocationFormatConfigstatic classZone.ShapeEditorstatic classZoneHighlight.OpacityConfig -
Uses of ConfigurerFactory in VASSAL.build.module.properties
Classes in VASSAL.build.module.properties that implement ConfigurerFactory Modifier and Type Class Description static classChangePropertyButton.PropChangerOptionsstatic classChangePropertyButton.ReportFormatConfig -
Uses of ConfigurerFactory in VASSAL.build.module.turn
Classes in VASSAL.build.module.turn that implement ConfigurerFactory Modifier and Type Class Description static classTurnGlobalHotkey.ReportFormatConfigstatic classTurnLevel.TurnFormatConfigstatic classTurnTracker.IconConfigstatic classTurnTracker.ReportFormatConfigstatic classTurnTracker.TurnFormatConfig -
Uses of ConfigurerFactory in VASSAL.configure
Classes in VASSAL.configure that implement ConfigurerFactory Modifier and Type Class Description classTextConfigurerA Configurer that allows multi-line string input via a JTextArea -
Uses of ConfigurerFactory in VASSAL.counters
Classes in VASSAL.counters that implement ConfigurerFactory Modifier and Type Class Description classGlobalCommandTargetGlobalCommandTarget configures and stores the "Fast Match" parameters of Global Key Commands, allowing certain simple filters to be "pre-matched" without having to initiate the (relatively slower) BeanShell filters. -
Uses of ConfigurerFactory in VASSAL.i18n
Subinterfaces of ConfigurerFactory in VASSAL.i18n Modifier and Type Interface Description interfaceTranslatableConfigurerFactoryClasses in VASSAL.i18n that implement ConfigurerFactory Modifier and Type Class Description static classTranslation.LocalePrompt -
Uses of ConfigurerFactory in VASSAL.preferences
Classes in VASSAL.preferences that implement ConfigurerFactory Modifier and Type Class Description static classBasicPreference.NoteConfig