Package VASSAL.configure
Interface ConfigurerFactory
- All Known Subinterfaces:
TranslatableConfigurerFactory
- All Known Implementing Classes:
BasicPreference.NoteConfig
,BrowserHelpFile.ContentsConfig
,ChangePropertyButton.PropChangerOptions
,ChangePropertyButton.ReportFormatConfig
,ChartWindow.IconConfig
,CounterDetailViewer.CounterFormatConfig
,CounterDetailViewer.EmptyFormatConfig
,CounterDetailViewer.ReportFormatConfig
,DeckGlobalKeyCommand.DeckPolicyConfig2
,DiceButton.IconConfig
,DiceButton.ReportFormatConfig
,DoActionButton.HotkeyConfig
,DoActionButton.IconConfig
,DoActionButton.LoopConfig
,DoActionButton.LoopCountConfig
,DoActionButton.ReportFormatConfig
,DoActionButton.SoundConfig
,DrawPile.FormattedStringConfig
,DrawPile.PiecePropertyConfig
,FontStyle.FontStyleConfig
,GamePieceImage.BgColorSwatchConfig
,GamePieceImage.BorderColorSwatchConfig
,GamePieceImage.DefnConfig
,GamePieceLayout.LayoutConfig
,GlobalMap.IconConfig
,GlobalOptions.PlayerIdFormatConfig
,HidePiecesButton.HiddenIconConfig
,HidePiecesButton.ShowingIconConfig
,ImageSaver.IconConfig
,InternetDiceButton.InternetReportFormatConfig
,Inventory.IconConfig
,Inventory.PieceFormatConfig
,Inventory.SortConfig
,Item.IconConfig
,LOS_Thread.IconConfig
,LOS_Thread.ReportFormatConfig
,Map.ChangeFormatConfig
,Map.CreateFormatConfig
,Map.IconConfig
,Map.MoveToFormatConfig
,Map.MoveWithinFormatConfig
,Map.UnmovedIconConfig
,MapShader.IconConfig
,MassKeyCommand.DeckPolicyConfig
,MassKeyCommand.IconConfig
,MassKeyCommand.ReportFormatConfig
,NotesWindow.IconConfig
,PieceRecenterer.IconConfig
,PieceWindow.IconConfig
,RegularGridNumbering.LocationFormatConfig
,SelectionHighlighter.IconConfig
,ShapeItemInstance.BorderColorSwatchConfig
,ShapeItemInstance.FgColorSwatchConfig
,SpecialDiceButton.IconConfig
,SpecialDiceButton.ReportFormatConfig
,SpecialDie.ResultFormatConfig
,SpecialDieFace.IconConfig
,SymbolItemInstance.BgColorSwatchConfig
,SymbolItemInstance.FgColorSwatchConfig
,SymbolItemInstance.SizeColorSwatchConfig
,SymbolItemInstance.SizeConfig
,SymbolItemInstance.Symbol1Config
,SymbolItemInstance.Symbol2Config
,TextBoxItemInstance.BgColorSwatchConfig
,TextBoxItemInstance.FgColorSwatchConfig
,TextBoxItemInstance.WrappingTextConfigurer
,TextConfigurer
,TextItem.FontStyleConfig
,TextItem.NameFormatConfig
,TextItemInstance.BgColorSwatchConfig
,TextItemInstance.FgColorSwatchConfig
,TextItemInstance.OutlineColorSwatchConfig
,TextSaver.IconConfig
,Translation.LocalePrompt
,TurnGlobalHotkey.ReportFormatConfig
,TurnLevel.TurnFormatConfig
,TurnTracker.IconConfig
,TurnTracker.ReportFormatConfig
,TurnTracker.TurnFormatConfig
,Zone.LocationFormatConfig
,Zone.ShapeEditor
,ZoneHighlight.OpacityConfig
,Zoomer.InIconConfig
,Zoomer.LevelConfig
,Zoomer.OutIconConfig
,Zoomer.PickIconConfig
public interface ConfigurerFactory
General purpose type for defining property-sheet editors.
Classes that implement
AutoConfigurable
can return a class that implements
this interface as one of the classes returned in AutoConfigurable.getAttributeTypes()
Implementing classes should have a no-arg constructor.- See Also:
AutoConfigurer
,AutoConfigurable
-
Method Summary
Modifier and Type Method Description Configurer
getConfigurer(AutoConfigurable c, String key, String name)
-
Method Details
-
getConfigurer
-