Elexis API documentation
Version 2.1.6 as of December 11 2011

org.iatrix.help.wiki.views
Class WikiView

java.lang.Object
  extended by ViewPart
      extended by org.iatrix.help.wiki.views.WikiView

public class WikiView
extends ViewPart

Wiki Help Web Browser View. Shows context sensitive view in a wiki web page. Interface Specification to Wiki: - The View's class name is used - The dot's are removed - each component is converted to lowercases - the first component character is set to uppercase - the components are assembled to a WikiName - The url is created from the base url and the WikiName

Author:
Daniel Lutz

Field Summary
static java.lang.String ID
           
 
Constructor Summary
WikiView()
           
 
Method Summary
 void createPartControl(Composite parent)
           
 void doSave(IProgressMonitor monitor)
           
 void doSaveAs()
           
 void initialize()
          Sets the initial url
 boolean isDirty()
           
 boolean isSaveAsAllowed()
           
 boolean isSaveOnCloseNeeded()
           
 int promptToSaveOnClose()
           
 void setFocus()
           
 void setPage(java.lang.String page)
          Set the browser's new page.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
See Also:
Constant Field Values
Constructor Detail

WikiView

public WikiView()
Method Detail

createPartControl

public void createPartControl(Composite parent)

setPage

public void setPage(java.lang.String page)
Set the browser's new page. Does nothing if null is passed as page.

Parameters:
page - the new page to set

initialize

public void initialize()
Sets the initial url


setFocus

public void setFocus()

promptToSaveOnClose

public int promptToSaveOnClose()

doSave

public void doSave(IProgressMonitor monitor)

doSaveAs

public void doSaveAs()

isDirty

public boolean isDirty()

isSaveAsAllowed

public boolean isSaveAsAllowed()

isSaveOnCloseNeeded

public boolean isSaveOnCloseNeeded()

Elexis API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis