Package VASSAL.configure
Interface ValidityChecker
- All Known Implementing Classes:
AboutScreen
,AbstractBuildable
,AbstractConfigurable
,AbstractScript
,ActionScript
,BasicModule
,BasicPreference
,Board
,BoardPicker
,BooleanPreference
,BoxWidget
,BrowserHelpFile
,BshPlugin
,CardSlot
,ChangePropertyButton
,Chart
,ChartWindow
,ChatServerControls
,ColorManager
,ColorSwatch
,CompoundValidityChecker
,ConnectionWindow
,CounterDetailViewer
,CounterTurnLevel
,DeckGlobalKeyCommand
,DiceButton
,DieManager
,DoActionButton
,Documentation
,DoublePreference
,DrawPile
,EnumPreference
,EventLog
,FontManager
,FontStyle
,GameModule
,GamePieceImage
,GamePieceImageDefinitions
,GamePieceLayout
,GamePieceLayoutsContainer
,GeneralScript
,GlobalKeyCommand
,GlobalMap.CounterViewer
,GlobalOptions
,GlobalProperties
,GlobalProperty
,HandMetrics
,HelpFile
,HexGrid
,HexGridNumbering
,HighlightLastMoved
,HtmlChart
,IconFamily
,ImageItem
,ImageItemInstance
,ImageSaver
,IntegerPreference
,InternetDiceButton
,Inventory
,Item
,ItemInstance
,Language
,LayerControl
,LayeredPieceCollection
,ListTurnLevel
,ListWidget
,Localization
,LOS_Thread
,MandatoryComponent
,Map
,MapCenterer
,MapShader
,MapWidget
,MassKeyCommand
,ModuleExtension
,ModulePlugin
,MultiActionButton
,NotesWindow
,PanelWidget
,PieceMover
,PieceRecenterer
,PieceSlot
,PieceWindow
,PlayerHand
,PlayerRoster
,Plugin
,PredefinedSetup
,PrivateMap
,PrototypeDefinition
,PrototypesContainer
,RandomTextButton
,Region
,RegionGrid
,RegularGridNumbering
,ScriptContainer
,Scroller
,SelectionHighlighter
,SelectionHighlighters
,SetupStack
,ShapeItem
,ShapeItemInstance
,SingleChildInstance
,SpecialDiceButton
,SpecialDie
,SpecialDieFace
,SquareGrid
,SquareGridNumbering
,StackMetrics
,StartupGlobalKeyCommand
,StringPreference
,SymbolItem
,SymbolItemInstance
,TabWidget
,TextBoxItem
,TextBoxItemInstance
,TextItem
,TextItemInstance
,TextPreference
,TextSaver
,ToolbarMenu
,TranslatableMarker
,Translation
,TurnComponent
,TurnGlobalHotkey
,TurnLevel
,TurnTracker
,Tutorial
,UniqueIdManager
,VassalTranslation
,Widget
,WidgetMap
,Zone
,ZonedGrid
,ZonedGridHighlighter
,ZoneHighlight
,ZoneProperty
,Zoomer
public interface ValidityChecker
Performs validation checks on
Buildable
objects-
Method Summary
Modifier and Type Method Description void
validate(Buildable target, ValidationReport report)
-
Method Details
-
validate
-