com.aptana.ide.editor.html
Interface IHTMLEditorPart

All Known Implementing Classes:
MultiPageHTMLEditor, SplitPageHTMLEditor

public interface IHTMLEditorPart

Author:
Robin Debreuil

Method Summary
 org.eclipse.swt.browser.Browser getBrowser2()
          getBrowser2
 HTMLSourceEditor getSourceEditor()
          getSourceEditor
 boolean isFileEditorInput()
          isFileEditorInput
 void setBrowserURL(java.lang.String url)
          Sets the browser URL of all browsers contained in this editor.
 

Method Detail

setBrowserURL

void setBrowserURL(java.lang.String url)
Sets the browser URL of all browsers contained in this editor.

Parameters:
url - - url for browser(s)

getBrowser2

org.eclipse.swt.browser.Browser getBrowser2()
getBrowser2

Returns:
Browser

getSourceEditor

HTMLSourceEditor getSourceEditor()
getSourceEditor

Returns:
HTMLSourceEditor

isFileEditorInput

boolean isFileEditorInput()
isFileEditorInput

Returns:
boolean