Class Adressbuch
java.lang.Object
de.willuhn.jameica.gui.boxes.AbstractBox
de.willuhn.jameica.hbci.gui.boxes.Adressbuch
- All Implemented Interfaces:
de.willuhn.jameica.gui.boxes.Box
,de.willuhn.jameica.gui.Part
,Comparable
public class Adressbuch
extends de.willuhn.jameica.gui.boxes.AbstractBox
implements de.willuhn.jameica.gui.boxes.Box
Box zur Anzeige der Adressen.
-
Field Summary
Fields inherited from interface de.willuhn.jameica.gui.boxes.Box
HEIGHT_DEFAULT
-
Constructor Summary
Constructors -
Method Summary
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
Methods inherited from interface de.willuhn.jameica.gui.boxes.Box
getIndex, isEnabled, setEnabled, setIndex
Methods inherited from interface java.lang.Comparable
compareTo
-
Constructor Details
-
Adressbuch
public Adressbuch()
-
-
Method Details
-
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
- Specified by:
paint
in interfacede.willuhn.jameica.gui.Part
- Throws:
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()
-