Class TranslatableTitledBorder
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.TitledBorder
com.inductiveautomation.factorypmi.application.components.border.TranslatableTitledBorder
- All Implemented Interfaces:
LocaleListener,Serializable,Border
- Direct Known Subclasses:
TranslatablePanelTitledBorder
Filename: TranslatableTitledBorder.java
Created on Sep 26, 2014
Author: Kathy Applebaum
Copyright Inductive Automation 2014
Project: Vision
- See Also:
-
Field Summary
Fields inherited from class javax.swing.border.TitledBorder
ABOVE_BOTTOM, ABOVE_TOP, BELOW_BOTTOM, BELOW_TOP, border, BOTTOM, CENTER, DEFAULT_JUSTIFICATION, DEFAULT_POSITION, EDGE_SPACING, LEADING, LEFT, RIGHT, TEXT_INSET_H, TEXT_SPACING, title, titleColor, titleFont, titleJustification, titlePosition, TOP, TRAILINGFields inherited from interface com.inductiveautomation.ignition.client.model.LocaleListener
LOCAL_CHANGE_EVENT -
Constructor Summary
ConstructorsConstructorDescriptionFor serialization onlyTranslatableTitledBorder(String title) TranslatableTitledBorder(Border border) TranslatableTitledBorder(Border border, String title) TranslatableTitledBorder(Border border, String title, int titleJustification, int titlePosition) TranslatableTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont) TranslatableTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetBorderText(Border border) protected booleanisTitledBorder(Border border) voidlocaleChanged(Locale newLocale) voidvoidvoidsetUntranslatedTitleText(String untranslatedTitleText) protected voidMethods inherited from class javax.swing.border.TitledBorder
getBaseline, getBaselineResizeBehavior, getBorder, getBorderInsets, getFont, getMinimumSize, getTitle, getTitleColor, getTitleFont, getTitleJustification, getTitlePosition, isBorderOpaque, paintBorder, setTitleColor, setTitleFont, setTitleJustification, setTitlePositionMethods inherited from class javax.swing.border.AbstractBorder
getBorderInsets, getInteriorRectangle, getInteriorRectangle
-
Constructor Details
-
TranslatableTitledBorder
public TranslatableTitledBorder()For serialization only -
TranslatableTitledBorder
-
TranslatableTitledBorder
-
TranslatableTitledBorder
-
TranslatableTitledBorder
-
TranslatableTitledBorder
-
TranslatableTitledBorder
-
-
Method Details
-
isTitledBorder
-
getBorderText
-
setBorder
- Overrides:
setBorderin classTitledBorder
-
updateTitle
protected void updateTitle() -
setTitle
- Overrides:
setTitlein classTitledBorder
-
localeChanged
- Specified by:
localeChangedin interfaceLocaleListener
-
getUntranslatedTitleText
-
setUntranslatedTitleText
-