Uses of Interface
VASSAL.configure.VisibilityCondition
Package
Description
Provides classes for building Java instances automatically from XML
files.
Contains classes that may be added to a
GameModule
.Contains classes that may be added to a
Documentation
.Contains classes that may be added to a
Map
.Contains classes that may be added to a
BoardPicker
.Contains classes that may be added to a
Board
.Contains classes that may be added to a
MapGrid
.Contains classes that can be added to a
Widget
.Provides classes for building "Edit Property" dialogs, and for editing
GameModule
's and ModuleExtension
's.-
Uses of VisibilityCondition in VASSAL.build
Modifier and TypeMethodDescriptionAbstractConfigurable.getAttributeVisibility
(String name) By default, all attributes are visibleAbstractToolbarItem.getAttributeVisibility
(String key) AutoConfigurable.getAttributeVisibility
(String name) Because attributes are not always applicable in all cases, this method returns an interface to determine when the controls for specifying the named attribute should be visible. -
Uses of VisibilityCondition in VASSAL.build.module
Modifier and TypeFieldDescriptionprotected VisibilityCondition
PredefinedSetup.showFile
protected VisibilityCondition
PredefinedSetup.showUseFile
protected VisibilityCondition
Modifier and TypeMethodDescriptionDiceButton.getAttributeVisibility
(String name) DoActionButton.getAttributeVisibility
(String name) GlobalKeyCommand.getAttributeVisibility
(String name) Inventory.getAttributeVisibility
(String name) Map.getAttributeVisibility
(String name) PredefinedSetup.getAttributeVisibility
(String name) RandomTextButton.getAttributeVisibility
(String name) SpecialDiceButton.getAttributeVisibility
(String name) StartupGlobalKeyCommand.getAttributeVisibility
(String key) -
Uses of VisibilityCondition in VASSAL.build.module.documentation
Modifier and TypeMethodDescriptionBrowserHelpFile.ConfigSupport.getAttributeVisibility
(String name) Tutorial.getAttributeVisibility
(String name) -
Uses of VisibilityCondition in VASSAL.build.module.gamepieceimage
Modifier and TypeMethodDescriptionGamePieceImage.getAttributeVisibility
(String name) ImageItem.getAttributeVisibility
(String name) ImageItemInstance.getAttributeVisibility
(String name) Item.getAttributeVisibility
(String name) ShapeItem.getAttributeVisibility
(String name) TextBoxItem.getAttributeVisibility
(String name) TextBoxItemInstance.getAttributeVisibility
(String name) TextItem.getAttributeVisibility
(String name) TextItemInstance.getAttributeVisibility
(String name) -
Uses of VisibilityCondition in VASSAL.build.module.map
Modifier and TypeFieldDescriptionprotected VisibilityCondition
SelectionHighlighter.visibilityCondition
Modifier and TypeMethodDescriptionCounterDetailViewer.getAttributeVisibility
(String name) DeckGlobalKeyCommand.getAttributeVisibility
(String key) DrawPile.getAttributeVisibility
(String name) GlobalMap.getAttributeVisibility
(String name) HidePiecesButton.getAttributeVisibility
(String name) LayerControl.getAttributeVisibility
(String name) LOS_Thread.getAttributeVisibility
(String name) MapShader.getAttributeVisibility
(String name) MassKeyCommand.getAttributeVisibility
(String key) MoveCameraButton.getAttributeVisibility
(String key) SelectionHighlighter.getAttributeVisibility
(String name) SetupStack.getAttributeVisibility
(String name) StackMetrics.getAttributeVisibility
(String name) -
Uses of VisibilityCondition in VASSAL.build.module.map.boardPicker
-
Uses of VisibilityCondition in VASSAL.build.module.map.boardPicker.board
Modifier and TypeMethodDescriptionHexGrid.getAttributeVisibility
(String name) RegionGrid.getAttributeVisibility
(String name) SquareGrid.getAttributeVisibility
(String name) -
Uses of VisibilityCondition in VASSAL.build.module.map.boardPicker.board.mapgrid
Modifier and TypeMethodDescriptionRegularGridNumbering.getAttributeVisibility
(String name) Zone.getAttributeVisibility
(String name) ZoneHighlight.getAttributeVisibility
(String name) -
Uses of VisibilityCondition in VASSAL.build.module.map.deck
-
Uses of VisibilityCondition in VASSAL.build.module.properties
Modifier and TypeMethodDescriptionChangePropertyButton.getAttributeVisibility
(String key) GlobalProperty.getAttributeVisibility
(String name) -
Uses of VisibilityCondition in VASSAL.build.module.turn
Modifier and TypeMethodDescriptionCounterTurnLevel.getAttributeVisibility
(String name) ListTurnLevel.getAttributeVisibility
(String name) TurnTracker.getAttributeVisibility
(String name) -
Uses of VisibilityCondition in VASSAL.build.widget
Modifier and TypeMethodDescriptionListWidget.getAttributeVisibility
(String name) PanelWidget.getAttributeVisibility
(String name) WidgetMap.getAttributeVisibility
(String name) -
Uses of VisibilityCondition in VASSAL.configure
Modifier and TypeClassDescriptionclass
Allow "Anding" two VisibilityCondition items together, dealing with the whole "null means visible" situationModifier and TypeFieldDescriptionprotected Map
<String, VisibilityCondition> AutoConfigurer.conditions
Modifier and TypeMethodDescriptionvoid
AutoConfigurer.setVisibility
(String attribute, VisibilityCondition c)