|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UndoAction | |
|---|---|
| org.acm.seguin.ide.jedit | |
| org.acm.seguin.ide.jedit.action | Creating custom actions. |
| org.acm.seguin.refactor | Responsible for storing the software that performs the refactorings. |
| org.acm.seguin.refactor.undo | The undo package is responsible for being able to undo the refactoring operations. |
| Uses of UndoAction in org.acm.seguin.ide.jedit |
|---|
| Methods in org.acm.seguin.ide.jedit with parameters of type UndoAction | |
|---|---|
void |
JEditComplexTransform.setUndoAction(UndoAction init)
Sets the undoAction attribute of the JEditComplexTransform object |
| Uses of UndoAction in org.acm.seguin.ide.jedit.action |
|---|
| Classes in org.acm.seguin.ide.jedit.action that implement UndoAction | |
|---|---|
class |
JEditUndoAction
Stores the undo operation. |
| Uses of UndoAction in org.acm.seguin.refactor |
|---|
| Methods in org.acm.seguin.refactor with parameters of type UndoAction | |
|---|---|
void |
ComplexTransform.setUndoAction(UndoAction init)
|
void |
DefaultComplexTransform.setUndoAction(UndoAction init)
|
| Uses of UndoAction in org.acm.seguin.refactor.undo |
|---|
| Classes in org.acm.seguin.refactor.undo that implement UndoAction | |
|---|---|
class |
DefaultUndoAction
Stores the undo operation. |
| Methods in org.acm.seguin.refactor.undo that return UndoAction | |
|---|---|
UndoAction |
UndoStack.add(Refactoring ref)
Adds a refactoring to the undo stack. |
UndoAction |
UndoStack.peek()
Return the top option without removing it from the stack |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||