Uses of Interface
org.openide.awt.UndoRedo

Packages that use UndoRedo
org.openide.awt A set of utility classes pertaining to the visual appearance of the IDE. 
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
 

Uses of UndoRedo in org.openide.awt
 

Classes in org.openide.awt that implement UndoRedo
static class UndoRedo.Empty
          Empty implementation that does not support any undoable edits.
static class UndoRedo.Manager
          An undo manager which fires a change event each time it consumes a new undoable edit.
 

Fields in org.openide.awt declared as UndoRedo
static UndoRedo UndoRedo.NONE
          Empty implementation that does not allow any undo or redo actions.
 

Uses of UndoRedo in org.openide.text
 

Methods in org.openide.text that return UndoRedo
 UndoRedo CloneableEditor.getUndoRedo()
          The undo/redo manager of the support.
 

Uses of UndoRedo in org.openide.windows
 

Methods in org.openide.windows that return UndoRedo
 UndoRedo TopComponent.getUndoRedo()
          Get the undo/redo support for this component.
 



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