Package VASSAL.i18n

Class ComponentI18nData

java.lang.Object
VASSAL.i18n.ComponentI18nData

public class ComponentI18nData extends Object
Object encapsulating the internationalization information for a component. The majority of translatable components subclass AbstractConfigurable, but some extend JFrame or JDialog and implement Configurable or AutoConfigurable. AbstractConfigurable components are almost completely handled within the AbstractConfigurable base class. AutoConfigurable/Configurable components must call a different constructor and supply additional information.
Author:
Brent Easton