| 
 | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjunkutil.gui.LzLookAndFeel
public class LzLookAndFeel
LookAndFeelの設定
| フィールドの概要 | |
|---|---|
| static java.lang.String | CLASSNAME_METAL | 
| static java.lang.String | CLASSNAME_MOTIF | 
| static java.lang.String | CLASSNAME_WINDOWS | 
| メソッドの概要 | |
|---|---|
| static boolean | isAvailableCrossPlatform()クラスプラットフォームLaFが使えるかテストする | 
| static boolean | isAvailableLookAndFeel(java.lang.String lafName)LaFが使えるかテストする | 
| static boolean | isAvailableMetal()メタルプラットフォームLaFが使えるかテストする | 
| static boolean | isAvailableMotif()モチーフプラットフォームLaFが使えるかテストする | 
| static boolean | isAvailableSystem()システムLaFが使えるかテストする | 
| static boolean | isAvailableWindows()WindowsプラットフォームLaFが使えるかテストする | 
| static void | setFont(java.awt.Font font)フォントを設定する | 
| static boolean | toCrossPlatform()クロスプラットフォームのLaFに変える | 
| static boolean | toMetal()メタルのLaFに変える | 
| static boolean | toMotif()モチーフのLaFに変える | 
| static boolean | toSystem()システムのLaFに変える | 
| static boolean | toWindows()WindowsのLaFに変える | 
| static void | update(java.awt.Component c)アップデート | 
| クラス java.lang.Object から継承されたメソッド | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| フィールドの詳細 | 
|---|
public static final java.lang.String CLASSNAME_METAL
public static final java.lang.String CLASSNAME_MOTIF
public static final java.lang.String CLASSNAME_WINDOWS
| メソッドの詳細 | 
|---|
public static boolean toSystem()
public static boolean toCrossPlatform()
public static boolean toMetal()
public static boolean toMotif()
public static boolean toWindows()
public static void update(java.awt.Component c)
c - public static boolean isAvailableSystem()
public static boolean isAvailableCrossPlatform()
public static boolean isAvailableMetal()
public static boolean isAvailableMotif()
public static boolean isAvailableWindows()
public static boolean isAvailableLookAndFeel(java.lang.String lafName)
lafName - 
public static void setFont(java.awt.Font font)
font - | 
 | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||