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.GameFileMode
Nested classes/interfaces inherited from interface VASSAL.build.AutoConfigurable
AutoConfigurable.Util
Nested classes/interfaces inherited from interface VASSAL.build.module.properties.MutablePropertiesContainer
MutablePropertiesContainer.Impl
Nested 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_RUNNING
Fields inherited from class VASSAL.build.AbstractConfigurable
changeSupport, config, localizedName, myI18nData, name
Fields inherited from class VASSAL.build.AbstractBuildable
buildComponents, validator
Fields inherited from interface VASSAL.build.Configurable
NAME_PROPERTY
-
Constructor Summary
ConstructorDescriptionBasicModule
(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, warn
Methods inherited from class VASSAL.build.AbstractConfigurable
add, addPropertyChangeListener, getAttributeVisibility, getConfigureComponents, getConfigureName, getConfigurer, getFormattedStringList, getLocalizedConfigureName, getMenuTextList, getNamedKeyStrokeList, getPropertyList, getTypeName, remove, removePropertyChangeListener, setAllAttributesUntranslatable, setAttributeTranslatable, setConfigureName
Methods inherited from class VASSAL.build.AbstractBuildable
addImageNamesRecursively, buildString, getAllDescendantComponentsOf, getAncestor, getBuildables, getBuildComponents, getBuildElement, getComponents, getComponentsOf, getNonFolderAncestor, setAncestor, validate
Methods inherited from class VASSAL.search.AbstractImageFinder
addLocalImageNames, getAllImageNames, getLocalImageNames
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface VASSAL.script.expression.Auditable
getComponentName, getComponentTypeName
Methods inherited from interface VASSAL.build.Buildable
getBuildElement, isMandatory, isMovable, isUnique
Methods inherited from interface VASSAL.tools.ToolBarComponent
updateToolbarButtons
-
Constructor Details
-
BasicModule
Deprecated, for removal: This API element is subject to removal in a future version.
-