Uses of Interface
VASSAL.build.Buildable
Packages that use Buildable
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.Contains classes for specifying a VASSAL server implementation that follows a chat-room paradigm.
Provides classes for building "Edit Property" dialogs, and for editing
GameModule's and ModuleExtension's.Provides support for specifying and saving preferences.
Contains various utility classes.
-
Uses of Buildable in VASSAL.build
Subinterfaces of Buildable in VASSAL.buildModifier and TypeInterfaceDescriptioninterfaceA class that implements AutoConfigurable can use theAutoConfigurerclass to automatically build a property editor.interfaceAn object that implements the Configurable interface, in addition to being built from a configuration XML file (because this class ultimately extendsBuildable, can be manipulated by the user directly in the VASSAL module editor via the Configuration window.Classes in VASSAL.build that implement BuildableModifier and TypeClassDescriptionclassAbstract implementation of theBuildableinterface.classAn abstract implementation of theConfigurableinterface.classAbstract class for a Folder component that can contain/organize a particular type of configurable(s).classCreates an item that is both configurable w/ an edit boxAbstractConfigurableand buildable from the XML buildFileAbstractBuildable, but which also has a Toolbar launch button.classThe GameModule class is the base class for a VASSAL module.classA general-purpose configurable GUI container Widgets areConfigurableobjects that represent AWT components.Fields in VASSAL.build with type parameters of type BuildableMethods in VASSAL.build that return BuildableModifier and TypeMethodDescriptionstatic Buildablestatic BuildableCreate an instance of a class from an XML element and build it.AbstractBuildable.getAncestor()AbstractBuildable.getNonFolderAncestor()Methods in VASSAL.build that return types with arguments of type BuildableModifier and TypeMethodDescriptionAbstractBuildable.getBuildables()AbstractBuildable.getBuildComponents()Deprecated, for removal: This API element is subject to removal in a future version.Methods in VASSAL.build with parameters of type BuildableModifier and TypeMethodDescriptionvoidAdd a Buildable object to this objectvoidSet the owning translatable of this componentvoidAdds a child component.voidvoidDefault behavior adds the button to the parent componentvoidAdds this component to its parent.voidGame Module is normally at the root of the hierarchy, so it doesn't expect to get added to anything.voidstatic voidGeneral building algorithm.static BuildableCreate an instance of a class from an XML element and build it.voidRemove a Buildable object from this objectvoidRemove a child componentvoidAbstractFolder.removeFrom(Buildable parent) voidAbstractToolbarItem.removeFrom(Buildable parent) Remove from our parentvoidConfigurable.removeFrom(Buildable parent) Remove this component from its parentvoidGameModule.removeFrom(Buildable parent) Since we aren't expecting to beGameModule.addTo(VASSAL.build.Buildable)'ed to a parent, we likewise don't need to do much about being "removeFrom'ed" one.voidWidget.removeFrom(Buildable b) voidAbstractBuildable.setAncestor(Buildable ancestor) voidAbstractBuildable.validate(Buildable target, ValidationReport report) -
Uses of Buildable in VASSAL.build.module
Classes in VASSAL.build.module that implement BuildableModifier and TypeClassDescriptionclassAlthough it is theCommandEncoderwhich handles the basic commands:AddPiece,RemovePiece,ChangePiece,MovePiece, this class is most commonly needed by module designers who want to make custom "Traits" for game pieces because it containsBasicCommandEncoder.createDecorator(java.lang.String, VASSAL.counters.GamePiece), theBasicCommandEncoder.DecoratorFactoryfor Traits, which are usually internally referred to as Decorators because they are implemented using the Decorator Pattern.classBasicLogger deals with VLOG Vassal Log files (i.e.classA top-level Widget for displaying ChartsclassThe chat window component.classCHESS CLOCK CONTROLLER for VASSAL.classThis is now a dummy classclassThis component places a button into the controls window toolbar.classclassThis component places a button into the controls window toolbar.classRepresents theHelpmenu of the controls windowclassclassclassThis version ofMassKeyCommandis added directly to aGameModuleand applies to all maps.classGlobalOptions is a junction point for several flavors of "preferences"-related categories.classThis component places a button into the controls window toolbar.classclassTranslates key codes into human-readable strings (e.g.classThe Map is the main component for displaying and containingGamePieces during play.classAn optional extension to a GameModule Like a GameModule, it is built from scratch from a 'buildFile' in a DataArchive The components described in the buildFile are appended to components in the base DataArchiveclassA ModulePlugin is basically identical to a ModuleExtension except that is loaded earlier and must throw Plugin specific error messagesclassCombines multiple buttons from the toolbar into a single button.classThis is aGameComponentthat allows players to type and save text notes during a game.classA window from which players can create newGamePieces by clicking and dragging from the PieceWindow.classclassMaintains a list of players involved in the current gameclassPlugin is a general purpose component for use by Module Plugins that require some sort of initialisation.classDefines a saved game that is accessible from the File menu.classA Map that may be configured to be visible only a particular side.classclassContainer for definitions of Game Piece prototypes.classclass...classclassclassA Global Key Command that is automatically invoked on game start-up, once the various Key Listeners have been started.classTakes buttons from the toolbar of a Map or the main module and places them into a popup menuMethods in VASSAL.build.module that return BuildableMethods in VASSAL.build.module with parameters of type BuildableModifier and TypeMethodDescriptionvoidAdds a buildable subcomponent.voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidAdds this BasicCommandEncoder to its parent, which should be theGameModule.voidExpects to be added to aGameModule.voidExpects to be added to a GameModule.voidExpects to be added to a GameModule.voidRegisters us with the game module, tool bar, command encoder, etc.voidvoidExpects to be added to a GameModule.voidvoidvoidvoidvoidGlobalOptions are added to theGameModule.voidExpects to be added to the DieManager.voidvoidvoidRegisters this Map as a child of another buildable component, usually theGameModule.voidvoidExpects to be added to aGameModule.voidExpects to be added to aGameModule.voidvoidvoidvoidvoidvoidExpects to be added to a SymbolDice.voidvoidvoidvoidprotected voidModuleExtension.checkGpIds(Buildable b, GpIdChecker checker) voidvoidvoidvoidvoidvoidvoidChartWindow.removeFrom(Buildable b) voidChessClockControl.removeFrom(Buildable parent) Unregisters us from everything when shutting down.voidDieManager.removeFrom(Buildable parent) voidDocumentation.removeFrom(Buildable b) voidGlobalOptions.removeFrom(Buildable parent) Removes us from our parent componentvoidInternetDiceButton.removeFrom(Buildable b) voidInventory.removeFrom(Buildable b) voidMap.removeFrom(Buildable b) Unregisters this Map from itsBuildableparent (usually aGameModule), reversing the process ofMap.addTo(VASSAL.build.Buildable).voidModuleExtension.removeFrom(Buildable parent) voidNotesWindow.removeFrom(Buildable b) voidPieceWindow.removeFrom(Buildable parent) voidPlayerRoster.removeFrom(Buildable parent) voidPlugin.removeFrom(Buildable parent) voidPredefinedSetup.removeFrom(Buildable parent) voidPrototypeDefinition.removeFrom(Buildable parent) voidPrototypesContainer.removeFrom(Buildable parent) voidSpecialDiceButton.removeFrom(Buildable b) voidSpecialDie.removeFrom(Buildable parent) voidSpecialDieFace.removeFrom(Buildable parent) voidStartupGlobalKeyCommand.removeFrom(Buildable parent) voidToolbarMenu.removeFrom(Buildable parent) protected voidModuleExtension.updateGpIds(Buildable b) voidPrototypeDefinition.validate(Buildable target, ValidationReport report) Method parameters in VASSAL.build.module with type arguments of type BuildableModifier and TypeMethodDescriptionvoidPlugin.registerComponent(Class<? extends Buildable> parent, Class<? extends Buildable> child) Utility routine to register a new component with the module editor so that it appears in the right-click popup menu.Constructors in VASSAL.build.module with parameters of type Buildable -
Uses of Buildable in VASSAL.build.module.chessclockcontrol
Classes in VASSAL.build.module.chessclockcontrol that implement BuildableMethods in VASSAL.build.module.chessclockcontrol with parameters of type BuildableModifier and TypeMethodDescriptionvoidRegisters us with game module, command encoder, and the Chess Clock Control.voidChessClock.removeFrom(Buildable parent) Unregisters us when we are shutting down -
Uses of Buildable in VASSAL.build.module.documentation
Classes in VASSAL.build.module.documentation that implement BuildableModifier and TypeClassDescriptionclassPlaces an entry in theHelpmenu.classUnpacks a zipped directory stored in the module and displays it in an external browser window.protected classThe attributes we want to expose in the editor are not the same as the ones we want to save to the buildFile, so we use this object to specify the properties in the editor.classEasier-to-use support for opening a single PDF file in the browser (it can be done with BrowserHelpFile, but requires a substantial workaround and weird confusing procedures)classPlaces an entry in theHelpmenu.classProvides tutorial functionality by reading in a logfileMethods in VASSAL.build.module.documentation with parameters of type BuildableModifier and TypeMethodDescriptionvoidvoidExpects to be added to aDocumentation.voidvoidvoidvoidvoidvoidvoidvoidvoidAboutScreen.removeFrom(Buildable b) voidBrowserHelpFile.ConfigSupport.removeFrom(Buildable parent) voidBrowserHelpFile.removeFrom(Buildable parent) voidBrowserPDFFile.removeFrom(Buildable parent) voidHelpFile.removeFrom(Buildable b) voidTutorial.removeFrom(Buildable parent) -
Uses of Buildable in VASSAL.build.module.folder
Classes in VASSAL.build.module.folder that implement BuildableModifier and TypeClassDescriptionclassclassclassclassclassMethods in VASSAL.build.module.folder with parameters of type Buildable -
Uses of Buildable in VASSAL.build.module.gamepieceimage
Classes in VASSAL.build.module.gamepieceimage that implement BuildableModifier and TypeClassDescriptionclassContainer for definitions of Generic Color DefinitionsclassClass that implements a named Color SwatchclassContainer for definitions of Generic Color DefinitionsclassClass that implements a names Font SwatchclassclassContainer for definitions of Generic Counter Definitions.classclassContainer for definitions of Generic Counter Definitions.classclassclassThe base portion of a Counter Layout component.classIndividual override parameters for an instance of anItem.classclassclassclassclassclassclassclassMethods in VASSAL.build.module.gamepieceimage with parameters of type BuildableModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidColorManager.removeFrom(Buildable parent) voidColorSwatch.removeFrom(Buildable parent) voidFontManager.removeFrom(Buildable parent) voidFontStyle.removeFrom(Buildable parent) voidGamePieceImage.removeFrom(Buildable parent) voidGamePieceImageDefinitions.removeFrom(Buildable parent) voidGamePieceLayout.removeFrom(Buildable parent) voidGamePieceLayoutsContainer.removeFrom(Buildable parent) voidItem.removeFrom(Buildable parent) voidItemInstance.removeFrom(Buildable parent) -
Uses of Buildable in VASSAL.build.module.map
Classes in VASSAL.build.module.map that implement BuildableModifier and TypeClassDescriptionclassclassThis is aDrawableclass that draws the counters horizontally when the mouse is held over a stack with the control key down.classThis version ofMassKeyCommandis added to aDrawPile(which holds aDeck) and applies to pieces/cards currently in the deck.classclassAllows a player to ping a location ("send up a flare") by clicking on a map with the correct modifier key combination held down (default: Alt+LeftClick).classclassclassThis is scaled version of aMapthat gives an overview.protected classclassHandles the drawing of cards in aPlayerHand.classThis removes all game pieces from the (@link Map) therefore providing an un-cluttered view.classclassThis allows the user to capture a snapshot of the entire map into a PNG file.classSelects and unselects pieces on the map, using the mouse.classAdds a button to the toolbar to manipulate Game Piece LayersclassThe optional "Game Piece Layers" component of a Map which allows pieces on the map to be assigned to an arbitrary number of visual layers according to a property setting.classA class that allows the user to draw a straight line on a Map (LOS = Line Of Sight).classCenters the map when user right-clicks on an empty hexclassDraw shaded regions on a map.classAdds a button to a map window toolbar.classclassAdds a button to a Maps toolbar that moves the view/camera to a specific pointclassPieceMover handles the "Drag and Drop" of pieces and stacks, onto or within a Map window.classAdds a button to a Maps toolbar that adjusts the positions of all pieces so that their centroid is at the center of the mapclassThis component listens to key events on a Map window and scrolls the map.classclassclassThis is the "At-Start Stack" component, which initializes a Map or Board with a specified stack.classclassStackMetrics provides the [Stacking options] component of aMap.classclassControls the zooming in/out of aMapwindow.Fields in VASSAL.build.module.map declared as BuildableMethods in VASSAL.build.module.map with parameters of type BuildableModifier and TypeMethodDescriptionvoidAdd a board to the list of those available for the user to choose fromvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidAdds this component to a Buildable component.voidvoidvoidExpects to be added to aMap.voidExpects to be added to aMap.voidvoidExpects to be added to aMap.voidAdds us to our parent map - we register as a mouse listener and a drawable componentvoidvoidvoidExpects to be added to aMap.voidvoidvoidvoidvoidvoidAdds this component to its parent map.voidvoidvoidvoidvoidvoidvoidvoidvoidvoidRemove a board from the list of those available for the user to choose fromvoidvoidvoidBoardPicker.removeFrom(Buildable parent) voidCounterDetailViewer.removeFrom(Buildable parent) voidDeckGlobalKeyCommand.removeFrom(Buildable parent) voidFlare.removeFrom(Buildable parent) Removes this component from a Buildable parent.voidGlobalMap.removeFrom(Buildable b) voidHidePiecesButton.removeFrom(Buildable b) voidHighlightLastMoved.removeFrom(Buildable parent) voidImageSaver.removeFrom(Buildable b) voidLayerControl.removeFrom(Buildable parent) voidLayeredPieceCollection.removeFrom(Buildable parent) voidLOS_Thread.removeFrom(Buildable b) voidMapShader.removeFrom(Buildable parent) voidMassKeyCommand.removeFrom(Buildable parent) voidMoveCameraButton.removeFrom(Buildable parent) voidPieceRecenterer.removeFrom(Buildable parent) voidSelectionHighlighter.removeFrom(Buildable parent) voidSelectionHighlighters.removeFrom(Buildable parent) voidSetupStack.removeFrom(Buildable parent) voidStackMetrics.removeFrom(Buildable parent) voidTextSaver.removeFrom(Buildable b) voidZoomer.removeFrom(Buildable b) voidBoardPicker.validate(Buildable target, ValidationReport report) voidSetupStack.validate(Buildable target, ValidationReport report) -
Uses of Buildable in VASSAL.build.module.map.boardPicker
Classes in VASSAL.build.module.map.boardPicker that implement BuildableMethods in VASSAL.build.module.map.boardPicker with parameters of type Buildable -
Uses of Buildable in VASSAL.build.module.map.boardPicker.board
Classes in VASSAL.build.module.map.boardPicker.board that implement BuildableModifier and TypeClassDescriptionclassA Hexgrid is a map grid composed of hexes.classclassclassclassMethods in VASSAL.build.module.map.boardPicker.board with parameters of type BuildableModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidHexGrid.removeFrom(Buildable b) voidRegion.removeFrom(Buildable b) voidRegionGrid.removeFrom(Buildable b) voidSquareGrid.removeFrom(Buildable b) voidZonedGrid.removeFrom(Buildable parent) -
Uses of Buildable in VASSAL.build.module.map.boardPicker.board.mapgrid
Classes in VASSAL.build.module.map.boardPicker.board.mapgrid that implement BuildableModifier and TypeClassDescriptionclassclassAbstract base class for grid numbering classes for hexagonal and rectangular gridsclassclassclassclassA Class that defines a method of highlighting the a zone in a multi-zoned grid.Methods in VASSAL.build.module.map.boardPicker.board.mapgrid with parameters of type BuildableModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidHexGridNumbering.removeFrom(Buildable parent) voidSquareGridNumbering.removeFrom(Buildable parent) voidZone.removeFrom(Buildable b) voidZonedGridHighlighter.removeFrom(Buildable b) voidZoneHighlight.removeFrom(Buildable b) -
Uses of Buildable in VASSAL.build.module.map.deck
Classes in VASSAL.build.module.map.deck that implement BuildableModifier and TypeClassDescriptionclassBase class for additional Menu items (with Hotkeys) that can be added to a DrawPile/DeckclassclassMethods in VASSAL.build.module.map.deck with parameters of type Buildable -
Uses of Buildable in VASSAL.build.module.properties
Classes in VASSAL.build.module.properties that implement BuildableModifier and TypeClassDescriptionclassclassclassAdds a toolbar button that changes the value of a global propertyclassDummy component that acts as a simple container for GlobalProperty componentsclassAdds a global property to a Map or ModuleclassAdds a global property to a Map or ModuleclassDummy component that acts as a simple container for GlobalProperty componentsclassclassclassclassclassFields in VASSAL.build.module.properties declared as BuildableMethods in VASSAL.build.module.properties that return BuildableMethods in VASSAL.build.module.properties with parameters of type BuildableModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidChangePropertyButton.removeFrom(Buildable parent) voidGlobalProperties.removeFrom(Buildable parent) voidGlobalProperty.removeFrom(Buildable parent) voidGlobalTranslatableMessage.removeFrom(Buildable parent) voidGlobalTranslatableMessages.removeFrom(Buildable parent) voidScenarioPropertiesOptionTab.removeFrom(Buildable parent) -
Uses of Buildable in VASSAL.build.module.turn
Classes in VASSAL.build.module.turn that implement BuildableModifier and TypeClassDescriptionclassclassclassGeneric Turn ComponentclassclassclassGeneric Turn CounterMethods in VASSAL.build.module.turn with parameters of type BuildableModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidTurnComponent.removeFrom(Buildable parent) voidTurnGlobalHotkey.removeFrom(Buildable parent) voidTurnLevel.removeFrom(Buildable parent) voidTurnTracker.removeFrom(Buildable b) -
Uses of Buildable in VASSAL.build.widget
Classes in VASSAL.build.widget that implement BuildableModifier and TypeClassDescriptionclassclassA CardSlot is identical to a PieceSlot except that it is initialized with a card-like GamePiece.classA Chart is used for displaying charts and tables for the module.classAn HtmlChart is used for displaying html information for the module.classA Widget that corresponds to a panel with aJListsitting to the right of aJPanelwith aCardLayoutlayout.classclassA Widget that corresponds to a JPanel with a GridLayout or BoxLayout layout.classA Component that displays a GamePiece.classA Widget that corresponds to a JTabbedPane.classFields in VASSAL.build.widget declared as BuildableMethods in VASSAL.build.widget with parameters of type BuildableModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidChart.removeFrom(Buildable parent) voidHtmlChart.removeFrom(Buildable parent) voidPieceSlot.removeFrom(Buildable parent) -
Uses of Buildable in VASSAL.chat
Classes in VASSAL.chat that implement BuildableModifier and TypeClassDescriptionclassA window for private messages between the user and another player; -
Uses of Buildable in VASSAL.chat.ui
Classes in VASSAL.chat.ui that implement BuildableMethods in VASSAL.chat.ui with parameters of type Buildable -
Uses of Buildable in VASSAL.configure
Methods in VASSAL.configure that return types with arguments of type BuildableModifier and TypeMethodDescriptionConfigureTree.AdditionalComponent.getChild()ConfigureTree.AdditionalComponent.getParent()Methods in VASSAL.configure with parameters of type BuildableModifier and TypeMethodDescriptionvoidConfigurer.setContext(Buildable context) voidCompoundValidityChecker.validate(Buildable target, ValidationReport report) voidMandatoryComponent.validate(Buildable b, ValidationReport report) voidNotNullConfigureName.validate(Buildable b, ValidationReport report) voidRecursiveSingleChildInstance.validate(Buildable b, ValidationReport report) voidSingleChildInstance.validate(Buildable b, ValidationReport report) voidUniquelyNamedChildren.validate(Buildable b, ValidationReport report) voidValidityChecker.validate(Buildable target, ValidationReport report) Method parameters in VASSAL.configure with type arguments of type BuildableModifier and TypeMethodDescriptionstatic voidConfigureTree.addAdditionalComponent(Class<? extends Buildable> parent, Class<? extends Buildable> child) Record additional available components to add to the popup menu.protected ActionConfigureTree.buildAddAction(Configurable target, Class<? extends Buildable> newConfig) protected ActionConfigureTree.buildAddAction(Configurable target, Class<? extends Buildable> newConfig, String key, int index, Configurable duplicate) protected ActionExtensionTree.buildAddAction(Configurable target, Class<? extends Buildable> newConfig) protected ActionExtensionTree.buildAddAction(Configurable target, Class<? extends Buildable> newConfig, String key, int index, Configurable duplicate) Constructor parameters in VASSAL.configure with type arguments of type BuildableModifierConstructorDescriptionAddAction(Configurable target, Class<? extends Buildable> newConfig, String name, int index, Configurable duplicate) AdditionalComponent(Class<? extends Buildable> p, Class<? extends Buildable> c) ChooseComponentDialog(Frame owner, Class<? extends Buildable> targetClass) ChooseComponentPathDialog(Frame owner, Class<? extends Buildable> targetClass) -
Uses of Buildable in VASSAL.i18n
Subinterfaces of Buildable in VASSAL.i18nModifier and TypeInterfaceDescriptioninterfaceDefines VASSAL's standard interface for getting and setting XML (buildFile) attributes, as well as attendant i18n translatable field infrastructure.Classes in VASSAL.i18n that implement BuildableModifier and TypeClassDescriptionclassContainer for definitions of Translations.classSingleton class for managing the translation of a module into other languagesclassclassclassUtility class to allow translation of VASSAL using the Component Translation mechanism.Methods in VASSAL.i18n with parameters of type BuildableModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidLanguage.removeFrom(Buildable parent) voidTranslatableMarker.removeFrom(Buildable parent) voidTranslation.removeFrom(Buildable parent) -
Uses of Buildable in VASSAL.launch
Classes in VASSAL.launch that implement BuildableModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of Buildable in VASSAL.preferences
Classes in VASSAL.preferences that implement BuildableModifier and TypeClassDescriptionclassBase class for a Module Preference.classA Checkbox Module Preference.classA Decimal Number Module Preference.classA Drop-down list preference.classA whole number Module Preference.classA String Module Preference.classA multi-line textbox Module Preference.Methods in VASSAL.preferences with parameters of type Buildable -
Uses of Buildable in VASSAL.script
Classes in VASSAL.script that implement BuildableModifier and TypeClassDescriptionclassclassclassUsed by the Bsh PluginclassclassclassContainer for Scripts.Methods in VASSAL.script with parameters of type BuildableModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidActionScript.removeFrom(Buildable parent) voidGeneralScript.removeFrom(Buildable parent) voidScriptContainer.removeFrom(Buildable parent) voidActionScript.validate(Buildable target, ValidationReport report) voidGeneralScript.validate(Buildable target, ValidationReport report) -
Uses of Buildable in VASSAL.tools
Classes in VASSAL.tools that implement BuildableMethods in VASSAL.tools with parameters of type BuildableModifier and TypeMethodDescriptionvoidvoidUniqueIdManager.validate(Buildable target, ValidationReport report) Ensures that no other instance of the same class has the same name -
Uses of Buildable in VASSAL.tools.icon
Classes in VASSAL.tools.icon that implement BuildableModifier and TypeClassDescriptionclassAn IconFamily is a named set of Icons in the four standard Tango sizes.Methods in VASSAL.tools.icon with parameters of type Buildable -
Uses of Buildable in VASSAL.tools.imports
Methods in VASSAL.tools.imports with parameters of type BuildableModifier and TypeMethodDescriptionprotected static voidImporter.insertComponent(Buildable child, Buildable parent)
AbstractBuildable.getBuildables()instead.