Class DatabaseFrameSidebarExtension
- java.lang.Object
-
- com.openindex.openestate.tool.extensions.FrameSidebarAdapter
-
- com.openindex.openestate.tool.utils.DatabaseFrameSidebarExtension
-
- All Implemented Interfaces:
BasicExtension
,FrameSidebarExtension
,org.pf4j.ExtensionPoint
public class DatabaseFrameSidebarExtension extends FrameSidebarAdapter
DatabaseFrameSidebarExtension.- Author:
- Andreas Rudolph
-
-
Constructor Summary
Constructors Constructor Description DatabaseFrameSidebarExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JComponent
createComponent()
Icon
getIcon()
String
getTitle()
String
getTooltipText()
boolean
isSystem()
-
Methods inherited from class com.openindex.openestate.tool.extensions.FrameSidebarAdapter
getAddons, getMenu, getRequiredPluginIds, loadComponent, loadMenu, loadMenu, register, unregister
-
-
-
-
Method Detail
-
createComponent
public JComponent createComponent()
- Specified by:
createComponent
in interfaceFrameSidebarExtension
- Specified by:
createComponent
in classFrameSidebarAdapter
-
getIcon
public Icon getIcon()
- Specified by:
getIcon
in interfaceFrameSidebarExtension
- Specified by:
getIcon
in classFrameSidebarAdapter
-
getTitle
public String getTitle()
- Specified by:
getTitle
in interfaceFrameSidebarExtension
- Specified by:
getTitle
in classFrameSidebarAdapter
-
getTooltipText
public String getTooltipText()
- Specified by:
getTooltipText
in interfaceFrameSidebarExtension
- Specified by:
getTooltipText
in classFrameSidebarAdapter
-
isSystem
public boolean isSystem()
- Specified by:
isSystem
in interfaceFrameSidebarExtension
- Overrides:
isSystem
in classFrameSidebarAdapter
-
-