Class VisibilityOption
java.lang.Object
VASSAL.configure.Configurer
VASSAL.preferences.PositionOption
VASSAL.preferences.VisibilityOption
- All Implemented Interfaces:
ComponentListener
,EventListener
A Preferences option controlling the visibility of a window
-
Nested Class Summary
Nested classes/interfaces inherited from class VASSAL.configure.Configurer
Configurer.ContextLevel
-
Field Summary
Fields inherited from class VASSAL.preferences.PositionOption
bounds, defaultValue, key, previousBounds, theFrame
Fields inherited from class VASSAL.configure.Configurer
changeSupport, context, contextLevel, frozen, hint, LIST_ENTRY_HIGHLIGHT_COLOR, name, NAME_PROPERTY, noUpdate, value
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
Set the Object value from a StringMethods inherited from class VASSAL.preferences.PositionOption
componentMoved, componentResized, getControls, getValue, setFrameBounds, setValue
Methods inherited from class VASSAL.configure.Configurer
addFocusListener, addPropertyChangeListener, fireUpdate, getContext, getContextLevel, getHint, getKey, getName, getScreenSize, initCustomControls, isFrozen, isHighlighted, isPieceContext, removeFocusListener, removePropertyChangeListener, repack, repack, requestFocus, setContext, setContext, setContext, setContextLevel, setEnabled, setFrozen, setHighlighted, setHint, setHintKey, setLabelVisibile, setLabelVisible, setName
-
Constructor Details
-
VisibilityOption
-
-
Method Details
-
componentShown
- Specified by:
componentShown
in interfaceComponentListener
- Overrides:
componentShown
in classPositionOption
-
componentHidden
- Specified by:
componentHidden
in interfaceComponentListener
- Overrides:
componentHidden
in classPositionOption
-
setValue
Description copied from class:Configurer
Set the Object value from a String- Overrides:
setValue
in classPositionOption
-
getValueString
- Overrides:
getValueString
in classPositionOption
- Returns:
- a String representation of the Object value
-