com.aptana.ide.core.ui.views.walkthrough
Class WalkthroughView

java.lang.Object
  extended by org.eclipse.core.commands.common.EventManager
      extended by org.eclipse.ui.part.WorkbenchPart
          extended by org.eclipse.ui.part.ViewPart
              extended by com.aptana.ide.core.ui.views.browser.BrowserView
                  extended by com.aptana.ide.core.ui.views.walkthrough.WalkthroughView
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.core.runtime.IExecutableExtension, org.eclipse.ui.IPersistable, org.eclipse.ui.IViewPart, org.eclipse.ui.IWorkbenchPart, org.eclipse.ui.IWorkbenchPart2, org.eclipse.ui.IWorkbenchPart3, org.eclipse.ui.part.IWorkbenchPartOrientation

public class WalkthroughView
extends BrowserView

A view specifically designed for displaying walkthroughs.

Author:
Ingo Muschenetz

Field Summary
 
Fields inherited from class com.aptana.ide.core.ui.views.browser.BrowserView
listener, viewer
 
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
 
Constructor Summary
WalkthroughView()
           
 
Method Summary
 java.lang.String getPartId()
           
 java.lang.String getStartUrl()
          Returns the startup URL (to display when this control initially loads
 
Methods inherited from class com.aptana.ide.core.ui.views.browser.BrowserView
close, createPartControl, dispose, execute, getBrowser, getURL, setFocus, setText, setURL
 
Methods inherited from class org.eclipse.ui.part.ViewPart
checkSite, getViewSite, init, init, saveState, setContentDescription, setInitializationData, setPartName
 
Methods inherited from class org.eclipse.ui.part.WorkbenchPart
addPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy
 
Methods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ui.IWorkbenchPart
addPropertyListener, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Constructor Detail

WalkthroughView

public WalkthroughView()
Method Detail

getStartUrl

public java.lang.String getStartUrl()
Description copied from class: BrowserView
Returns the startup URL (to display when this control initially loads

Specified by:
getStartUrl in class BrowserView
Returns:
String
See Also:
BrowserView.getStartUrl()

getPartId

public java.lang.String getPartId()
See Also:
com.aptana.ide.core.ui.views.browser.BrowserView#getPartId()