org.openide.awt 7.31.1

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 NetBeans. 
 

Uses of UndoRedo in org.openide.awt
 

Classes in org.openide.awt that implement UndoRedo
static class UndoRedo.Empty
          Deprecated. Use NONE rather than instantiating this.
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.
 

Methods in org.openide.awt that return UndoRedo
 UndoRedo UndoRedo.Provider.getUndoRedo()
          Getter for UndoRedo implementation associated with this provider.
 


org.openide.awt 7.31.1

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