public class AlternateUIInteractionVersionWrapper extends Object implements AlternateUIInteraction
| Constructor and Description |
|---|
AlternateUIInteractionVersionWrapper(AlternateUIInteractionVersion1 alternateUIInteractionVersion1,
SettingsNode settings) |
| Modifier and Type | Method and Description |
|---|---|
void |
aboutToExecuteCommand(String fullCommandLine) |
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.
|
public AlternateUIInteractionVersionWrapper(AlternateUIInteractionVersion1 alternateUIInteractionVersion1, SettingsNode settings)
public void openFile(File file, int line)
AlternateUIInteractionopenFile in interface AlternateUIInteractionfile - the file to openedline - the line to go to. -1 if no line is specified.public void editFile(File file, int line)
editFile in interface AlternateUIInteractionpublic boolean doesSupportEditingOpeningFiles()
AlternateUIInteractiondoesSupportEditingOpeningFiles in interface AlternateUIInteractionpublic void aboutToExecuteCommand(String fullCommandLine)
Copyright © 2013. All rights reserved