Class LayoutConfigurer
java.lang.Object
VASSAL.configure.Configurer
VASSAL.build.module.gamepieceimage.LayoutConfigurer
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
protected static class
Nested classes/interfaces inherited from class VASSAL.configure.Configurer
Configurer.ContextLevel
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String
protected static final String
protected static final String
protected static final String
protected static final String
protected int
protected Component
protected StringConfigurer
protected static final String
protected Box
protected LayoutConfigurer.NewIntConfigurer
protected JPanel
protected LayoutConfigurer.ItemPanel
protected GamePieceLayout
protected static final int
protected JPanel
protected static final String
protected static final String
protected Box
protected JLabel
protected Visualizer
protected LayoutConfigurer.NewIntConfigurer
Fields inherited from class VASSAL.configure.Configurer
changeSupport, context, contextLevel, frozen, hint, key, LIST_ENTRY_HIGHLIGHT_COLOR, name, NAME_PROPERTY, noUpdate, value
-
Constructor Summary
ModifierConstructorDescriptionprotected
protected
LayoutConfigurer
(String key, String name, GamePieceLayout def) -
Method Summary
Methods inherited from class VASSAL.configure.Configurer
addFocusListener, addPropertyChangeListener, fireUpdate, getContext, getContextLevel, getHint, getKey, getName, getScreenSize, initCustomControls, isFrozen, isHighlighted, isPieceContext, removeFocusListener, removePropertyChangeListener, repack, requestFocus, setContext, setContext, setContext, setContextLevel, setEnabled, setFrozen, setHighlighted, setHint, setHintKey, setLabelVisibile, setLabelVisible, setName, setValue
-
Field Details
-
ADD_SYMBOL
-
ADD_IMAGE
-
ADD_TEXT
-
ADD_TEXTBOX
-
ADD_SHAPE
-
REMOVE
-
UP
-
DOWN
-
NO_CURRENT_ITEM
protected static final int NO_CURRENT_ITEM- See Also:
-
panel
-
itemPanel
-
itemConfigPanel
-
currentItemControls
-
currentItem
protected int currentItem -
visBox
-
visualizer
-
visLabel
-
filler
-
layout
-
defName
-
height
-
width
-
-
Constructor Details
-
LayoutConfigurer
protected LayoutConfigurer() -
LayoutConfigurer
-
-
Method Details
-
getValue
Description copied from class:Configurer
The Object value May be null if the Object has not been initialized- Overrides:
getValue
in classConfigurer
-
setValue
Description copied from class:Configurer
Set the Object value from a String- Specified by:
setValue
in classConfigurer
-
getControls
Description copied from class:Configurer
GUI interface for setting the option in an editing window- Specified by:
getControls
in classConfigurer
-
getValueString
- Specified by:
getValueString
in classConfigurer
- Returns:
- a String representation of the Object value
-
repack
protected void repack()Description copied from class:Configurer
Repack the current configurer- Overrides:
repack
in classConfigurer
-