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 JComponentcreateComponent()IcongetIcon()StringgetTitle()StringgetTooltipText()booleanisSystem()-
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:
createComponentin interfaceFrameSidebarExtension- Specified by:
createComponentin classFrameSidebarAdapter
-
getIcon
public Icon getIcon()
- Specified by:
getIconin interfaceFrameSidebarExtension- Specified by:
getIconin classFrameSidebarAdapter
-
getTitle
public String getTitle()
- Specified by:
getTitlein interfaceFrameSidebarExtension- Specified by:
getTitlein classFrameSidebarAdapter
-
getTooltipText
public String getTooltipText()
- Specified by:
getTooltipTextin interfaceFrameSidebarExtension- Specified by:
getTooltipTextin classFrameSidebarAdapter
-
isSystem
public boolean isSystem()
- Specified by:
isSystemin interfaceFrameSidebarExtension- Overrides:
isSystemin classFrameSidebarAdapter
-
-