Package com._1c.g5.v8.dt.bsl.ui.view
Interface BslInfoView.IMethodicalBrowserInput
-
- All Known Implementing Classes:
BslInfoView.TextBrowserInput
,BslInfoView.URLBrowserInput
- Enclosing class:
- BslInfoView
public static interface BslInfoView.IMethodicalBrowserInput
Special extension fororg.eclipse.jface.internal.text.html.BrowserInpu
The classes implements the interface must be contains url to methodical information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMethodicalLink()
Gets url to methodical information
-
-
-
Method Detail
-
getMethodicalLink
String getMethodicalLink()
Gets url to methodical information- Returns:
- url to methodical information, never
null
. Can be empty string if there is no link to methodical information
-
-