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

org.openide.awt (NetBeans APIs) - NetBeans API Javadoc 4.1.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.
HtmlBrowser.Factory Implementation of BrowerFactory creates new instances of some Browser implementation.
HtmlRenderer.Renderer Interface aggregating TableCellRenderer, TreeCellRenderer and ListCellRenderer.
SpinButtonListener Deprecated. Obsoleted by javax.swing.JSpinner in JDK 1.4
SplittedPanel.SplitChangeListener A listener interface for tracking split point changes
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, colors, etc.
JInlineMenu Deprecated. JInlineMenu is resizing itself after being displayed, this behavior causes a lot of troubles for Swing/AWT on various platforms.
JMenuPlus A subclass of JMenu which provides workaround for pre-JDK 1.2.2 JMenu positioning problem.
JPopupMenuPlus A subclass of JPopupMenu which ensures that the popup menus do not stretch off the edges of the screen.
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 The EmptySplitter is an empty splitter component with specified width.
SplittedPanel.SplitChangeEvent An event that describes a split point change
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 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.