public interface AlternateUIInteractionVersion1
| Modifier and Type | Method and Description |
|---|---|
void |
aboutToExecuteCommand(String fullCommandLine)
Notification that a command is about to be executed.
|
boolean |
doesSupportEditingOpeningFiles()
Determines if we can call editFiles or openFile.
|
void |
editFile(File file,
int line)
This is called when we should open the specified file for editing.
|
void |
openFile(File file,
int line)
Notification that you should open the specified file and go to the specified line.
|
void openFile(File file, int line)
file - the file to editline - the line to go to. -1 if no line is specified.void editFile(File file, int line)
file - the file to openline - the line to go to. -1 if no line is specified.boolean doesSupportEditingOpeningFiles()
void aboutToExecuteCommand(String fullCommandLine)
fullCommandLine - the command that's about to be executed.Copyright © 2013. All rights reserved