protected class JarTreeDialog.SelectionEdit
extends javax.swing.undo.AbstractUndoableEdit
| Constructor and Description |
|---|
JarTreeDialog.SelectionEdit(javax.swing.tree.TreePath[] undoPaths,
int undoRow,
javax.swing.tree.TreePath[] redoPaths,
int redoRow) |
JarTreeDialog.SelectionEdit(javax.swing.tree.TreePath[] undoPaths,
javax.swing.tree.TreePath[] redoPaths) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPresentationName() |
void |
redo() |
void |
undo() |
public JarTreeDialog.SelectionEdit(javax.swing.tree.TreePath[] undoPaths,
javax.swing.tree.TreePath[] redoPaths)
public JarTreeDialog.SelectionEdit(javax.swing.tree.TreePath[] undoPaths,
int undoRow,
javax.swing.tree.TreePath[] redoPaths,
int redoRow)
public void undo()
throws javax.swing.undo.CannotUndoException
undo in interface javax.swing.undo.UndoableEditundo in class javax.swing.undo.AbstractUndoableEditjavax.swing.undo.CannotUndoExceptionpublic void redo()
throws javax.swing.undo.CannotUndoException
redo in interface javax.swing.undo.UndoableEditredo in class javax.swing.undo.AbstractUndoableEditjavax.swing.undo.CannotUndoExceptionpublic java.lang.String getPresentationName()
getPresentationName in interface javax.swing.undo.UndoableEditgetPresentationName in class javax.swing.undo.AbstractUndoableEdit