Uses of Class
javax.swing.UIManager.LookAndFeelInfo
-
Packages that use UIManager.LookAndFeelInfo 软件包 描述 javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。 -
-
Uses of UIManager.LookAndFeelInfo in javax.swing
Methods in javax.swing that return UIManager.LookAndFeelInfo Modifier and Type 方法 描述 static UIManager.LookAndFeelInfo[]
UIManager. getInstalledLookAndFeels()
返回一个LookAndFeelInfo
s的数组,代表当前可用的LookAndFeel
实现。Methods in javax.swing with parameters of type UIManager.LookAndFeelInfo Modifier and Type 方法 描述 static void
UIManager. installLookAndFeel(UIManager.LookAndFeelInfo info)
添加指定的外观和感觉的一套可用的外观和感觉。static void
UIManager. setInstalledLookAndFeels(UIManager.LookAndFeelInfo[] infos)
设置一组可用的外观和感觉。
-