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 SummaryFields inherited from class javax.swing.border.TitledBorderABOVE_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.LocaleListenerLOCAL_CHANGE_EVENT
- 
Constructor SummaryConstructorsConstructorDescriptionFor 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 SummaryModifier and TypeMethodDescriptionprotected StringgetBorderText(Border border) protected booleanisTitledBorder(Border border) voidlocaleChanged(Locale newLocale) voidvoidvoidsetUntranslatedTitleText(String untranslatedTitleText) protected voidMethods inherited from class javax.swing.border.TitledBordergetBaseline, getBaselineResizeBehavior, getBorder, getBorderInsets, getFont, getMinimumSize, getTitle, getTitleColor, getTitleFont, getTitleJustification, getTitlePosition, isBorderOpaque, paintBorder, setTitleColor, setTitleFont, setTitleJustification, setTitlePositionMethods inherited from class javax.swing.border.AbstractBordergetBorderInsets, getInteriorRectangle, getInteriorRectangle
- 
Constructor Details- 
TranslatableTitledBorderpublic TranslatableTitledBorder()For serialization only
- 
TranslatableTitledBorder
- 
TranslatableTitledBorder
- 
TranslatableTitledBorder
- 
TranslatableTitledBorder
- 
TranslatableTitledBorder
- 
TranslatableTitledBorder
 
- 
- 
Method Details- 
isTitledBorder
- 
getBorderText
- 
setBorder- Overrides:
- setBorderin class- TitledBorder
 
- 
updateTitleprotected void updateTitle()
- 
setTitle- Overrides:
- setTitlein class- TitledBorder
 
- 
localeChanged- Specified by:
- localeChangedin interface- LocaleListener
 
- 
getUntranslatedTitleText
- 
setUntranslatedTitleText
 
-