Package com._1c.g5.v8.dt.bsl.ui.view
Interface ISyntaxAssistBrowser
- All Known Implementing Classes:
BslEventsChooserDialog
,BslInfoView
public interface ISyntaxAssistBrowser
Interface for special Syntax assist browser for Bsl language
-
Method Summary
Modifier and TypeMethodDescriptionGets back browser actionorg.eclipse.jface.internal.text.html.BrowserInput
Gets current content in Bsl browserGets forward browser actionvoid
setInput
(org.eclipse.jface.internal.text.html.BrowserInput input) Adds new element to browser
-
Method Details
-
setInput
void setInput(org.eclipse.jface.internal.text.html.BrowserInput input) Adds new element to browser- Parameters:
input
- new BrowserInput
-
getBackAction
ISyntaxAssistBrowserAction getBackAction()Gets back browser action- Returns:
ISyntaxAssistBrowserAction
-
getForthAction
ISyntaxAssistBrowserAction getForthAction()Gets forward browser action- Returns:
ISyntaxAssistBrowserAction
-
getCurrentBrowserInput
org.eclipse.jface.internal.text.html.BrowserInput getCurrentBrowserInput()Gets current content in Bsl browser- Returns:
BrowserInput
-