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