Package | Description |
---|---|
com.teamdev.jxbrowser.menu |
This package contains interfaces and classes for working with context menu.
|
Modifier and Type | Method and Description |
---|---|
static ContextMenuItemType |
ContextMenuItemType.forNumber(int value) |
default ContextMenuItemType |
ContextMenuItem.type()
Returns the type of the context menu item.
|
static ContextMenuItemType |
ContextMenuItemType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ContextMenuItemType |
ContextMenuItemType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ContextMenuItemType |
ContextMenuItemType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContextMenuItemType[] |
ContextMenuItemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<ContextMenuItemType> |
ContextMenuItemType.internalGetValueMap() |