com.isti.util.gui
Class TimeRangeTitledBorder

java.lang.Object
  extended by javax.swing.border.AbstractBorder
      extended by javax.swing.border.TitledBorder
          extended by com.isti.util.gui.TimeRangeTitledBorder
All Implemented Interfaces:
java.io.Serializable, javax.swing.border.Border

 class TimeRangeTitledBorder
extends javax.swing.border.TitledBorder

Time Range Titled Border.


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
TimeRangeTitledBorder(javax.swing.border.Border border, java.lang.String title, int titleJustification, int titlePosition, java.awt.Font titleFont, java.awt.Color titleColor)
          Constructs a Time Range Titled Border.
TimeRangeTitledBorder(java.lang.String title)
          Constructs a Time Range Titled Border.
 
Method Summary
 
Methods inherited from class javax.swing.border.TitledBorder
getBaseline, getBaselineResizeBehavior, getBorder, 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

TimeRangeTitledBorder

TimeRangeTitledBorder(javax.swing.border.Border border,
                      java.lang.String title,
                      int titleJustification,
                      int titlePosition,
                      java.awt.Font titleFont,
                      java.awt.Color titleColor)
Constructs a Time Range Titled Border.

Parameters:
border - the border
title - the title the border should display
titleJustification - the justification for the title
titlePosition - the position for the title
titleFont - the font of the title
titleColor - the color of the title

TimeRangeTitledBorder

TimeRangeTitledBorder(java.lang.String title)
Constructs a Time Range Titled Border.

Parameters:
title - the title the border should display