Class MailFrameMenuExtension
- java.lang.Object
-
- com.openindex.openestate.tool.extensions.FrameMenuAdapter
-
- com.openindex.openestate.tool.mail.MailFrameMenuExtension
-
- All Implemented Interfaces:
BasicExtension,FrameMenuExtension,org.pf4j.ExtensionPoint
@Extension(points=FrameMenuExtension.class) public class MailFrameMenuExtension extends FrameMenuAdapter
MailMainMenuExtension.- Author:
- Andreas Rudolph
-
-
Field Summary
Fields Modifier and Type Field Description static intMENU_ACCOUNTSstatic intMENU_BEGINstatic intMENU_COMPOSEstatic intMENU_ELSEstatic intMENU_ELSE_BEGINstatic intMENU_ELSE_ENDstatic intMENU_ELSE_IMPORT_ACCOUNTstatic intMENU_ELSE_IMPORT_MESSAGEstatic intMENU_ENDstatic intMENU_LOOKUPstatic intMENU_SELECT
-
Constructor Summary
Constructors Constructor Description MailFrameMenuExtension()
-
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_LOOKUP
public static final int MENU_LOOKUP
- See Also:
- Constant Field Values
-
MENU_COMPOSE
public static final int MENU_COMPOSE
- See Also:
- Constant Field Values
-
MENU_ACCOUNTS
public static final int MENU_ACCOUNTS
- 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_IMPORT_MESSAGE
public static final int MENU_ELSE_IMPORT_MESSAGE
- See Also:
- Constant Field Values
-
MENU_ELSE_IMPORT_ACCOUNT
public static final int MENU_ELSE_IMPORT_ACCOUNT
- 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.
-
-