Uses of Class
javax.swing.plaf.MenuBarUI
-
Packages that use MenuBarUI 软件包 描述 javax.swing 提供一套“轻量级”(全Java语言)组件,尽可能地在所有平台上工作。javax.swing.plaf.basic 提供根据“基本”外观构建的用户界面对象。javax.swing.plaf.metal 提供根据Java外观构建的用户界面对象(一旦代号为 Metal ),这是默认的外观和感觉。javax.swing.plaf.multi 提供组合两种或多种外观和感觉的用户界面对象。javax.swing.plaf.synth 合成是一种可以让所有绘画委托的外观和感觉。 -
-
Uses of MenuBarUI in javax.swing
Methods in javax.swing that return MenuBarUI Modifier and Type 方法 描述 MenuBarUI
JMenuBar. getUI()
返回菜单栏当前的UI。Methods in javax.swing with parameters of type MenuBarUI Modifier and Type 方法 描述 void
JMenuBar. setUI(MenuBarUI ui)
设置渲染此组件的L&F对象。 -
Uses of MenuBarUI in javax.swing.plaf.basic
Subclasses of MenuBarUI in javax.swing.plaf.basic Modifier and Type Class 描述 class
BasicMenuBarUI
MenuBarUI的默认L&F实现。 -
Uses of MenuBarUI in javax.swing.plaf.metal
Subclasses of MenuBarUI in javax.swing.plaf.metal Modifier and Type Class 描述 class
MetalMenuBarUI
金属执行MenuBarUI
。 -
Uses of MenuBarUI in javax.swing.plaf.multi
Subclasses of MenuBarUI in javax.swing.plaf.multi Modifier and Type Class 描述 class
MultiMenuBarUI
用于组合MenuBarUI
的复用UI。 -
Uses of MenuBarUI in javax.swing.plaf.synth
Subclasses of MenuBarUI in javax.swing.plaf.synth Modifier and Type Class 描述 class
SynthMenuBarUI
为JMenuBar
提供Synth L&F UI代表。
-