Package | Description |
---|---|
com.dlsc.flexgantt.command |
Framework for creating and executing commands.
|
Modifier and Type | Method and Description |
---|---|
CommandStackEvent.ID |
CommandStackEvent.getId()
Returns an id, which specifies the type of event (command executed,
undone, redone).
|
static CommandStackEvent.ID |
CommandStackEvent.ID.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandStackEvent.ID[] |
CommandStackEvent.ID.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CommandStackEvent(ICommandStack stack,
ICommand command,
CommandStackEvent.ID id)
Creates a new command stack event.
|
CommandStackEvent(ICommandStack stack,
ICommand command,
CommandStackEvent.ID id,
Exception ex)
Creates a new command stack event.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.