Uses of Class
javax.swing.plaf.metal.MetalTheme
-
Packages that use MetalTheme 软件包 描述 javax.swing.plaf.metal 提供根据Java外观(曾代号为 Metal )构建的用户界面对象,这是默认的外观。 -
-
Uses of MetalTheme in javax.swing.plaf.metal
Subclasses of MetalTheme in javax.swing.plaf.metal 变量和类型 类 描述 class
DefaultMetalTheme
MetalTheme
的具体实现,提供Java外观的原始外观,代号为“Steel”。class
OceanTheme
MetalLookAndFeel
的默认主题。Methods in javax.swing.plaf.metal that return MetalTheme 变量和类型 方法 描述 static MetalTheme
MetalLookAndFeel. getCurrentTheme()
返回MetalLookAndFeel
当前使用的主题。Methods in javax.swing.plaf.metal with parameters of type MetalTheme 变量和类型 方法 描述 static void
MetalLookAndFeel. setCurrentTheme(MetalTheme theme)
设置MetalLookAndFeel
使用的主题。
-