Uses of Class
javax.swing.plaf.DesktopPaneUI
-
Packages that use DesktopPaneUI 软件包 描述 javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。javax.swing.plaf.basic 提供根据“基本”外观构建的用户界面对象。javax.swing.plaf.multi 提供组合两种或多种外观和感觉的用户界面对象。javax.swing.plaf.synth 合成是一种可以让所有绘画委托的外观和感觉。 -
-
Uses of DesktopPaneUI in javax.swing
Methods in javax.swing that return DesktopPaneUI Modifier and Type 方法 描述 DesktopPaneUI
JDesktopPane. getUI()
返回渲染此组件的L&F对象。Methods in javax.swing with parameters of type DesktopPaneUI Modifier and Type 方法 描述 void
JDesktopPane. setUI(DesktopPaneUI ui)
设置渲染此组件的L&F对象。 -
Uses of DesktopPaneUI in javax.swing.plaf.basic
Subclasses of DesktopPaneUI in javax.swing.plaf.basic Modifier and Type Class 描述 class
BasicDesktopPaneUI
台式机的基本L&F。 -
Uses of DesktopPaneUI in javax.swing.plaf.multi
Subclasses of DesktopPaneUI in javax.swing.plaf.multi Modifier and Type Class 描述 class
MultiDesktopPaneUI
用于组合DesktopPaneUI
的复用UI。 -
Uses of DesktopPaneUI in javax.swing.plaf.synth
Subclasses of DesktopPaneUI in javax.swing.plaf.synth Modifier and Type Class 描述 class
SynthDesktopPaneUI
为JDesktopPane
提供Synth L&F UI代表。
-