|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface represents a candidate command. A candidate command is a command that can be run in a command subsystem. The command subsystem api, getCandidateCommands(), returns a list of candidate commands. The primary use of candidate commands is for command line content assist. Implement this interface to provide unique command candidates for a particular command subsystem.
| Method Summary | |
String |
getDescription()
Gets the description for a candidate command. |
ImageDescriptor |
getImageDescriptor()
Gets the image descriptor to display for a candidate command |
String |
getName()
Gets the name of the candidate command |
String |
getPath()
Gets the path for a candidate command |
String |
getType()
Gets the type of the candidate command. |
| Method Detail |
public String getName()
public String getType()
public String getDescription()
public ImageDescriptor getImageDescriptor()
public String getPath()
|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||