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 变量和类型 方法 描述 static UIManager.LookAndFeelInfo[]UIManager. getInstalledLookAndFeels()返回一个LookAndFeelInfo的数组,表示当前可用的LookAndFeel实现。Methods in javax.swing with parameters of type UIManager.LookAndFeelInfo 变量和类型 方法 描述 static voidUIManager. installLookAndFeel(UIManager.LookAndFeelInfo info)将指定的外观添加到可用外观集中。static voidUIManager. setInstalledLookAndFeels(UIManager.LookAndFeelInfo[] infos)设置可用外观的集合。
-