Uses of Class
VASSAL.configure.Configurer
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.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 |
Contains classes that may be added to a
Board . |
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.build.widget |
Contains classes that can be added to a
Widget . |
VASSAL.chat |
Contains classes for specifying a VASSAL server implementation that follows a chat-room paradigm.
|
VASSAL.configure |
Provides classes for building "Edit Property" dialogs, and for editing
GameModule 's and ModuleExtension 's. |
VASSAL.configure.password | |
VASSAL.counters |
Provides classes that define game pieces.
|
VASSAL.i18n | |
VASSAL.preferences |
Provides support for specifying and saving preferences.
|
VASSAL.script | |
VASSAL.script.expression | |
VASSAL.tools |
Contains various utility classes.
|
VASSAL.tools.icon |
-
Uses of Configurer in VASSAL.build
Fields in VASSAL.build declared as Configurer Modifier and Type Field Description protected Configurer
AbstractConfigurable. config
Methods in VASSAL.build that return Configurer Modifier and Type Method Description Configurer
AbstractConfigurable. getConfigurer()
Configurer
Configurable. getConfigurer()
Return aConfigurer
object which can be used to set the attributes of this object -
Uses of Configurer in VASSAL.build.module
Subclasses of Configurer in VASSAL.build.module Modifier and Type Class Description static class
DoActionButton.LoopTypeConfig
static class
DoActionButton.NamedHotkeyListConfigurer
static class
PrototypeDefinition.Config
Methods in VASSAL.build.module with parameters of type Configurer Modifier and Type Method Description void
GlobalOptions. addOption(Configurer option)
Components may use GlobalOptions to store generic global attributes. -
Uses of Configurer in VASSAL.build.module.documentation
Subclasses of Configurer in VASSAL.build.module.documentation Modifier and Type Class Description protected static class
BrowserHelpFile.MyConfigurer
Handles the packaging of the target directory into the module file after the user saves the properties in the editorMethods in VASSAL.build.module.documentation that return Configurer Modifier and Type Method Description Configurer
BrowserHelpFile.ConfigSupport. getConfigurer()
Configurer
BrowserHelpFile.ContentsConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
BrowserHelpFile. getConfigurer()
-
Uses of Configurer in VASSAL.build.module.gamepieceimage
Subclasses of Configurer in VASSAL.build.module.gamepieceimage Modifier and Type Class Description class
ColorSwatchConfigurer
class
FontConfigurer
A Configurer forFont
valuesclass
FontStyleConfigurer
class
InstanceConfigurer
Controls for configuring an individual ItemInstanceclass
LayoutConfigurer
protected static class
LayoutConfigurer.NewIntConfigurer
class
NewColorConfigurer
Configurer forColor
valuesclass
SizeConfigurer
class
StringEnumConfigurer
A Configurer that returns a String from among a list of possible valuesclass
SymbolConfigurer
Methods in VASSAL.build.module.gamepieceimage that return Configurer Modifier and Type Method Description Configurer
ColorManager. getConfigurer()
Configurer
FontManager. getConfigurer()
Configurer
FontStyle.FontStyleConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
GamePieceImage.BgColorSwatchConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
GamePieceImage.BorderColorSwatchConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
GamePieceImage.DefnConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
GamePieceImageDefinitions. getConfigurer()
Configurer
GamePieceLayout.LayoutConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
GamePieceLayoutsContainer. getConfigurer()
Configurer
Item.IconConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
ShapeItemInstance.BorderColorSwatchConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
ShapeItemInstance.FgColorSwatchConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
SymbolItemInstance.BgColorSwatchConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
SymbolItemInstance.FgColorSwatchConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
SymbolItemInstance.SizeColorSwatchConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
SymbolItemInstance.SizeConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
SymbolItemInstance.Symbol1Config. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
SymbolItemInstance.Symbol2Config. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
TextBoxItemInstance.BgColorSwatchConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
TextBoxItemInstance.FgColorSwatchConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
TextBoxItemInstance.WrappingTextConfigurer. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
TextItem.FontStyleConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
TextItem.NameFormatConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
TextItemInstance.BgColorSwatchConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
TextItemInstance.FgColorSwatchConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
TextItemInstance.OutlineColorSwatchConfig. getConfigurer(AutoConfigurable c, String key, String name)
-
Uses of Configurer in VASSAL.build.module.map
Subclasses of Configurer in VASSAL.build.module.map Modifier and Type Class Description static class
DeckGlobalKeyCommand.DeckPolicyConfig2
static class
MassKeyCommand.DeckPolicyConfig
protected static class
Zoomer.LevelConfigurer
Fields in VASSAL.build.module.map declared as Configurer Modifier and Type Field Description protected Configurer
SetupStack. locationConfig
protected Configurer
SetupStack. xConfig
protected Configurer
SetupStack. yConfig
-
Uses of Configurer in VASSAL.build.module.map.boardPicker.board
Methods in VASSAL.build.module.map.boardPicker.board that return Configurer Modifier and Type Method Description Configurer
HexGrid. getConfigurer()
Configurer
RegionGrid. getConfigurer()
Configurer
SquareGrid. getConfigurer()
Configurer
ZonedGrid. getConfigurer()
-
Uses of Configurer in VASSAL.build.module.map.boardPicker.board.mapgrid
Subclasses of Configurer in VASSAL.build.module.map.boardPicker.board.mapgrid Modifier and Type Class Description static class
Zone.Editor
class
ZoneHighlight.PercentageConfigurer
Methods in VASSAL.build.module.map.boardPicker.board.mapgrid that return Configurer Modifier and Type Method Description Configurer
RegularGridNumbering. getConfigurer()
Configurer
RegularGridNumbering.LocationFormatConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
Zone.LocationFormatConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
Zone.ShapeEditor. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
ZoneHighlight.OpacityConfig. getConfigurer(AutoConfigurable c, String key, String name)
-
Uses of Configurer in VASSAL.build.module.properties
Subclasses of Configurer in VASSAL.build.module.properties Modifier and Type Class Description class
PropertyChangerConfigurer
Configurer instance that allows a module editor to specify a PropertyChanger, i.e.Methods in VASSAL.build.module.properties that return Configurer Modifier and Type Method Description Configurer
ChangePropertyButton.PropChangerOptions. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
ChangePropertyButton.ReportFormatConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
GlobalProperties. getConfigurer()
-
Uses of Configurer in VASSAL.build.module.turn
Methods in VASSAL.build.module.turn that return Configurer Modifier and Type Method Description Configurer
TurnGlobalHotkey.ReportFormatConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
TurnLevel.TurnFormatConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
TurnTracker.IconConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
TurnTracker.ReportFormatConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
TurnTracker.TurnFormatConfig. getConfigurer(AutoConfigurable c, String key, String name)
-
Uses of Configurer in VASSAL.build.widget
Methods in VASSAL.build.widget that return Configurer Modifier and Type Method Description Configurer
CardSlot. getConfigurer()
Configurer
PieceSlot. getConfigurer()
-
Uses of Configurer in VASSAL.chat
Subclasses of Configurer in VASSAL.chat Modifier and Type Class Description class
AddressBookServerConfigurer
Improved version of ServerConfigurer that includes an Address Book of commonly visited Jabber servers and P2P clients.class
ServerConfigurer
Specifies the server implementation in the Preferences -
Uses of Configurer in VASSAL.configure
Subclasses of Configurer in VASSAL.configure Modifier and Type Class Description class
AudioClipConfigurer
Class for selecting an AudioClip while editing a module and adding it to moduleclass
AutoConfigurer
A Configurer for configuring Configurable components (Is that as redundant as it sounds?) Automatically builds a property editor with controls for setting all of the attributes of the target Configurable componentclass
BeanShellExpressionConfigurer
A Configurer for Java Expressionsclass
BooleanConfigurer
Configurer for Boolean valuesclass
ColorConfigurer
Configurer forColor
values.class
DirectoryConfigurer
A Configurer for picking file directoriesclass
DoubleConfigurer
A Configurer for Double valuesclass
FileConfigurer
A Configurer for java.io.File valuesclass
FontConfigurer
A Configurer forFont
valuesclass
FormattedExpressionConfigurer
A standard Formatted String configurer that has an additional Calculator icon that: a) Indicates to the user that $name$ variables can be used in this field b) Clicking on it opens up an Expression Builder that allows entry of in-line Calculated Properties (Not implemented yet)class
FormattedStringArrayConfigurer
class
FormattedStringConfigurer
class
GamePieceFormattedStringConfigurer
Convenience class that provides prompts for the properties found in a BasicPiececlass
HotKeyConfigurer
A Configurer forKeyStroke
valuesclass
IconConfigurer
class
ImageConfigurer
A Configurer forImage
values.class
IntConfigurer
A Configurer for Integer valuesclass
KeyModifiersConfigurer
Configurer for specifing key masks (CTRL, SHIFT, CTRL-ALT, etc.)class
KeyStrokeArrayConfigurer
Configures an array of keystrokesclass
ListConfigurer
Configures a variable-length list of objectsclass
LongConfigurer
A Configurer for Long valuesclass
NamedHotKeyConfigurer
A Configurer forNamedKeyStroke
valuesclass
NamedKeyStrokeArrayConfigurer
Configures an array ofNamedKeyStrokes
class
PasswordConfigurer
class
PieceAccessConfigurer
class
PlayerIdFormattedStringConfigurer
Utility subclass ofFormattedStringConfigurer
which includes variable keys for player name, side, and idclass
PropertyExpressionConfigurer
A Configurer for Java Expressionsclass
PropertyNameExpressionConfigurer
A Configurer for Java Expressionsclass
SimpleConfigurer
AConfigurer
for configuringConfigurable
components (Is that as redundant as it sounds?) The invoking class must provide an array of Configurers, one for each attribute of the target Configurable object.class
SoundConfigurer
Configurer for specifying a Clip.class
StringArrayConfigurer
A Configurer that returns an array of Stringsclass
StringConfigurer
A Configurer for String valuesclass
StringEnumConfigurer
A Configurer that returns a String from among a list of possible valuesclass
TableConfigurer
class
TextConfigurer
A Configurer that allows multi-line string input via a JTextAreaFields in VASSAL.configure declared as Configurer Modifier and Type Field Description protected Configurer
FormattedExpressionConfigurer.ExpressionButton. config
Fields in VASSAL.configure with type parameters of type Configurer Modifier and Type Field Description protected List<Configurer>
AutoConfigurer. configurers
protected List<Configurer>
ListConfigurer. configurers
protected List<Configurer>
TableConfigurer.Column. configurers
Methods in VASSAL.configure that return Configurer Modifier and Type Method Description protected abstract Configurer
ListConfigurer. buildChildConfigurer()
The objects in the list are specified by the Configurer returned herestatic Configurer
AutoConfigurer. createConfigurer(Class<?> type, String key, String prompt, AutoConfigurable target)
Configurer
AutoConfigurer. getConfigurer(String attribute)
Configurer
ConfigurerFactory. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
TextConfigurer. getConfigurer(AutoConfigurable c, String key, String name)
Constructors in VASSAL.configure with parameters of type Configurer Constructor Description ConfigurerWindow(Configurer c)
ConfigurerWindow(Configurer c, boolean modal)
ExpressionButton(Configurer config, int size)
ExpressionButton(Configurer config, int size, EditablePiece piece)
PropertyExpressionButton(Configurer config, int size, EditablePiece piece)
PropertyNameExpressionButton(Configurer config, int size, EditablePiece piece)
SimpleConfigurer(Configurable c, Configurer[] attConfigurers)
-
Uses of Configurer in VASSAL.configure.password
Subclasses of Configurer in VASSAL.configure.password Modifier and Type Class Description class
ToggleablePasswordConfigurer
-
Uses of Configurer in VASSAL.counters
Subclasses of Configurer in VASSAL.counters Modifier and Type Class Description protected static class
DynamicProperty.DynamicKeyCommandConfigurer
Configure a single Dynamic Key Command line -
Uses of Configurer in VASSAL.i18n
Subclasses of Configurer in VASSAL.i18n Modifier and Type Class Description class
LocaleConfigurer
Configure a Locale Value using full, localized Language and Country namesMethods in VASSAL.i18n that return Configurer Modifier and Type Method Description Configurer
Translation.LocalePrompt. getConfigurer(AutoConfigurable c, String key, String name)
-
Uses of Configurer in VASSAL.preferences
Subclasses of Configurer in VASSAL.preferences Modifier and Type Class Description class
PositionOption
class
VisibilityOption
A Preferences option controlling the visibility of a windowMethods in VASSAL.preferences that return Configurer Modifier and Type Method Description Configurer
BasicPreference.NoteConfig. getConfigurer(AutoConfigurable c, String key, String name)
Configurer
Prefs. getOption(String s)
abstract Configurer
BasicPreference. getPreferenceConfigurer()
Configurer
BooleanPreference. getPreferenceConfigurer()
Configurer
DoublePreference. getPreferenceConfigurer()
Configurer
EnumPreference. getPreferenceConfigurer()
Configurer
IntegerPreference. getPreferenceConfigurer()
Configurer
StringPreference. getPreferenceConfigurer()
Configurer
TextPreference. getPreferenceConfigurer()
Methods in VASSAL.preferences with parameters of type Configurer Modifier and Type Method Description void
Prefs. addOption(String category, Configurer o)
void
Prefs. addOption(String category, Configurer o, String prompt)
Add a configurable property to the preferences in the given categoryvoid
Prefs. addOption(Configurer o)
void
PrefsEditor. addOption(String category, Configurer c)
void
PrefsEditor. addOption(String category, Configurer c, String prompt)
-
Uses of Configurer in VASSAL.script
Subclasses of Configurer in VASSAL.script Modifier and Type Class Description class
JavaNameConfigurer
A Configurer for a String that enforces the string to be a valid Java nameMethods in VASSAL.script that return Configurer Modifier and Type Method Description Configurer
ActionScript. getConfigurer()
Configurer
GeneralScript. getConfigurer()
Configurer
ScriptContainer. getConfigurer()
-
Uses of Configurer in VASSAL.script.expression
Fields in VASSAL.script.expression declared as Configurer Modifier and Type Field Description protected Configurer
ExpressionBuilder. target
Constructors in VASSAL.script.expression with parameters of type Configurer Constructor Description ExpressionBuilder(Configurer c, JDialog parent)
ExpressionBuilder(Configurer c, JDialog parent, EditablePiece piece)
PropertyExpressionBuilder(Configurer c, JDialog parent)
PropertyExpressionBuilder(Configurer c, JDialog parent, EditablePiece piece)
PropertyNameExpressionBuilder(Configurer c, JDialog parent)
PropertyNameExpressionBuilder(Configurer c, JDialog parent, EditablePiece piece)
-
Uses of Configurer in VASSAL.tools
Fields in VASSAL.tools declared as Configurer Modifier and Type Field Description protected Configurer
LaunchButton. keyConfig
protected Configurer
LaunchButton. nameConfig
Methods in VASSAL.tools that return Configurer Modifier and Type Method Description Configurer
LaunchButton. getHotkeyConfigurer()
Configurer
LaunchButton. getNameConfigurer()
-
Uses of Configurer in VASSAL.tools.icon
Methods in VASSAL.tools.icon that return Configurer Modifier and Type Method Description Configurer
IconFamily. getConfigurer()