Class AgencyFrameMenuExtension
- java.lang.Object
-
- com.openindex.openestate.tool.extensions.FrameMenuAdapter
-
- com.openindex.openestate.tool.agency.AgencyFrameMenuExtension
-
- All Implemented Interfaces:
BasicExtension,FrameMenuExtension,org.pf4j.ExtensionPoint
@Extension(points=FrameMenuExtension.class) public class AgencyFrameMenuExtension extends FrameMenuAdapter
AgencyMainMenuExtension.- Author:
- Andreas Rudolph
-
-
Field Summary
Fields Modifier and Type Field Description static intMENU_ADDstatic intMENU_ADD_BEGINstatic intMENU_ADD_CONTACTstatic intMENU_ADD_ENDstatic intMENU_ADD_ESTATEstatic intMENU_ADD_EXPORTstatic intMENU_ADD_SEARCHstatic intMENU_BEGINstatic intMENU_CONTACTSstatic intMENU_ELSEstatic intMENU_ELSE_BEGINstatic intMENU_ELSE_ENDstatic intMENU_ELSE_EXPORT_CANCELstatic intMENU_ELSE_EXPORT_LOADstatic intMENU_ELSE_PROPERTY_ATTACHMENTS_UPDATEstatic intMENU_ELSE_PROPERTY_LOADstatic intMENU_ELSE_PROPERTY_SAVEstatic intMENU_ENDstatic intMENU_ESTATESstatic intMENU_EXPORTSstatic intMENU_SELECT
-
Constructor Summary
Constructors Constructor Description AgencyFrameMenuExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JMenucreateMainMenu()Append a menu to the main frame.-
Methods inherited from class com.openindex.openestate.tool.extensions.FrameMenuAdapter
createExtraMenuItems, getAddons, getRequiredPluginIds, 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_ESTATE
public static final int MENU_ADD_ESTATE
- See Also:
- Constant Field Values
-
MENU_ADD_SEARCH
public static final int MENU_ADD_SEARCH
- See Also:
- Constant Field Values
-
MENU_ADD_CONTACT
public static final int MENU_ADD_CONTACT
- See Also:
- Constant Field Values
-
MENU_ADD_EXPORT
public static final int MENU_ADD_EXPORT
- See Also:
- Constant Field Values
-
MENU_ADD_END
public static final int MENU_ADD_END
- See Also:
- Constant Field Values
-
MENU_ESTATES
public static final int MENU_ESTATES
- See Also:
- Constant Field Values
-
MENU_CONTACTS
public static final int MENU_CONTACTS
- See Also:
- Constant Field Values
-
MENU_EXPORTS
public static final int MENU_EXPORTS
- See Also:
- Constant Field Values
-
MENU_ELSE
public static final int MENU_ELSE
- See Also:
- Constant Field Values
-
MENU_ELSE_BEGIN
public static final int MENU_ELSE_BEGIN
- See Also:
- Constant Field Values
-
MENU_ELSE_PROPERTY_LOAD
public static final int MENU_ELSE_PROPERTY_LOAD
- See Also:
- Constant Field Values
-
MENU_ELSE_PROPERTY_SAVE
public static final int MENU_ELSE_PROPERTY_SAVE
- See Also:
- Constant Field Values
-
MENU_ELSE_PROPERTY_ATTACHMENTS_UPDATE
public static final int MENU_ELSE_PROPERTY_ATTACHMENTS_UPDATE
- See Also:
- Constant Field Values
-
MENU_ELSE_EXPORT_CANCEL
public static final int MENU_ELSE_EXPORT_CANCEL
- See Also:
- Constant Field Values
-
MENU_ELSE_EXPORT_LOAD
public static final int MENU_ELSE_EXPORT_LOAD
- See Also:
- Constant Field Values
-
MENU_ELSE_END
public static final int MENU_ELSE_END
- 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:FrameMenuExtensionAppend a menu to the main frame.- Specified by:
createMainMenuin interfaceFrameMenuExtension- Overrides:
createMainMenuin classFrameMenuAdapter- Returns:
- Return the created menu or null, if no menu is added by this extension.
-
-