Modifier and Type | Interface and Description |
---|---|
interface |
MenuCustom<T>
A menu item that provides its own widget.
|
interface |
MenuGroup
A menu item that has child items nested under it.
|
interface |
MenuItem
Meta-data for a Workbench MenuItem including permissions.
|
interface |
MenuItemCommand
A menu item that invokes a particular
Command when it is clicked. |
interface |
MenuItemPerspective
A menu item that invokes a particular
PerspectiveDefinition when it is clicked. |
interface |
MenuItemPlain
A menu item that has no children and no specific
Command associated with it. |
Modifier and Type | Class and Description |
---|---|
class |
BaseMenuCustom<T> |
class |
DefaultMenuGroup |
Modifier and Type | Interface and Description |
---|---|
interface |
ToolBar
Meta-data for a Workbench Tool Bar including permissions
|
interface |
ToolBarItem
Meta-data for a Workbench Tool Bar Item including permissions.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultToolBar
Default implementation of ToolBar
|
class |
DefaultToolBarItem
Default implementation of ToolBarItem
|
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.