Uses of Interface
VASSAL.i18n.Translatable
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 |
Contains classes that may be added to a
BoardPicker . |
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.i18n | |
VASSAL.launch | |
VASSAL.preferences |
Provides support for specifying and saving preferences.
|
VASSAL.script | |
VASSAL.tools.icon |
-
Uses of Translatable in VASSAL.build
Subinterfaces of Translatable in VASSAL.build Modifier and Type Interface Description interface
AutoConfigurable
A class that implements AutoConfigurable can use theAutoConfigurer
class to automatically build a property editor.interface
Configurable
An object that implements the Configurable interface, in addition to being built from a configuration XML file (because this class ultimately extendsBuildable
, can be manipulated by the user directly in the VASSAL module editor via the Configuration window.Classes in VASSAL.build that implement Translatable Modifier and Type Class Description class
AbstractConfigurable
An abstract implementation of theConfigurable
interface.class
GameModule
The GameModule class is the base class for a VASSAL module.class
Widget
A general-purpose configurable GUI container Widgets areConfigurable
objects that represent AWT components. -
Uses of Translatable in VASSAL.build.module
Classes in VASSAL.build.module that implement Translatable Modifier and Type Class Description class
ChartWindow
A top-level Widget for displaying Chartsclass
DiceButton
This component places a button into the controls window toolbar.class
DieManager
class
DoActionButton
This component places a button into the controls window toolbar.class
Documentation
Represents theHelp
menu of the controls windowclass
GlobalKeyCommand
This version ofMassKeyCommand
is added directly to aGameModule
and applies to all mapsclass
GlobalOptions
class
InternetDiceButton
This component places a button into the controls window toolbar.class
Inventory
class
Map
The Map is the main component for displaying and containingGamePiece
s during play.class
MultiActionButton
Combines multiple buttons from the toolbar into a single button.class
NotesWindow
This is aGameComponent
that allows players to type and save text notes during a game.class
PieceWindow
A window from which players can create newGamePiece
s by clicking and dragging from the PieceWindow.class
PlayerHand
class
PlayerRoster
Maintains a list of players involved in the current gameclass
Plugin
Plugin is a general purpose component for use by Module Plugins that require some sort of initialisation.class
PredefinedSetup
Defines a saved game that is accessible from the File menu.class
PrivateMap
A Map that may be configured to be visible only a particular side.class
PrototypeDefinition
class
PrototypesContainer
Container for definitions of Game Piece prototypes.class
RandomTextButton
class
SpecialDiceButton
...class
SpecialDie
class
SpecialDieFace
class
StartupGlobalKeyCommand
A Global Key Command that is automatically invoked on game start-up, once the various Key Listeners have been started.class
ToolbarMenu
Takes buttons from the toolbar of a Map or the main module and places them into a popup menu -
Uses of Translatable in VASSAL.build.module.documentation
Classes in VASSAL.build.module.documentation that implement Translatable Modifier and Type Class Description class
AboutScreen
Places an entry in theHelp
menu.class
BrowserHelpFile
Unpacks a zipped directory stored in the module and displays it in an external browser window.protected class
BrowserHelpFile.ConfigSupport
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
HelpFile
Places an entry in theHelp
menu.class
Tutorial
Provides tutorial functionality by reading in a logfile -
Uses of Translatable in VASSAL.build.module.gamepieceimage
Classes in VASSAL.build.module.gamepieceimage that implement Translatable Modifier and Type Class Description class
ColorManager
Container for definitions of Generic Color Definitionsclass
ColorSwatch
class
FontManager
Container for definitions of Generic Color Definitionsclass
FontStyle
class
GamePieceImage
class
GamePieceImageDefinitions
Container for definitions of Generic Counter Definitions.class
GamePieceLayout
class
GamePieceLayoutsContainer
Container for definitions of Generic Counter Definitions.class
ImageItem
class
ImageItemInstance
class
Item
The base portion of a Counter Layout component.class
ItemInstance
Individual override parameters for an instance of anItem
.class
ShapeItem
class
ShapeItemInstance
class
SymbolItem
class
SymbolItemInstance
class
TextBoxItem
class
TextBoxItemInstance
class
TextItem
class
TextItemInstance
-
Uses of Translatable in VASSAL.build.module.map
Classes in VASSAL.build.module.map that implement Translatable Modifier and Type Class Description class
BoardPicker
class
CounterDetailViewer
This is aDrawable
class that draws the counters horizontally when the mouse is held over a stack with the control key down.class
DeckGlobalKeyCommand
This version ofMassKeyCommand
is added directly to aGameModule
and applies to all mapsclass
DrawPile
class
GlobalMap
This is scaled version of aMap
that gives an overview.protected class
GlobalMap.CounterViewer
class
HandMetrics
Handles the drawing of cards in aPlayerHand
.class
HidePiecesButton
This removes all game pieces from the (@link Map) therefore providing an un-cluttered view.class
HighlightLastMoved
class
ImageSaver
This allows the user to capture a snapshot of the entire map into a PNG file.class
LayerControl
Adds a button to the toolbar to manipulate Game Piece Layersclass
LayeredPieceCollection
Defines PieceCollection in which pieces are assigned to an arbitrary number of layers according to a property settingclass
LOS_Thread
A class that allows the user to draw a straight line on a Map (LOS = Line Of Sight).class
MapShader
Draw shaded regions on a map.class
MassKeyCommand
Adds a button to a map window toolbar.class
PieceRecenterer
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
SelectionHighlighter
class
SelectionHighlighters
class
SetupStack
This is the "At-Start Stack" component, which initializes a Map or Board with a specified stack.class
StackMetrics
Encapsulates information on how to draw expanded and unexpanded views of a stackclass
TextSaver
class
Zoomer
Controls the zooming in/out of aMap
window. -
Uses of Translatable in VASSAL.build.module.map.boardPicker
Classes in VASSAL.build.module.map.boardPicker that implement Translatable Modifier and Type Class Description class
Board
-
Uses of Translatable in VASSAL.build.module.map.boardPicker.board
Classes in VASSAL.build.module.map.boardPicker.board that implement Translatable Modifier and Type Class Description class
HexGrid
A Hexgrid is a map grid composed of hexes.class
Region
class
RegionGrid
class
SquareGrid
class
ZonedGrid
-
Uses of Translatable in VASSAL.build.module.map.boardPicker.board.mapgrid
Classes in VASSAL.build.module.map.boardPicker.board.mapgrid that implement Translatable Modifier and Type Class Description class
HexGridNumbering
class
RegularGridNumbering
Abstract base class for grid numbering classes for hexagonal and rectangular gridsclass
SquareGridNumbering
class
Zone
class
ZonedGridHighlighter
class
ZoneHighlight
A Class that defines a method of highlighting the a zone in a multi-zoned grid. -
Uses of Translatable in VASSAL.build.module.properties
Classes in VASSAL.build.module.properties that implement Translatable Modifier and Type Class Description class
ChangePropertyButton
Adds a toolbar button that changes the value of a global propertyclass
GlobalProperties
Dummy component that acts as a simple container for GlobalProperty componentsclass
GlobalProperty
Adds a global property to a Map or Moduleclass
ZoneProperty
-
Uses of Translatable in VASSAL.build.module.turn
Classes in VASSAL.build.module.turn that implement Translatable Modifier and Type Class Description class
CounterTurnLevel
class
ListTurnLevel
class
TurnComponent
Generic Turn Componentclass
TurnGlobalHotkey
class
TurnLevel
class
TurnTracker
Generic Turn Counter -
Uses of Translatable in VASSAL.build.widget
Classes in VASSAL.build.widget that implement Translatable Modifier and Type Class Description class
BoxWidget
class
CardSlot
A CardSlot is identical to a PieceSlot except that it is initialized with a card-like GamePiece.class
Chart
A Chart is used for displaying charts and tables for the module.class
HtmlChart
An HtmlChart is used for displaying html information for the module.class
ListWidget
A Widget that corresponds to a panel with aJList
sitting to the right of aJPanel
with aCardLayout
layout.class
MapWidget
class
PanelWidget
A Widget that corresponds to a JPanel with a GridLayout or BoxLayout layout.class
PieceSlot
A Component that displays a GamePiece.class
TabWidget
A Widget that corresponds to a JTabbedPane.class
WidgetMap
-
Uses of Translatable in VASSAL.i18n
Classes in VASSAL.i18n that implement Translatable Modifier and Type Class Description class
Language
Container for definitions of Translations.class
Localization
Singleton class for managing the translation of a module into other languagesclass
TranslatableMarker
class
Translation
class
VassalTranslation
Utility class to allow translation of VASSAL using the Component Translation mechanism.Fields in VASSAL.i18n declared as Translatable Modifier and Type Field Description protected Translatable
TranslateWindow. keyTarget
protected Translatable
ComponentI18nData. parent
protected Translatable
TranslateWindow. target
Fields in VASSAL.i18n with type parameters of type Translatable Modifier and Type Field Description protected List<Translatable>
ComponentI18nData. children
Methods in VASSAL.i18n that return Translatable Modifier and Type Method Description Translatable
ComponentI18nData. getOwningComponent()
Return the owning Translatable of this componentTranslatable
TranslateWindow.MyTreeNode. getTarget()
Methods in VASSAL.i18n that return types with arguments of type Translatable Modifier and Type Method Description List<Translatable>
ComponentI18nData. getChildren()
Return all child Translatable components of this componentMethods in VASSAL.i18n with parameters of type Translatable Modifier and Type Method Description static String
TranslateWindow. getDisplayName(Translatable t)
void
Localization. saveTranslatableAttribute(Translatable component, String name, String value)
Record an attribute that may need to be translated.void
ComponentI18nData. setOwningComponent(Translatable t)
Set the owning Translatable of this componentConstructors in VASSAL.i18n with parameters of type Translatable Constructor Description ComponentI18nData(Configurable c, String prefix, Translatable parent)
ComponentI18nData(Configurable c, String prefix, Translatable parent, String[] names, boolean[] translatable, String[] descriptions)
Build from a Configurable.MyTreeNode(Translatable t)
TranslatableAttribute(Translatable t, String name, String value)
TranslateVassalWindow(Frame owner, boolean modal, Translatable target, HelpWindow helpWindow, ConfigureTree tree)
TranslateWindow(Frame owner, boolean modal, Translatable target, HelpWindow helpWindow, ConfigureTree tree)
-
Uses of Translatable in VASSAL.launch
Classes in VASSAL.launch that implement Translatable Modifier and Type Class Description class
BasicModule
-
Uses of Translatable in VASSAL.preferences
Classes in VASSAL.preferences that implement Translatable Modifier and Type Class Description class
BasicPreference
Base class for a Module Preference.class
BooleanPreference
A Checkbox Module Preference.class
DoublePreference
A Decimal Number Module Preference.class
EnumPreference
A Drop-down list preference.class
IntegerPreference
A whole number Module Preference.class
StringPreference
A String Module Preference.class
TextPreference
A multi-line textbox Module Preference. -
Uses of Translatable in VASSAL.script
Classes in VASSAL.script that implement Translatable Modifier and Type Class Description class
AbstractScript
class
ActionScript
class
BshPlugin
class
GeneralScript
class
ScriptContainer
Container for Scripts. -
Uses of Translatable in VASSAL.tools.icon
Classes in VASSAL.tools.icon that implement Translatable Modifier and Type Class Description class
IconFamily
An IconFamily is a named set of Icons in the four standard Tango sizes.