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 org.eclipse.swt.widgets.Composite getComposite()
public de.willuhn.jameica.gui.input.CheckboxInput getDax()
public de.willuhn.jameica.gui.input.CheckboxInput getHighLow()
public PeriodChooserInput getPeriod()
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)
public void setDax(de.willuhn.jameica.gui.input.CheckboxInput dax)
dax
- the dax to setpublic void setHighLow(de.willuhn.jameica.gui.input.CheckboxInput highLow)
highLow
- the highLow to setpublic void setPeriod(PeriodChooserInput period)
period
- the period to set