|
||||||||||
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 | +--gui.TTBorder
This class is simply to aid in create borders for the various interface componenets.
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 |
Constructor Summary | |
TTBorder(java.lang.String title)
This Constructor creates an etched border with a title. |
Method Summary | |
javax.swing.border.Border |
getBorder()
This method returns the border created in this class when it was the class was instantiated. |
static javax.swing.border.Border |
getBorder(java.lang.String title)
This method creates an returns an etched border with a title. |
Methods inherited from class javax.swing.border.TitledBorder |
getBorderInsets, getBorderInsets, getFont, getMinimumSize, getTitle, getTitleColor, getTitleFont, getTitleJustification, getTitlePosition, isBorderOpaque, paintBorder, setBorder, setTitle, setTitleColor, setTitleFont, setTitleJustification, setTitlePosition |
Methods inherited from class javax.swing.border.AbstractBorder |
getInteriorRectangle, getInteriorRectangle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TTBorder(java.lang.String title)
title
- The title to use in the border.Method Detail |
public static javax.swing.border.Border getBorder(java.lang.String title)
title
- The title to use in the border.
public javax.swing.border.Border getBorder()
getBorder
in class javax.swing.border.TitledBorder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |