public interface AlternateUIInteraction
| Modifier and Type | Method and Description |
|---|---|
boolean |
doesSupportEditingOpeningFiles()
Determines if we can call editFile or openFile.
|
void |
editFile(File file,
int line) |
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 openedline - the line to go to. -1 if no line is specified.void editFile(File file, int line)
boolean doesSupportEditingOpeningFiles()
Copyright © 2013. All rights reserved