Class PanelButtonBookmark
- java.lang.Object
-
- de.willuhn.jameica.gui.parts.PanelButton
-
- de.willuhn.jameica.gui.internal.parts.PanelButtonBookmark
-
- All Implemented Interfaces:
Part
public class PanelButtonBookmark extends PanelButton
Vorkonfigurierter Panel-Button fuer Bookmarks.
-
-
Field Summary
-
Fields inherited from class de.willuhn.jameica.gui.parts.PanelButton
BG_DEFAULT, BG_HOVER
-
-
Constructor Summary
Constructors Constructor Description PanelButtonBookmark()
ct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.swt.widgets.Control
getControl()
Liefert das Control des Buttons.boolean
isEnabled()
Wir liefern nur dann true, wenn die View Bookmarks erlaubt.-
Methods inherited from class de.willuhn.jameica.gui.parts.PanelButton
handleClick, paint, setAction, setEnabled, setIcon, setText, setTooltip
-
-
-
-
Method Detail
-
getControl
protected org.eclipse.swt.widgets.Control getControl()
Description copied from class:PanelButton
Liefert das Control des Buttons.- Overrides:
getControl
in classPanelButton
- Returns:
- das Control des Buttons. Ist null, wenn paint() noch nicht aufgerufen wurde.
- See Also:
PanelButton.getControl()
-
isEnabled
public boolean isEnabled()
Wir liefern nur dann true, wenn die View Bookmarks erlaubt.- Overrides:
isEnabled
in classPanelButton
- Returns:
- true, wenn er anklickbar sein soll.
- See Also:
PanelButton.isEnabled()
-
-