Package com._1c.g5.v8.dt.bsl.ui.view
Class BslInfoView.URLBrowserInput
- java.lang.Object
- 
- org.eclipse.jface.internal.text.html.BrowserInput
- 
- com._1c.g5.v8.dt.bsl.ui.view.BslInfoView.URLBrowserInput
 
 
- 
- All Implemented Interfaces:
- BslInfoView.IMethodicalBrowserInput,- BslInfoView.ITypeSetBrowserInput,- BslInfoView.IVersionedBrowserInput
 - Enclosing class:
- BslInfoView
 
 public static class BslInfoView.URLBrowserInput extends org.eclipse.jface.internal.text.html.BrowserInput implements BslInfoView.IVersionedBrowserInput, BslInfoView.ITypeSetBrowserInput, BslInfoView.IMethodicalBrowserInput Implementation of aBrowserInputusing anURLas input.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getActualTypeSetInformation()Gets actualTypeSetnames and their including types.VersiongetActualVersion()ActualVersionof project corresponding to content oforg.eclipse.jface.internal.text.html.BrowserInpuObjectgetInputElement()StringgetInputName()StringgetMethodicalLink()Gets url to methodical information
 
- 
- 
- 
Constructor Detail- 
URLBrowserInputpublic URLBrowserInput(org.eclipse.jface.internal.text.html.BrowserInput previous, URL url, Version version, Map<String,String> typeSetNames, String methodicalLink)Constructor- Parameters:
- previous- last- BrowserInput, can be- null
- url- actual url for opening, can't be- null
- version- actual- Versionof project, can be- nullif version wasn't determinate
- typeSetNames- the map, where key - name of the type category name (- TypeSetname equals to category type name), value - names of the object which has type corresponding to the category type name in key of the map through the comma. At the end of the value you can find special symbol '#' and name of the base type after it.
 Attention for category "AnyRef" - the value is names of the type corresponding to the it through the comma. Also there is no special symbol '#' at the end.
 Can't be- null
- methodicalLink- url to methodical information, can't be- null, if there is no methodical information using empty string
 
 
- 
 - 
Method Detail- 
getInputElementpublic Object getInputElement() - Specified by:
- getInputElementin class- org.eclipse.jface.internal.text.html.BrowserInput
 
 - 
getInputNamepublic String getInputName() - Specified by:
- getInputNamein class- org.eclipse.jface.internal.text.html.BrowserInput
 
 - 
getActualVersionpublic Version getActualVersion() Description copied from interface:BslInfoView.IVersionedBrowserInputActualVersionof project corresponding to content oforg.eclipse.jface.internal.text.html.BrowserInpu- Specified by:
- getActualVersionin interface- BslInfoView.IVersionedBrowserInput
- Returns:
- Actual Versionof project, can benullif version wasn't determinate
 
 - 
getActualTypeSetInformationpublic Map<String,String> getActualTypeSetInformation() Description copied from interface:BslInfoView.ITypeSetBrowserInputGets actualTypeSetnames and their including types.- Specified by:
- getActualTypeSetInformationin interface- BslInfoView.ITypeSetBrowserInput
- Returns:
- the map, where key - name of the type category name (TypeSetname equals to category type name), value - names of the object which has type corresponding to the category type name in key of the map through the comma. At the end of the value you can find special symbol '#' and name of the base type after it.
 Attention for category "AnyRef" - the value is names of the type corresponding to the it through the comma. Also there is no special symbol '#' at the end.
 Nevernull
 
 - 
getMethodicalLinkpublic String getMethodicalLink() Description copied from interface:BslInfoView.IMethodicalBrowserInputGets url to methodical information- Specified by:
- getMethodicalLinkin interface- BslInfoView.IMethodicalBrowserInput
- Returns:
- url to methodical information, never null. Can be empty string if there is no link to methodical information
 
 
- 
 
-