|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectViewPart
waelti.statistics.views.OutputView
public class OutputView
This class contains all methods needed to display the output created by any query.
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 |
---|
public OutputView()
Method Detail |
---|
public void createPartControl(Composite parent)
public void setFocus()
public void setHeader(java.lang.String headerText)
public void setButtonsEnabled(boolean enabled)
public NewQueryAction getNewQueryAction()
public RefreshQueryAction getRefreshQueryAction()
public ResultTable getResultView()
public void setResultView(ResultTable resultView)
public Composite getParent()
public AbstractQuery getQuery()
public void setQuery(AbstractQuery query)
public OptionPanel getQueryOptions()
public void setQueryOptions(OptionPanel queryOptions)
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |