|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.swing.undo.AbstractUndoableEdit
|
+--oracle.dss.dataSource.client.QueryUndoableEdit
Implementation of Swing UndoableEdit for Query
| 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 |
public QueryUndoableEdit(QueryEdit qe)
qe - The QueryEdit object to encapsulate.| Method Detail |
public java.lang.String getPresentationName()
getPresentationName in class javax.swing.undo.AbstractUndoableEditpublic void undo()
undo in class javax.swing.undo.AbstractUndoableEditpublic void redo()
redo in class javax.swing.undo.AbstractUndoableEdit
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||