public interface ICommandAccess
Modifier and Type | Field and Description |
---|---|
static String |
ASSIST_SUFFIX
Commands for quick assists must have this suffix.
|
static String |
COMMAND_ID_PREFIX
Correction commands starting with this prefix will be handled by the Java editor.
|
Modifier and Type | Method and Description |
---|---|
String |
getCommandId()
Returns the id of the command that should invoke this correction proposal.
|
static final String COMMAND_ID_PREFIX
static final String ASSIST_SUFFIX
String getCommandId()
null
if this proposal does not have a command.
This id must start with COMMAND_ID_PREFIX
to be recognized as a correction
command. In addition, the id must end with ASSIST_SUFFIX
to be recognized as
a quick assist command.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.