Class CrmFrameMenuExtension
- java.lang.Object
-
- com.openindex.openestate.tool.extensions.FrameMenuAdapter
-
- com.openindex.openestate.tool.crm.CrmFrameMenuExtension
-
- All Implemented Interfaces:
BasicExtension
,FrameMenuExtension
,org.pf4j.ExtensionPoint
@Extension(points=FrameMenuExtension.class) public class CrmFrameMenuExtension extends FrameMenuAdapter
CrmFrameMenuExtension.- Author:
- Andreas Rudolph
-
-
Field Summary
Fields Modifier and Type Field Description static int
MENU_ACTIVITIES
static int
MENU_ADD
static int
MENU_ADD_ACTIVITY
static int
MENU_ADD_BEGIN
static int
MENU_ADD_END
static int
MENU_ADD_MARKETING
static int
MENU_BEGIN
static int
MENU_END
static int
MENU_MARKETINGS
static int
MENU_SELECT
-
Constructor Summary
Constructors Constructor Description CrmFrameMenuExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JMenu
createMainMenu()
Append a menu to the main frame.String[]
getRequiredPluginIds()
-
Methods inherited from class com.openindex.openestate.tool.extensions.FrameMenuAdapter
createExtraMenuItems, getAddons, loadMenu
-
-
-
-
Field Detail
-
MENU_BEGIN
public static final int MENU_BEGIN
- See Also:
- Constant Field Values
-
MENU_SELECT
public static final int MENU_SELECT
- See Also:
- Constant Field Values
-
MENU_ADD
public static final int MENU_ADD
- See Also:
- Constant Field Values
-
MENU_ADD_BEGIN
public static final int MENU_ADD_BEGIN
- See Also:
- Constant Field Values
-
MENU_ADD_ACTIVITY
public static final int MENU_ADD_ACTIVITY
- See Also:
- Constant Field Values
-
MENU_ADD_MARKETING
public static final int MENU_ADD_MARKETING
- See Also:
- Constant Field Values
-
MENU_ADD_END
public static final int MENU_ADD_END
- See Also:
- Constant Field Values
-
MENU_ACTIVITIES
public static final int MENU_ACTIVITIES
- See Also:
- Constant Field Values
-
MENU_MARKETINGS
public static final int MENU_MARKETINGS
- See Also:
- Constant Field Values
-
MENU_END
public static final int MENU_END
- See Also:
- Constant Field Values
-
-
Method Detail
-
createMainMenu
public JMenu createMainMenu()
Description copied from interface:FrameMenuExtension
Append a menu to the main frame.- Specified by:
createMainMenu
in interfaceFrameMenuExtension
- Overrides:
createMainMenu
in classFrameMenuAdapter
- Returns:
- Return the created menu or null, if no menu is added by this extension.
-
getRequiredPluginIds
public String[] getRequiredPluginIds()
- Specified by:
getRequiredPluginIds
in interfaceBasicExtension
- Overrides:
getRequiredPluginIds
in classFrameMenuAdapter
-
-