jp.sourceforge.sqs_xml.swing
クラス IconTitledBorder

java.lang.Object
  拡張javax.swing.border.AbstractBorder
      拡張javax.swing.border.TitledBorder
          拡張jp.sourceforge.sqs_xml.swing.CompTitledBorder
              拡張jp.sourceforge.sqs_xml.swing.IconTitledBorder
すべての実装インタフェース:
javax.swing.border.Border, java.io.Serializable

public class IconTitledBorder
extends CompTitledBorder

作成者:
hiroya
関連項目:
直列化された形式

フィールドの概要
 
クラス jp.sourceforge.sqs_xml.swing.CompTitledBorder から継承したフィールド
component
 
クラス 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
 
コンストラクタの概要
IconTitledBorder(javax.swing.Icon icon, java.lang.String title)
           
IconTitledBorder(javax.swing.Icon icon, java.lang.String title, javax.swing.border.Border border)
           
 
クラス jp.sourceforge.sqs_xml.swing.CompTitledBorder から継承したメソッド
getBorderInsets, getComponentRect, getTitleComponent, paintBorder, setTitleComponent
 
クラス javax.swing.border.TitledBorder から継承したメソッド
getBorder, getBorderInsets, getFont, getMinimumSize, getTitle, getTitleColor, getTitleFont, getTitleJustification, getTitlePosition, isBorderOpaque, setBorder, setTitle, setTitleColor, setTitleFont, setTitleJustification, setTitlePosition
 
クラス javax.swing.border.AbstractBorder から継承したメソッド
getInteriorRectangle, getInteriorRectangle
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

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)