Class LayoutConfigurer
java.lang.Object
VASSAL.configure.Configurer
VASSAL.build.module.gamepieceimage.LayoutConfigurer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classprotected static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static Stringprotected static Stringprotected static Stringprotected static Stringprotected static Stringprotected intprotected Componentprotected StringConfigurerprotected static Stringprotected Boxprotected LayoutConfigurer.NewIntConfigurerprotected JPanelprotected LayoutConfigurer.ItemPanelprotected GamePieceLayoutprotected static intprotected JPanelprotected static Stringprotected static Stringprotected Boxprotected JLabelprotected Visualizerprotected LayoutConfigurer.NewIntConfigurerFields inherited from class VASSAL.configure.Configurer
changeSupport, frozen, hint, key, LIST_ENTRY_HIGHLIGHT_COLOR, name, NAME_PROPERTY, noUpdate, value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedLayoutConfigurer(String key, String name, GamePieceLayout def) -
Method Summary
Methods inherited from class VASSAL.configure.Configurer
addFocusListener, addPropertyChangeListener, fireUpdate, getHint, getKey, getName, getScreenSize, isFrozen, isHighlighted, removeFocusListener, removePropertyChangeListener, repack, requestFocus, setFrozen, setHighlighted, setHint, setHintKey, setLabelVisibile, 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:
- Constant Field Values
-
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:ConfigurerThe Object value May be null if the Object has not been initialized- Overrides:
getValuein classConfigurer
-
setValue
Description copied from class:ConfigurerSet the Object value from a String- Specified by:
setValuein classConfigurer
-
getControls
Description copied from class:ConfigurerGUI interface for setting the option in an editing window- Specified by:
getControlsin classConfigurer
-
getValueString
- Specified by:
getValueStringin classConfigurer- Returns:
- a String representation of the Object value
-
repack
protected void repack()Description copied from class:ConfigurerRepack the current configurer- Overrides:
repackin classConfigurer
-