VASSAL.configure
Interface ConfigurerFactory
- All Known Implementing Classes:
- ChartWindow.IconConfig, DiceButton.IconConfig, GlobalMap.IconConfig, HidePiecesButton.HiddenIconConfig, HidePiecesButton.ShowingIconConfig, Map.IconConfig, MassKeyCommand.IconConfig, PieceWindow.IconConfig, SymbolDiceButton.IconConfig
- 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
getConfigurer
public Configurer getConfigurer(AutoConfigurable c,
java.lang.String key,
java.lang.String name)