Index
All Classes and Interfaces|All Packages
A
- AFTER - Enum constant in enum class io.github.astrapi69.jaxb.menu.model.Anchor
-
If a source menu component have the position value
Anchor#AFTERit will be placed after the anchor target menu component - Anchor - Enum Class in io.github.astrapi69.jaxb.menu.model
-
The enum class
Anchorprovides the relative position of a source menu component to another target menu component
B
- BEFORE - Enum constant in enum class io.github.astrapi69.jaxb.menu.model.Anchor
-
If a source menu component have the position value
Anchor#BEFOREit will be placed before the anchor target menu component
C
- CHECK_BOX_MENU_ITEM - Enum constant in enum class io.github.astrapi69.jaxb.menu.model.MenuType
-
Represents the checkbox menu item type
F
- FIRST - Enum constant in enum class io.github.astrapi69.jaxb.menu.model.Anchor
-
If a source menu component have the position value
Anchor#FIRSTit will be placed as the first menu component
I
- io.github.astrapi69.jaxb.menu.model - package io.github.astrapi69.jaxb.menu.model
K
- KeyStrokeModel - Class in io.github.astrapi69.jaxb.menu.model
-
The class
KeyStrokeModelis intended for store the information of a keystroke and restore it back to ajavax.swing.KeyStrokeobject - KeyStrokeModel() - Constructor for class io.github.astrapi69.jaxb.menu.model.KeyStrokeModel
L
- LAST - Enum constant in enum class io.github.astrapi69.jaxb.menu.model.Anchor
-
If a source menu component have the position value
Anchor#LASTit will be placed as the last menu component
M
- MENU - Enum constant in enum class io.github.astrapi69.jaxb.menu.model.MenuType
-
Represents the default menu type
- MENU_BAR - Enum constant in enum class io.github.astrapi69.jaxb.menu.model.MenuType
-
Represents the menu bar type
- MENU_ITEM - Enum constant in enum class io.github.astrapi69.jaxb.menu.model.MenuType
-
Represents the menu item type
- menu.jaxb.model.main - module menu.jaxb.model.main
-
The MIT License Copyright (C) 2022 Asterios Raptis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
- MenuModel - Class in io.github.astrapi69.jaxb.menu.model
-
The class
MenuModelis intended for store the information of a menu and on need to restore the menu - MenuModel() - Constructor for class io.github.astrapi69.jaxb.menu.model.MenuModel
- MenuType - Enum Class in io.github.astrapi69.jaxb.menu.model
-
The enum class
MenuTypeprovides all the possible types that a menu can have
P
- POPUP - Enum constant in enum class io.github.astrapi69.jaxb.menu.model.MenuType
-
Represents the popup menu type
R
- RADIO_BUTTON_MENU_ITEM - Enum constant in enum class io.github.astrapi69.jaxb.menu.model.MenuType
-
Represents the radio button menu item type
S
- SYSTEM_TRAY - Enum constant in enum class io.github.astrapi69.jaxb.menu.model.MenuType
-
Represents the system tray type
T
- TOOL_BAR - Enum constant in enum class io.github.astrapi69.jaxb.menu.model.MenuType
-
Represents the toolbar type
V
- valueOf(String) - Static method in enum class io.github.astrapi69.jaxb.menu.model.Anchor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.github.astrapi69.jaxb.menu.model.MenuType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.github.astrapi69.jaxb.menu.model.Anchor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.github.astrapi69.jaxb.menu.model.MenuType
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages