Uses of Package
org.openide.awt

Packages that use org.openide.awt
org.openide.awt A set of utility classes pertaining to the visual appearance of the IDE. 
org.openide.explorer.view The Explorer is really an abstraction that needs a view to actually display the nodes. 
org.openide.text The IDE is able to integrate multiple editors for different content types and mechanically access their content. 
org.openide.windows Most parts of the IDE do not manipulate windows directly, but use special top components
 

Classes in org.openide.awt used by org.openide.awt
Actions.SubMenuModel
          Interface for the creating Actions.SubMenu.
HtmlBrowser.Factory
          Implementation of BrowerFactory creates new instances of some Browser implementation.
HtmlBrowser.Impl
          This interface represents an implementation of html browser used in HtmlBrowser.
JMenuPlus
          A subclass of JMenu which provides workaround for pre-JDK 1.2.2 JMenu positioning problem.
SpinButtonListener
          Listener for SpinButton component.
SplittedPanel
          The SplittedPanel widget is a Panel that can contain one or two components and place them side-by-side vertically or horizontally with a splitter in the middle.
SplittedPanel.SplitChangeEvent
          An event that describes a split point change
SplittedPanel.SplitChangeListener
          A listener interface for tracking split point changes
Toolbar
          Toolbar provides a component which is useful for displaying commonly used actions.
Toolbar.DnDEvent
          DnDEvent is Toolbar's drag and drop event.
Toolbar.DnDListener
          DnDListener is Drag and Drop listener for Toolbar motion events.
ToolbarButton
          An implementation of a toolbar button.
ToolbarPool
          This class keeps track of the current toolbars and their names.
ToolbarToggleButton
          An implementation of a toggle toolbar button.
UndoRedo
          Undo and Redo manager for top components and workspace elements.
 

Classes in org.openide.awt used by org.openide.explorer.view
JMenuPlus
          A subclass of JMenu which provides workaround for pre-JDK 1.2.2 JMenu positioning problem.
 

Classes in org.openide.awt used by org.openide.text
UndoRedo
          Undo and Redo manager for top components and workspace elements.
UndoRedo.Manager
          An undo manager which fires a change event each time it consumes a new undoable edit.
 

Classes in org.openide.awt used by org.openide.windows
UndoRedo
          Undo and Redo manager for top components and workspace elements.
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.