public class DiagrammAnzeigeAuswahlPart
extends java.lang.Object
implements de.willuhn.jameica.gui.Part
Constructor and Description |
---|
DiagrammAnzeigeAuswahlPart()
Standardkonstruktor
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Composite |
getComposite() |
de.willuhn.jameica.gui.input.CheckboxInput |
getDax() |
de.willuhn.jameica.gui.input.CheckboxInput |
getHighLow() |
PeriodChooserInput |
getPeriod() |
void |
paint(org.eclipse.swt.widgets.Composite parent) |
void |
setDax(de.willuhn.jameica.gui.input.CheckboxInput dax) |
void |
setHighLow(de.willuhn.jameica.gui.input.CheckboxInput highLow) |
void |
setPeriod(PeriodChooserInput period) |
public DiagrammAnzeigeAuswahlPart()
public de.willuhn.jameica.gui.input.CheckboxInput getDax()
public void setDax(de.willuhn.jameica.gui.input.CheckboxInput dax)
dax
- the dax to setpublic de.willuhn.jameica.gui.input.CheckboxInput getHighLow()
public void setHighLow(de.willuhn.jameica.gui.input.CheckboxInput highLow)
highLow
- the highLow to setpublic PeriodChooserInput getPeriod()
public void setPeriod(PeriodChooserInput period)
period
- the period to setpublic org.eclipse.swt.widgets.Composite getComposite()
public void paint(org.eclipse.swt.widgets.Composite parent) throws java.rmi.RemoteException
paint
in interface de.willuhn.jameica.gui.Part
java.rmi.RemoteException
Part.paint(Composite)