net.sf.sqs_xml.swing
Class IconTitledBorder

java.lang.Object
  extended byjavax.swing.border.AbstractBorder
      extended byjavax.swing.border.TitledBorder
          extended bynet.sf.sqs_xml.swing.CompTitledBorder
              extended bynet.sf.sqs_xml.swing.IconTitledBorder
All Implemented Interfaces:
javax.swing.border.Border, java.io.Serializable

public class IconTitledBorder
extends CompTitledBorder

Author:
hiroya
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.sqs_xml.swing.CompTitledBorder
component
 
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
IconTitledBorder(javax.swing.Icon icon, java.lang.String title)
           
IconTitledBorder(javax.swing.Icon icon, java.lang.String title, javax.swing.border.Border border)
           
 
Methods inherited from class net.sf.sqs_xml.swing.CompTitledBorder
getBorderInsets, getComponentRect, getTitleComponent, paintBorder, setTitleComponent
 
Methods inherited from class javax.swing.border.TitledBorder
getBorder, getBorderInsets, getFont, getMinimumSize, getTitle, getTitleColor, getTitleFont, getTitleJustification, getTitlePosition, isBorderOpaque, 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

IconTitledBorder

public IconTitledBorder(javax.swing.Icon icon,
                        java.lang.String title)

IconTitledBorder

public IconTitledBorder(javax.swing.Icon icon,
                        java.lang.String title,
                        javax.swing.border.Border border)