| Modifier and Type | Method and Description |
|---|---|
void |
ObservablePath.onCopy(Command command) |
void |
ObservablePath.onDelete(Command command) |
void |
ObservablePath.onRename(Command command) |
void |
ObservablePath.onUpdate(Command command) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObservablePathImpl.onCopy(Command command) |
void |
ObservablePathImpl.onDelete(Command command) |
void |
ObservablePathImpl.onRename(Command command) |
void |
ObservablePathImpl.onUpdate(Command command) |
| Modifier and Type | Field and Description |
|---|---|
static Command |
Commands.DO_NOTHING
Has no effect when executed.
|
| Modifier and Type | Method and Description |
|---|---|
Command |
MenuItemCommand.getCommand() |
| Modifier and Type | Method and Description |
|---|---|
T |
MenuFactory.CommandMenu.respondsWith(Command command) |
| Modifier and Type | Method and Description |
|---|---|
MenuBuilderImpl |
MenuBuilderImpl.respondsWith(Command command) |
| Modifier and Type | Method and Description |
|---|---|
Command |
ToolBarItem.getCommand() |
| Modifier and Type | Method and Description |
|---|---|
Command |
DefaultToolBarItem.getCommand() |
| Constructor and Description |
|---|
DefaultToolBarItem(IconType iconType,
String tooltip,
Command command) |
DefaultToolBarItem(String url,
String tooltip,
Command command) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.