软件包 | 描述 |
---|---|
javax.swing.plaf.basic |
根据基本的外观和感觉提供内置的用户界面对象。
|
javax.swing.plaf.metal |
提供用户界面对象建立根据java的外观和感觉(一次代号为金属),它是默认的外观和感觉。
|
Modifier and Type | Field and Description |
---|---|
protected JToolBar |
BasicToolBarUI.toolBar |
protected JToolBar |
BasicToolBarUI.DockingListener.toolBar |
Modifier and Type | Method and Description |
---|---|
protected BasicToolBarUI.DragWindow |
BasicToolBarUI.createDragWindow(JToolBar toolbar) |
protected JFrame |
BasicToolBarUI.createFloatingFrame(JToolBar toolbar)
不再使用,使用basictoolbarui createfloatingwindow(jtoolbar)。
|
protected RootPaneContainer |
BasicToolBarUI.createFloatingWindow(JToolBar toolbar)
创建一个包含工具栏的窗口后,它已被从它的容器中拖出来
|
Constructor and Description |
---|
DockingListener(JToolBar t) |
Constructor and Description |
---|
MetalDockingListener(JToolBar t) |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.