Class SaldoChart
- java.lang.Object
-
- de.willuhn.jameica.gui.boxes.AbstractBox
-
- de.willuhn.jameica.hbci.gui.boxes.SaldoChart
-
- All Implemented Interfaces:
de.willuhn.jameica.gui.boxes.Box
,de.willuhn.jameica.gui.Part
,java.lang.Comparable
public class SaldoChart extends de.willuhn.jameica.gui.boxes.AbstractBox implements de.willuhn.jameica.gui.boxes.Box
Box zur Anzeige des Saldo-Charts.
-
-
Constructor Summary
Constructors Constructor Description SaldoChart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getDefaultEnabled()
int
getDefaultIndex()
int
getHeight()
java.lang.String
getName()
boolean
isActive()
void
paint(org.eclipse.swt.widgets.Composite parent)
-
Methods inherited from class de.willuhn.jameica.gui.boxes.AbstractBox
compareTo, getIndex, isEnabled, setEnabled, setIndex
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfacede.willuhn.jameica.gui.boxes.Box
- See Also:
Box.getName()
-
getDefaultIndex
public int getDefaultIndex()
- Specified by:
getDefaultIndex
in interfacede.willuhn.jameica.gui.boxes.Box
- See Also:
Box.getDefaultIndex()
-
getDefaultEnabled
public boolean getDefaultEnabled()
- Specified by:
getDefaultEnabled
in interfacede.willuhn.jameica.gui.boxes.Box
- See Also:
Box.getDefaultEnabled()
-
getHeight
public int getHeight()
- Specified by:
getHeight
in interfacede.willuhn.jameica.gui.boxes.Box
- Overrides:
getHeight
in classde.willuhn.jameica.gui.boxes.AbstractBox
- See Also:
AbstractBox.getHeight()
-
paint
public void paint(org.eclipse.swt.widgets.Composite parent) throws java.rmi.RemoteException
- Specified by:
paint
in interfacede.willuhn.jameica.gui.Part
- Throws:
java.rmi.RemoteException
- See Also:
Part.paint(org.eclipse.swt.widgets.Composite)
-
isActive
public boolean isActive()
- Specified by:
isActive
in interfacede.willuhn.jameica.gui.boxes.Box
- Overrides:
isActive
in classde.willuhn.jameica.gui.boxes.AbstractBox
- See Also:
Box.isActive()
-
-