モジュール java.desktop
パッケージ javax.swing.plaf.basic

クラスBasicBorders


  • public class BasicBorders
    extends Object
    基本L&Fに適したBorderを提供できるファクトリ・オブジェクトです。
    • コンストラクタの詳細

      • BasicBorders

        public BasicBorders()
    • メソッドの詳細

      • getButtonBorder

        public static Border getButtonBorder()
        JButtonのボーダー・インスタンスを返します。
        戻り値:
        JButtonの枠線インスタンス
      • getRadioButtonBorder

        public static Border getRadioButtonBorder()
        JRadioButtonのボーダー・インスタンスを返します。
        戻り値:
        JRadioButtonの枠線インスタンス
      • getToggleButtonBorder

        public static Border getToggleButtonBorder()
        JToggleButtonのボーダー・インスタンスを返します。
        戻り値:
        JToggleButtonの枠線インスタンス
      • getMenuBarBorder

        public static Border getMenuBarBorder()
        JMenuBarのボーダー・インスタンスを返します。
        戻り値:
        JMenuBarの枠線インスタンス
      • getSplitPaneBorder

        public static Border getSplitPaneBorder()
        JSplitPaneのボーダー・インスタンスを返します。
        戻り値:
        JSplitPaneの枠線インスタンス
      • getSplitPaneDividerBorder

        public static Border getSplitPaneDividerBorder()
        JSplitPaneディバイダのボーダー・インスタンスを返します。
        戻り値:
        JSplitPaneディバイダの枠線インスタンス
        導入されたバージョン:
        1.3
      • getTextFieldBorder

        public static Border getTextFieldBorder()
        JTextFieldのボーダー・インスタンスを返します。
        戻り値:
        JTextFieldの枠線インスタンス
      • getProgressBarBorder

        public static Border getProgressBarBorder()
        JProgressBarのボーダー・インスタンスを返します。
        戻り値:
        JProgressBarの枠線インスタンス
      • getInternalFrameBorder

        public static Border getInternalFrameBorder()
        JInternalFrameのボーダー・インスタンスを返します。
        戻り値:
        JInternalFrameの枠線インスタンス