public static interface ExternalActionManager.IActiveChecker
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActive(String commandId)
Checks whether the command with the given identifier should be
considered active.
|
boolean isActive(String commandId)
commandId - The identifier for the command; must not be
nulltrue if the command is active;
false otherwise.
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.