|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--javax.swing.border.AbstractBorder
|
+--javax.swing.border.TitledBorder
|
+--planetj.gui.CMTitledBorderJ
Support for I18N
| Field Summary |
| Fields inherited from class javax.swing.border.TitledBorder |
ABOVE_BOTTOM, ABOVE_TOP, BELOW_BOTTOM, BELOW_TOP, BOTTOM, CENTER, DEFAULT_JUSTIFICATION, DEFAULT_POSITION, LEADING, LEFT, RIGHT, TOP, TRAILING |
| Constructor Summary | |
CMTitledBorderJ(Border border)
CMTitledBorderJ constructor comment. |
|
CMTitledBorderJ(Border border,
String title)
CMTitledBorderJ constructor comment. |
|
CMTitledBorderJ(Border border,
String title,
int titleJustification,
int titlePosition)
CMTitledBorderJ constructor comment. |
|
CMTitledBorderJ(Border border,
String title,
int titleJustification,
int titlePosition,
Font titleFont)
CMTitledBorderJ constructor comment. |
|
CMTitledBorderJ(Border border,
String title,
int titleJustification,
int titlePosition,
Font titleFont,
Color titleColor)
CMTitledBorderJ constructor comment. |
|
CMTitledBorderJ(String title)
CMTitledBorderJ constructor comment. |
|
| Method Summary | |
void |
setTitle(String title)
Sets the title of the titled border. |
| Methods inherited from class javax.swing.border.TitledBorder |
getBorder, getBorderInsets, getBorderInsets, getMinimumSize, getTitle, getTitleColor, getTitleFont, getTitleJustification, getTitlePosition, isBorderOpaque, paintBorder, setBorder, setTitleColor, setTitleFont, setTitleJustification, setTitlePosition |
| Methods inherited from class javax.swing.border.AbstractBorder |
getInteriorRectangle, getInteriorRectangle |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CMTitledBorderJ(String title)
title - java.lang.Stringpublic CMTitledBorderJ(Border border)
border - javax.swing.border.Border
public CMTitledBorderJ(Border border,
String title)
border - javax.swing.border.Bordertitle - java.lang.String
public CMTitledBorderJ(Border border,
String title,
int titleJustification,
int titlePosition)
border - javax.swing.border.Bordertitle - java.lang.StringtitleJustification - inttitlePosition - int
public CMTitledBorderJ(Border border,
String title,
int titleJustification,
int titlePosition,
Font titleFont)
border - javax.swing.border.Bordertitle - java.lang.StringtitleJustification - inttitlePosition - inttitleFont - java.awt.Font
public CMTitledBorderJ(Border border,
String title,
int titleJustification,
int titlePosition,
Font titleFont,
Color titleColor)
border - javax.swing.border.Bordertitle - java.lang.StringtitleJustification - inttitlePosition - inttitleFont - java.awt.FonttitleColor - java.awt.Color| Method Detail |
public void setTitle(String title)
setTitle in class TitledBorder
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||