java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.DesktopIconUI
javax.swing.plaf.basic.BasicDesktopIconUI
- 直系の既知のサブクラス:
MetalDesktopIconUI
,SynthDesktopIconUI
public class BasicDesktopIconUI extends DesktopIconUI
デスクトップ上の最小化されたウィンドウの基本L&Fです。
-
ネストされたクラスのサマリー
-
フィールドのサマリー
修飾子と型フィールド説明protected JInternalFrame.JDesktopIcon
JInternalFrame.JDesktopIcon
のインスタンス。protected JInternalFrame
JInternalFrame
のインスタンス。protected JComponent
デスクトップ・アイコンで使用されるタイトル・ペインのコンポーネントです。 -
コンストラクタのサマリー
-
メソッドのサマリー
修飾子と型メソッド説明protected MouseInputListener
MouseInputListener
の新しいインスタンスを返します。static ComponentUI
BasicDesktopIconUI
の新しいインスタンスを構築します。void
内部フレームのアイコン化を解除します。イン・セットを返します。デスクトップ・アイコンはサイズ変更できません。protected void
コンポーネントを登録します。protected void
デフォルトのプロパティをインストールします。protected void
リスナーを登録します。protected void
コンポーネントの登録を解除します。protected void
既定のプロパティをアンインストールします。protected void
リスナーを登録解除します。クラス javax.swing.plaf.ComponentUIで宣言されたメソッド
contains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update
-
フィールド詳細
-
desktopIcon
protected JInternalFrame.JDesktopIcon desktopIconJInternalFrame.JDesktopIcon
のインスタンス。 -
frame
protected JInternalFrame frameJInternalFrame
のインスタンス。 -
iconPane
protected JComponent iconPaneデスクトップ・アイコンで使用されるタイトル・ペインのコンポーネントです。- 導入されたバージョン:
- 1.5
-
-
コンストラクタの詳細
-
BasicDesktopIconUI
public BasicDesktopIconUI()BasicDesktopIconUI
の新しいインスタンスを構築します。
-
-
メソッドの詳細
-
createUI
public static ComponentUI createUI(JComponent c) BasicDesktopIconUI
の新しいインスタンスを構築します。- パラメータ:
c
- コンポーネント- 戻り値:
BasicDesktopIconUI
の新しいインスタンス
-
installComponents
protected void installComponents()コンポーネントを登録します。 -
uninstallComponents
protected void uninstallComponents()コンポーネントの登録を解除します。 -
installListeners
protected void installListeners()リスナーを登録します。 -
uninstallListeners
protected void uninstallListeners()リスナーを登録解除します。 -
installDefaults
protected void installDefaults()デフォルトのプロパティをインストールします。 -
uninstallDefaults
protected void uninstallDefaults()既定のプロパティをアンインストールします。 -
createMouseInputListener
protected MouseInputListener createMouseInputListener()MouseInputListener
の新しいインスタンスを返します。- 戻り値:
MouseInputListener
の新しいインスタンス
-
getMaximumSize
public Dimension getMaximumSize(JComponent c) デスクトップ・アイコンはサイズ変更できません。 このため、常にデスクトップ・アイコンの最小サイズを返します。- オーバーライド:
getMaximumSize
、クラスComponentUI
- パラメータ:
c
- 最大サイズが照会されるコンポーネント。この引数は通常無視されるが、UIオブジェクトがステートレスで、複数のコンポーネントで共有されている場合は使用されることがある- 戻り値:
Dimension
オブジェクトまたはnull
- 関連項目:
-
getInsets
public Insets getInsets(JComponent c) イン・セットを返します。- パラメータ:
c
- コンポーネント- 戻り値:
- インセット
-
deiconize
public void deiconize()内部フレームのアイコン化を解除します。
-