クラスBasicBorders

java.lang.Object
javax.swing.plaf.basic.BasicBorders

public class BasicBorders extends Object
基本L&Fに適したBorderを提供できるファクトリ・オブジェクトです。
  • ネストされたクラスのサマリー

    ネストされたクラス
    修飾子と型
    クラス
    説明
    static class 
    ボタンの周りにボーダーを描画します。
    static class 
    フィールドの周囲にボーダーを描画します。
    static class 
    余白をサポートするコンポーネントの周囲のボーダーを描画します。
    static class 
    メニュー・バーの周りにボーダーを描画します。
    static class 
    ラジオ・ボタンの周囲にボーダーを描画します。
    static class 
    ロールオーバー・ツールバー・ボタンのための特別なthinボーダーです。
    static class 
    分割ペインの周囲にボーダーを描画します。
    static class 
    トグル・ボタンの周りにボーダーを描画します。
  • コンストラクタのサマリー

    コンストラクタ
    コンストラクタ
    説明
    BasicBordersを構築します。
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    static Border
    JButtonのボーダー・インスタンスを返します。
    static Border
    JInternalFrameのボーダー・インスタンスを返します。
    static Border
    JMenuBarのボーダー・インスタンスを返します。
    static Border
    JProgressBarのボーダー・インスタンスを返します。
    static Border
    JRadioButtonのボーダー・インスタンスを返します。
    static Border
    JSplitPaneのボーダー・インスタンスを返します。
    static Border
    JSplitPaneディバイダのボーダー・インスタンスを返します。
    static Border
    JTextFieldのボーダー・インスタンスを返します。
    static Border
    JToggleButtonのボーダー・インスタンスを返します。

    クラスオブジェクトで宣言されたメソッド

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    修飾子と型
    メソッド
    説明
    protected Object
    このオブジェクトのコピーを作成して、返します。
    boolean
    このオブジェクトと他のオブジェクトが等しいかどうかを示します。
    protected void
    削除予定のため非推奨: このAPI要素は、将来のバージョンで削除される可能性があります。
    最終決定は非推奨であり、将来のリリースで削除される可能性があります。
    final Class<?>
    このObjectの実行時クラスを返します。
    int
    このオブジェクトに対するハッシュ・コード値を返します。
    final void
    このオブジェクトのモニターで待機中のスレッドを1つ再開します。
    final void
    このオブジェクトのモニターで待機中のすべてのスレッドを再開します。
    オブジェクトの文字列表現を返します。
    final void
    現在のスレッドが目覚めるまで待機します。通常、notifiedまたはinterruptedです。
    final void
    wait(long timeoutMillis)
    現在のスレッドは、通常、notifiedまたはinterruptedであるか、一定のリアルタイムが経過するまで、目覚めるまで待機します。
    final void
    wait(long timeoutMillis, int nanos)
    現在のスレッドは、通常、notifiedまたはinterruptedであるか、一定のリアルタイムが経過するまで、目覚めるまで待機します。
  • コンストラクタの詳細

    • BasicBorders

      public BasicBorders()
      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のボーダー・インスタンス