Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.dataSource.client
Class QueryUndoableEdit

java.lang.Object
  |
  +--javax.swing.undo.AbstractUndoableEdit
        |
        +--oracle.dss.dataSource.client.QueryUndoableEdit
All Implemented Interfaces:
java.io.Serializable, javax.swing.undo.UndoableEdit

public class QueryUndoableEdit
extends javax.swing.undo.AbstractUndoableEdit

Implementation of Swing UndoableEdit for Query

See Also:
Serialized Form

Constructor Summary
QueryUndoableEdit(QueryEdit qe)
          Constructor

 

Method Summary
 java.lang.String getPresentationName()
          Retrieves the presentation name of this undoable edit
 void redo()
          Performs a redo of the edit's operation.
 void undo()
          Performs an undo of the edit's operation.

 

Methods inherited from class javax.swing.undo.AbstractUndoableEdit
addEdit, canRedo, canUndo, die, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

QueryUndoableEdit

public QueryUndoableEdit(QueryEdit qe)
Constructor
Parameters:
qe - The QueryEdit object to encapsulate.
Method Detail

getPresentationName

public java.lang.String getPresentationName()
Retrieves the presentation name of this undoable edit
Overrides:
getPresentationName in class javax.swing.undo.AbstractUndoableEdit
Returns:
The presentation name string.

undo

public void undo()
Performs an undo of the edit's operation.
Overrides:
undo in class javax.swing.undo.AbstractUndoableEdit

redo

public void redo()
Performs a redo of the edit's operation.
Overrides:
redo in class javax.swing.undo.AbstractUndoableEdit

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.