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

クラスBasicBorders

java.lang.Object
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 dividerのボーダー・インスタンス
      導入されたバージョン:
      1.3
    • getTextFieldBorder

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

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

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