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

クラスMetalInternalFrameUI


public class MetalInternalFrameUI extends BasicInternalFrameUI
JInternalFrameのMetal実装です。
  • フィールド詳細

    • IS_PALETTE

      protected static String IS_PALETTE
      プロパティJInternalFrame.isPalette
  • コンストラクタの詳細

    • MetalInternalFrameUI

      public MetalInternalFrameUI(JInternalFrame b)
      新しいMetalInternalFrameUIインスタンスを構築します。
      パラメータ:
      b - 内部フレーム
  • メソッドの詳細

    • createUI

      public static ComponentUI createUI(JComponent c)
      新しいMetalInternalFrameUIインスタンスを構築します。
      パラメータ:
      c - コンポーネント
      戻り値:
      新しいMetalInternalFrameUIインスタンス
    • setPalette

      public void setPalette(boolean isPalette)
      isPalettetrueの場合、パレットのボーダーとタイトルを設定
      パラメータ:
      isPalette - true、パレットのボーダーとタイトルを設定する場合
    • createBorderListener

      protected MouseInputAdapter createBorderListener(JInternalFrame w)
      TitlePaneにインストールするMouseInputAdapterを返します。
      オーバーライド:
      createBorderListener、クラス: BasicInternalFrameUI
      パラメータ:
      w - JInternalFrame
      戻り値:
      TitlePaneにインストールされるMouseInputAdapter
      導入されたバージョン:
      1.6