com.unitesk.requality.eclipse.editors.browser
Class ReqDocBrowser
java.lang.Object
Composite
com.unitesk.requality.eclipse.editors.browser.ReqDocBrowser
public class ReqDocBrowser
- extends Composite
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReqDocBrowser
public ReqDocBrowser(Composite parent,
int style)
isInitialized
public boolean isInitialized()
executeJS
protected boolean executeJS(java.lang.String script)
evaluateJS
protected java.lang.Object evaluateJS(java.lang.String script)
serializeDocument
public java.lang.String serializeDocument()
serializeDocumentRaw
public java.lang.String serializeDocumentRaw()
injectScripts
protected void injectScripts()
selectNode
public void selectNode()
areIdentifiersVisible
public boolean areIdentifiersVisible()
toggleIdentifiersVisibility
public void toggleIdentifiersVisibility()
showBrowserInfo
public void showBrowserInfo()
isSelectable
public boolean isSelectable()
isRemovable
public boolean isRemovable()
createLocation
public java.lang.String createLocation(java.lang.String id,
java.lang.String reqId)
deleteLocation
public void deleteLocation(java.lang.String locationId)
getSelectedLocationId
public java.lang.String getSelectedLocationId()
deactivateLocations
public void deactivateLocations()
activateLocation
public void activateLocation(java.lang.String locationId)
setUrl
public void setUrl(java.lang.String url)
getWebBrowser
public Browser getWebBrowser()
setFocus
public boolean setFocus()
setTargetLocation
public void setTargetLocation(Location location)
- Parameters:
targetRequirement
- - Target requirement or null
updateLocations
public void updateLocations()