C
- component typepublic abstract class AbstractToolTipLanguage<C extends JComponent> extends Object implements LanguageUpdater<C>
LanguageUpdater
s.
These might not be used directly, but ToolTipLU
would still use them.LanguageManager
Modifier and Type | Field and Description |
---|---|
protected static String |
defaultToolTipType
Default type for tooltips generated by
AbstractToolTipLanguage implementations. |
Constructor and Description |
---|
AbstractToolTipLanguage() |
Modifier and Type | Method and Description |
---|---|
static String |
getDefaultToolTipType()
Returns default type for tooltips generated by
AbstractToolTipLanguage implementations. |
static void |
setDefaultToolTipType(String type)
Sets default type for tooltips generated by
AbstractToolTipLanguage implementations. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getComponentClass, update
protected static String defaultToolTipType
AbstractToolTipLanguage
implementations.public static String getDefaultToolTipType()
AbstractToolTipLanguage
implementations.AbstractToolTipLanguage
implementationspublic static void setDefaultToolTipType(String type)
AbstractToolTipLanguage
implementations.type
- default type for tooltips generated by AbstractToolTipLanguage
implementationsCopyright © 2020. All rights reserved.