Package VASSAL.launch
Class BasicModule
- All Implemented Interfaces:
AutoConfigurable,Buildable,Configurable,GpIdSupport,MutablePropertiesContainer,PropertyNameSource,PropertySource,TranslatableStringContainer,CommandEncoder,ValidityChecker,Translatable,Auditable,ImageSearchTarget,SearchTarget,ToolBarComponent
Deprecated, for removal: This API element is subject to removal in a future version.
-
Nested Class Summary
Nested classes/interfaces inherited from class VASSAL.build.GameModule
GameModule.GameFileModeNested classes/interfaces inherited from interface VASSAL.build.AutoConfigurable
AutoConfigurable.UtilNested classes/interfaces inherited from interface VASSAL.build.module.properties.MutablePropertiesContainer
MutablePropertiesContainer.ImplNested classes/interfaces inherited from interface VASSAL.build.module.properties.TranslatableStringContainer
TranslatableStringContainer.Impl -
Field Summary
Fields inherited from class VASSAL.build.GameModule
BUILDFILE, BUILDFILE_OLD, DESCRIPTION, DRAWING_MOUSEOVER_INDEX_PROPERTY, DRAWING_MOUSEOVER_PROPERTY, IS_VISIBLE, MODULE_CURRENT_LOCALE, MODULE_CURRENT_LOCALE_NAME, MODULE_DESCRIPTION_PROPERTY, MODULE_NAME, MODULE_NAME_PROPERTY, MODULE_OTHER1_PROPERTY, MODULE_OTHER2_PROPERTY, MODULE_VASSAL_VERSION_CREATED_PROPERTY, MODULE_VASSAL_VERSION_RUNNING_PROPERTY, MODULE_VERSION, MODULE_VERSION_PROPERTY, NEXT_PIECESLOT_ID, PERSONAL_INFO, REAL_NAME, RECENT_GAMES, SECRET_NAME, UI_PIECE_COUNT, UI_PIECE_INDEX, VASSAL_VERSION_CREATED, VASSAL_VERSION_RUNNINGFields inherited from class VASSAL.build.AbstractConfigurable
changeSupport, config, localizedName, myI18nData, nameFields inherited from class VASSAL.build.AbstractBuildable
buildComponents, validatorFields inherited from interface VASSAL.build.Configurable
NAME_PROPERTY -
Constructor Summary
ConstructorsConstructorDescriptionBasicModule(DataArchive archive) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class VASSAL.build.GameModule
addCommandEncoder, addIdChangeListener, addKeyStrokeListener, addKeyStrokeSource, addMutableProperty, addSideChangeListenerToPlayerRoster, addTo, addTranslatableString, appendToTitle, build, clearPausedCommands, clearTempUserId, createPiece, createPiece, decode, encode, finalizeUiPieceProcessing, fireKeyStroke, generateGpId, getActiveUserId, getAllowableConfigureComponents, getArchiveWriter, getAttributeDescriptions, getAttributeNames, getAttributeTypes, getAttributeValueString, getBasicLogger, getChatter, getCombinedCrc, getCombinedCrc, getConfigureTypeName, getConsole, getControlPanel, getCrc, getCrc, getDataArchive, getDebugControls, getDeckManager, getEditorImageChooser, getEditorSoundChooser, getExpressionList, getFileChooser, getFrame, getGameFile, getGameFileMode, getGameModule, getGameName, getGameState, getGameVersion, getGpIdSupport, getHelpFile, getI18nData, getI18nPrefix, getImageTileSource, getIndexManager, getLocalizedGameName, getLocalizedProperty, getLocationKeyCommand, getLogger, getModuleOther1, getModuleOther2, getMutablePropertiesContainerId, getMutableProperty, getNextGpId, getPasswordConfigurer, getPieceWindow, getPlayerRoster, getPlayerWindow, getPrefs, getProperty, getPropertyNames, getResourcePathFinder, getRNG, getServer, getServerControls, getTempUserId, getTitleString, getToolBar, getTranslatableString, getTranslatableStringContainerId, getUiPieceCount, getUiPieceIndex, getUserId, getWindowTitleString, getWindowTitleString, getWizardSupport, init, initFrameTitle, initializeUiPieceProcessing, isEditorOpen, isErrorLogToChat, isLoadingContinuationSemaphore, isLoadOverSemaphore, isLocalizationEnabled, isMatSupport, isMultiPlayer, isMultiplayerConnected, isMutableButtonLabelSupport, isNonBlankPassword, isRealName, isRefreshingSemaphore, isReplayingOrLogging, isSuppressAutoCenterUpdate, isSuppressSounds, isTranslatableSupport, isTrueMovedSupport, pauseLogging, processNextUiPiece, quit, refreshKeyStrokeListeners, refreshVisibleMaps, removeCommandEncoder, removeFrom, removeIdChangeListener, removeKeyStrokeListener, removeMutableProperty, removeSideChangeListenerFromPlayerRoster, removeTranslatableString, resetSourcesAndListeners, resumeLogging, save, saveAs, sendAndLog, setAttribute, setChatter, setDirty, setErrorLogToChat, setGameFile, setGameFileMode, setGpIdSupport, setLoadingContinuationSemaphore, setLoadOverSemaphore, setLocationKeyCommand, setMatSupport, setMutableButtonSupport, setNextGpId, setPieceWindow, setPrefs, setRefreshingSemaphore, setSuppressAutoCenterUpdate, setSuppressSounds, setTempUserId, setTrueMovedSupport, setUserId, shutDown, toString, updateLastSave, updateMutableButtonLabels, updateTitleBar, warnMethods inherited from class VASSAL.build.AbstractConfigurable
add, addPropertyChangeListener, getAttributeVisibility, getConfigureComponents, getConfigureName, getConfigurer, getFormattedStringList, getLocalizedConfigureName, getMenuTextList, getNamedKeyStrokeList, getPropertyList, getTypeName, remove, removePropertyChangeListener, setAllAttributesUntranslatable, setAttributeTranslatable, setConfigureNameMethods inherited from class VASSAL.build.AbstractBuildable
addImageNamesRecursively, buildString, getAllDescendantComponentsOf, getAncestor, getBuildables, getBuildComponents, getBuildElement, getComponents, getComponentsOf, getNonFolderAncestor, setAncestor, validateMethods inherited from class VASSAL.search.AbstractImageFinder
addLocalImageNames, getAllImageNames, getLocalImageNamesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface VASSAL.script.expression.Auditable
getComponentName, getComponentTypeNameMethods inherited from interface VASSAL.build.Buildable
getBuildElement, isMandatory, isMovable, isUniqueMethods inherited from interface VASSAL.tools.ToolBarComponent
updateToolbarButtons
-
Constructor Details
-
BasicModule
Deprecated, for removal: This API element is subject to removal in a future version.
-