Uses of Class
javax.swing.plaf.DesktopIconUI
-
Packages that use DesktopIconUI 软件包 描述 javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。javax.swing.plaf.basic 提供根据“基本”外观构建的用户界面对象。javax.swing.plaf.metal 提供根据Java外观构建的用户界面对象(一旦代号为 Metal ),这是默认的外观和感觉。javax.swing.plaf.multi 提供组合两种或多种外观和感觉的用户界面对象。javax.swing.plaf.synth 合成是一种可以让所有绘画委托的外观和感觉。 -
-
Uses of DesktopIconUI in javax.swing
Methods in javax.swing that return DesktopIconUI Modifier and Type 方法 描述 DesktopIconUIJInternalFrame.JDesktopIcon. getUI()返回渲染此组件的外观和对象。Methods in javax.swing with parameters of type DesktopIconUI Modifier and Type 方法 描述 voidJInternalFrame.JDesktopIcon. setUI(DesktopIconUI ui)设置渲染此组件的外观和对象。 -
Uses of DesktopIconUI in javax.swing.plaf.basic
Subclasses of DesktopIconUI in javax.swing.plaf.basic Modifier and Type Class 描述 classBasicDesktopIconUI桌面上最小化窗口的基本L&F。 -
Uses of DesktopIconUI in javax.swing.plaf.metal
Subclasses of DesktopIconUI in javax.swing.plaf.metal Modifier and Type Class 描述 classMetalDesktopIconUI金属桌面图标。 -
Uses of DesktopIconUI in javax.swing.plaf.multi
Subclasses of DesktopIconUI in javax.swing.plaf.multi Modifier and Type Class 描述 classMultiDesktopIconUI用于组合DesktopIconUI的复用UI。 -
Uses of DesktopIconUI in javax.swing.plaf.synth
Subclasses of DesktopIconUI in javax.swing.plaf.synth Modifier and Type Class 描述 classSynthDesktopIconUI为桌面上最小化的内部框架提供Synth L&F UI代理。
-