public class ExtClassPathEditor.ShiftEntriesCommand extends java.lang.Object implements Command
Constructor and Description |
---|
ShiftEntriesCommand(int minIdx,
int maxIdx,
int shift,
java.lang.String cmdName) |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Executes this command.
|
java.lang.String |
getName()
Gets the name associated with this command.
|
void |
undo()
Undoes the result of executing this command.
|
public ShiftEntriesCommand(int minIdx, int maxIdx, int shift, java.lang.String cmdName)