Package com._1c.g5.v8.dt.bsl.ui.view
Interface ISyntaxAssistBrowser
- 
- All Known Implementing Classes:
- BslEventsChooserDialog,- BslInfoView
 
 public interface ISyntaxAssistBrowserInterface for special Syntax assist browser for Bsl language
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ISyntaxAssistBrowserActiongetBackAction()Gets back browser actionorg.eclipse.jface.internal.text.html.BrowserInputgetCurrentBrowserInput()Gets current content in Bsl browserISyntaxAssistBrowserActiongetForthAction()Gets forward browser actionvoidsetInput(org.eclipse.jface.internal.text.html.BrowserInput input)Adds new element to browser
 
- 
- 
- 
Method Detail- 
setInputvoid setInput(org.eclipse.jface.internal.text.html.BrowserInput input) Adds new element to browser- Parameters:
- input- new BrowserInput
 
 - 
getBackActionISyntaxAssistBrowserAction getBackAction() Gets back browser action- Returns:
- ISyntaxAssistBrowserAction
 
 - 
getForthActionISyntaxAssistBrowserAction getForthAction() Gets forward browser action- Returns:
- ISyntaxAssistBrowserAction
 
 - 
getCurrentBrowserInputorg.eclipse.jface.internal.text.html.BrowserInput getCurrentBrowserInput() Gets current content in Bsl browser- Returns:
- BrowserInput
 
 
- 
 
-