Class PanelButtonBack
- java.lang.Object
-
- de.willuhn.jameica.gui.parts.PanelButton
-
- de.willuhn.jameica.gui.internal.parts.PanelButtonBack
-
- All Implemented Interfaces:
Part
public class PanelButtonBack extends PanelButton
Vorkonfigurierter Panel-Button fuer Zurueck.
-
-
Field Summary
-
Fields inherited from class de.willuhn.jameica.gui.parts.PanelButton
BG_DEFAULT, BG_HOVER
-
-
Constructor Summary
Constructors Constructor Description PanelButtonBack()
ct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEnabled()
Wir liefern nur dann true, wenn eine vorherige Seite existiert.-
Methods inherited from class de.willuhn.jameica.gui.parts.PanelButton
getControl, handleClick, paint, setAction, setEnabled, setIcon, setText, setTooltip
-
-
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
Wir liefern nur dann true, wenn eine vorherige Seite existiert.- Overrides:
isEnabled
in classPanelButton
- Returns:
- true, wenn er anklickbar sein soll.
- See Also:
PanelButton.isEnabled()
-
-