com.alee.managers.language.updaters
Class LanguageUpdaterSettings

java.lang.Object
  extended by com.alee.managers.language.updaters.LanguageUpdaterSettings

public class LanguageUpdaterSettings
extends java.lang.Object

Default settings for various standard language updaters.

Author:
Mikle Garin

Field Summary
static boolean useTabComponentNames
          This is JTabbedPaneLU settings.
 
Constructor Summary
LanguageUpdaterSettings()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

useTabComponentNames

public static boolean useTabComponentNames
This is JTabbedPaneLU settings. Whether should use tab component name to determine tab translation key or not.

Constructor Detail

LanguageUpdaterSettings

public LanguageUpdaterSettings()