Elexis API documentation
Version 2.1.6 as of December 11 2011

waelti.statistics.views
Class OutputView

java.lang.Object
  extended by ViewPart
      extended by waelti.statistics.views.OutputView

public class OutputView
extends ViewPart

This class contains all methods needed to display the output created by any query.

Author:
Michael Waelti

Constructor Summary
OutputView()
          The constructor.
 
Method Summary
 void createPartControl(Composite parent)
          This is a callback that will allow us to create the viewer and initialize it.
 NewQueryAction getNewQueryAction()
           
 Composite getParent()
           
 AbstractQuery getQuery()
           
 OptionPanel getQueryOptions()
           
 RefreshQueryAction getRefreshQueryAction()
           
 ResultTable getResultView()
           
 void setButtonsEnabled(boolean enabled)
          Enable or disable all buttons in the menu bar.
 void setFocus()
          Passing the focus request to the viewer's control.
 void setHeader(java.lang.String headerText)
          Sets the header to be displayed for the result composite.
 void setQuery(AbstractQuery query)
           
 void setQueryOptions(OptionPanel queryOptions)
           
 void setResultView(ResultTable resultView)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutputView

public OutputView()
The constructor.

Method Detail

createPartControl

public void createPartControl(Composite parent)
This is a callback that will allow us to create the viewer and initialize it.


setFocus

public void setFocus()
Passing the focus request to the viewer's control.


setHeader

public void setHeader(java.lang.String headerText)
Sets the header to be displayed for the result composite. E.g. contains information like the date of the query, the query's name.


setButtonsEnabled

public void setButtonsEnabled(boolean enabled)
Enable or disable all buttons in the menu bar.


getNewQueryAction

public NewQueryAction getNewQueryAction()

getRefreshQueryAction

public RefreshQueryAction getRefreshQueryAction()

getResultView

public ResultTable getResultView()

setResultView

public void setResultView(ResultTable resultView)

getParent

public Composite getParent()

getQuery

public AbstractQuery getQuery()

setQuery

public void setQuery(AbstractQuery query)

getQueryOptions

public OptionPanel getQueryOptions()

setQueryOptions

public void setQueryOptions(OptionPanel queryOptions)

Elexis API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis