站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

org.openide.awt (NetBeans UI Utilities API) - NetBeans API Javadoc 5.0.0

 

Package org.openide.awt

A set of utility classes pertaining to the visual appearance of the IDE.

See:
          Description

Interface Summary
Actions.SubMenuModel Interface for the creating Actions.SubMenu.
DynamicMenuContent Dynamic result of a Presenter.Menu or Presenter.Popup.
HtmlBrowser.Factory Implementation of BrowerFactory creates new instances of some Browser implementation.
HtmlRenderer.Renderer Interface aggregating table, tree, and list cell renderers.
SpinButtonListener Deprecated. Obsoleted by javax.swing.JSpinner in JDK 1.4
SplittedPanel.SplitChangeListener A listener interface for tracking split point changes
StatusLineElementProvider Provides a component which will be added at east side of the status line.
UndoRedo Undo and Redo manager for top components and workspace elements.
 

Class Summary
Actions Supporting class for manipulation with menu and toolbar presenters.
Actions.CheckboxMenuItem CheckboxMenuItem extends the java.awt.CheckboxMenuItem and adds a connection to boolean state actions.
Actions.MenuItem Extension of Swing menu item with connection to system actions.
Actions.SubMenu SubMenu provides easy way of displaying submenu items based on SubMenuModel.
Actions.ToolbarButton Component shown in toolbar, representing an action.
Actions.ToolbarToggleButton The Component for BooleeanState action that is to be shown in a toolbar.
EqualFlowLayout Deprecated. This class is a relic of NetBeans 2.0.
HtmlBrowser Object that provides viewer for HTML pages.
HtmlBrowser.Impl This interface represents an implementation of html browser used in HtmlBrowser.
HtmlBrowser.URLDisplayer A manager class which can display URLs in the proper way.
HtmlRenderer A lightweight HTML renderer supporting a minimal subset of HTML used for markup purposes only: basic font styles and some colors.
JInlineMenu Deprecated. since org.openide.awt 6.5 JInlineMenu is a simple implementation of DynamicMenuContent, it doesn't update when visible and doesn't handle the separators itself anymore.
JMenuPlus Deprecated. doesn't do anything special anymore - since org.openide.awt 6.5
JPopupMenuPlus Deprecated. - doesn't do anything special anymore.
JPopupMenuUtils A class that contains a set of utility classes and methods around displaying and positioning popup menus.
ListPane Deprecated. This class does nothing interesting which cannot be done in a more reliable, scalable way with a JTable.
Mnemonics Support class for setting button, menu, and label text strings with mnemonics.
MouseUtils A class that contains a set of utility classes and methods around mouse events and processing.
MouseUtils.PopupMouseAdapter The PopupMouseAdapter provides safe way to implement popup menu invocation mechanism.
SpinButton Deprecated. Obsoleted by javax.swing.JSpinner in JDK 1.4
SpinButtonAdapter Deprecated. Obsoleted by javax.swing.JSpinner in JDK 1.4
SplittedPanel Deprecated. This class does nothing interesting that cannot be done with a JSplitPane.
SplittedPanel.EmptySplitter Deprecated. This class does nothing interesting that cannot be done with a JSplitPane.
SplittedPanel.SplitChangeEvent Deprecated. This class does nothing interesting that cannot be done with a JSplitPane.
StatusDisplayer Permits control of a status line.
ToolbarButton Deprecated. This class was a workaround for JDK 1.2 era Windows Look and feel issues.
ToolbarToggleButton Deprecated. This class was a workaround for JDK 1.2 era Windows Look and feel issues.
UndoRedo.Empty Deprecated. Use UndoRedo.NONE rather than instantiating this.
UndoRedo.Manager An undo manager which fires a change event each time it consumes a new undoable edit.
 

Package org.openide.awt Description

A set of utility classes pertaining to the visual appearance of the IDE.


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.