Uses of Class
javax.swing.LookAndFeel
-
Packages that use LookAndFeel 软件包 描述 javax.swing 提供一组“轻量级”(全Java语言)组件,这些组件在所有平台上尽可能地工作。javax.swing.plaf.basic 提供根据Basic外观构建的用户界面对象。javax.swing.plaf.metal 提供根据Java外观(曾代号为 Metal )构建的用户界面对象,这是默认的外观。javax.swing.plaf.multi 提供组合两种或多种外观的用户界面对象。javax.swing.plaf.nimbus 提供根据跨平台Nimbus外观构建的用户界面对象。javax.swing.plaf.synth Synth是一种可换肤的外观和感觉,其中所有的绘画都被委派。 -
-
Uses of LookAndFeel in javax.swing
Methods in javax.swing that return LookAndFeel 变量和类型 方法 描述 static LookAndFeelUIManager. createLookAndFeel(String name)创建由给定的L&F name名称指定的受支持的内置JavaLookAndFeel。static LookAndFeel[]UIManager. getAuxiliaryLookAndFeels()返回辅助外观列表(可以是null)。static LookAndFeelUIManager. getLookAndFeel()返回当前外观或null。Methods in javax.swing with parameters of type LookAndFeel 变量和类型 方法 描述 static voidUIManager. addAuxiliaryLookAndFeel(LookAndFeel laf)将LookAndFeel添加到辅助外观列表中。static booleanUIManager. removeAuxiliaryLookAndFeel(LookAndFeel laf)从辅助外观列表中删除LookAndFeel。static voidUIManager. setLookAndFeel(LookAndFeel newLookAndFeel)将当前外观设置为newLookAndFeel。 -
Uses of LookAndFeel in javax.swing.plaf.basic
Subclasses of LookAndFeel in javax.swing.plaf.basic 变量和类型 类 描述 classBasicLookAndFeel用于为Swing创建外观的基类。 -
Uses of LookAndFeel in javax.swing.plaf.metal
Subclasses of LookAndFeel in javax.swing.plaf.metal 变量和类型 类 描述 classMetalLookAndFeelJava Look and Feel,也称为Metal。 -
Uses of LookAndFeel in javax.swing.plaf.multi
Subclasses of LookAndFeel in javax.swing.plaf.multi 变量和类型 类 描述 classMultiLookAndFeel多路复用外观,允许多个UI同时与组件关联。 -
Uses of LookAndFeel in javax.swing.plaf.nimbus
Subclasses of LookAndFeel in javax.swing.plaf.nimbus 变量和类型 类 描述 classNimbusLookAndFeelNimbusLookAndFeel类。 -
Uses of LookAndFeel in javax.swing.plaf.synth
Subclasses of LookAndFeel in javax.swing.plaf.synth 变量和类型 类 描述 classSynthLookAndFeelSynthLookAndFeel提供了创建自定义外观的基础。
-