Interface ImageSearchTarget
- All Known Implementing Classes:
AboutScreen
,AbstractBuildable
,AbstractConfigurable
,AbstractDeckKeyCommand
,AbstractFolder
,AbstractImageFinder
,AbstractScenarioProperty
,AbstractScript
,AbstractToolbarItem
,ActionButton
,ActionScript
,AreaOfEffect
,Attachment
,BasicModule
,BasicName
,BasicPiece
,BasicPreference
,Board
,BoardPicker
,BooleanPreference
,BooleanScenarioProperty
,BorderOutline
,BoxWidget
,BrowserHelpFile
,BrowserPDFFile
,BshPlugin
,CalculatedProperty
,CardSlot
,ChangePropertyButton
,Chart
,ChartWindow
,ChatServerControls
,ChessClock
,ChessClockControl
,Clone
,ColorManager
,ColorSwatch
,Comment
,ConnectionWindow
,CounterDetailViewer
,CounterGlobalKeyCommand
,CounterTurnLevel
,DebugControls
,Deck
,DeckGlobalKeyCommand
,DeckSendKeyCommand
,DeckSortKeyCommand
,DeckSubFolder
,Decorator
,Delete
,Deselect
,DiceButton
,DieManager
,DoActionButton
,Documentation
,DoublePreference
,DrawPile
,DynamicProperty
,Embellishment
,Embellishment0
,EnumPreference
,EventLog
,ExtensionElement
,Flare
,FontManager
,FontStyle
,Footprint
,FreeRotator
,GameModule
,GamePieceImage
,GamePieceImageDefinitions
,GamePieceLayout
,GamePieceLayoutsContainer
,GeneralScript
,GlobalHotKey
,GlobalKeyCommand
,GlobalMap
,GlobalMap.CounterViewer
,GlobalOptions
,GlobalProperties
,GlobalProperty
,GlobalPropertyFolder
,GlobalTranslatableMessage
,GlobalTranslatableMessages
,HandMetrics
,HelpFile
,HexGrid
,HexGridNumbering
,Hideable
,HidePiecesButton
,HighlightLastMoved
,HtmlChart
,IconFamily
,ImageItem
,ImageItemInstance
,ImageSaver
,Immobilized
,IntegerPreference
,InternetDiceButton
,Inventory
,Item
,ItemInstance
,Labeler
,Language
,LayerControl
,LayeredPieceCollection
,ListScenarioProperty
,ListTurnLevel
,ListWidget
,Localization
,LOS_Thread
,Map
,MapCenterer
,MapShader
,MapSubFolder
,MapWidget
,Marker
,MassKeyCommand
,Mat
,MatCargo
,MenuSeparator
,ModuleExtension
,ModulePlugin
,ModuleSubFolder
,MoveCameraButton
,MovementMarkable
,MultiActionButton
,MultiLocationCommand
,NonRectangular
,NotesWindow
,NumberScenarioProperty
,Obscurable
,PanelWidget
,PieceMover
,PieceRecenterer
,PieceSlot
,PieceWindow
,Pivot
,PlaceMarker
,PlayerHand
,PlayerRoster
,PlaySound
,Plugin
,PredefinedSetup
,PrivateMap
,PropertySheet
,PrototypeDefinition
,PrototypeFolder
,PrototypesContainer
,RandomTextButton
,Region
,RegionGrid
,RegularGridNumbering
,Replace
,ReportState
,RestrictCommands
,Restricted
,ReturnToDeck
,ScenarioPropertiesOptionTab
,ScriptContainer
,Scroller
,SelectionHighlighter
,SelectionHighlighters
,SendToLocation
,SetGlobalProperty
,SetPieceProperty
,SetupStack
,ShapeItem
,ShapeItemInstance
,SpecialDiceButton
,SpecialDie
,SpecialDieFace
,SquareGrid
,SquareGridNumbering
,Stack
,StackMetrics
,StartupGlobalKeyCommand
,StringPreference
,StringScenarioProperty
,SubMenu
,SymbolItem
,SymbolItemInstance
,TableInfo
,TabWidget
,TextBoxItem
,TextBoxItemInstance
,TextItem
,TextItemInstance
,TextPreference
,TextSaver
,ToolbarMenu
,TranslatableMarker
,TranslatableMessage
,Translate
,Translation
,TriggerAction
,TurnComponent
,TurnGlobalHotkey
,TurnLevel
,TurnTracker
,Tutorial
,UsePrototype
,VassalTranslation
,Widget
,WidgetMap
,Zone
,ZonedGrid
,ZonedGridHighlighter
,ZoneHighlight
,ZoneProperty
,Zoomer
public interface ImageSearchTarget
An interface for "things that contain images" to ship off convenient packages of filename.
Used for finding what images can be removed from a module. Also will probably get added to search functions.
Implemented by
AbstractBuildable
(for most module components)-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds all images used by this component AND any children to the collectionvoid
Implementing classes should add the names of any image files they use to the collection.
-
Method Details
-
getAllImageNames
-
addImageNamesRecursively
Adds all images used by this component AND any children to the collection- Parameters:
s
- Collection to add image names to
-
getLocalImageNames
-
addLocalImageNames
Implementing classes should add the names of any image files they use to the collection.- Parameters:
s
- Collection to add image names to
-