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, TRAILING
Fields 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 String
getBorderText
(Border border) protected boolean
isTitledBorder
(Border border) void
localeChanged
(Locale newLocale) void
void
void
setUntranslatedTitleText
(String untranslatedTitleText) protected void
Methods inherited from class javax.swing.border.TitledBorder
getBaseline, getBaselineResizeBehavior, getBorder, getBorderInsets, getFont, getMinimumSize, getTitle, getTitleColor, getTitleFont, getTitleJustification, getTitlePosition, isBorderOpaque, paintBorder, setTitleColor, setTitleFont, setTitleJustification, setTitlePosition
Methods 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:
setBorder
in classTitledBorder
-
updateTitle
protected void updateTitle() -
setTitle
- Overrides:
setTitle
in classTitledBorder
-
localeChanged
- Specified by:
localeChanged
in interfaceLocaleListener
-
getUntranslatedTitleText
-
setUntranslatedTitleText
-