org.openide.awt 7.31.1

org.openide.awt
Interface UndoRedo.Provider

Enclosing interface:
UndoRedo

public static interface UndoRedo.Provider

Components that provide UndoRedo shall announce that by implementing this provider interface. Both Edit/Undo and Edit/Redo actions seek this interface inside current selection (e.g. Utilities.actionsGlobalContext()). To control these actions make sure your implementation of this interface is exposed in instance representing current context.

Since:
7.25

Method Summary
 UndoRedo getUndoRedo()
          Getter for UndoRedo implementation associated with this provider.
 

Method Detail

getUndoRedo

UndoRedo getUndoRedo()
Getter for UndoRedo implementation associated with this provider.

Returns:
non-null implementation

org.openide.awt 7.31.1

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