Uses of Interface
org.uberfire.workbench.model.menu.HasEnabledStateChangeListeners
-
Packages that use HasEnabledStateChangeListeners Package Description org.uberfire.workbench.model.menu org.uberfire.workbench.model.menu.impl -
-
Uses of HasEnabledStateChangeListeners in org.uberfire.workbench.model.menu
Subinterfaces of HasEnabledStateChangeListeners in org.uberfire.workbench.model.menu Modifier and Type Interface Description interfaceMenuCustom<T>A menu item that provides its own widget.interfaceMenuGroupA menu item that has child items nested under it.interfaceMenuItemMeta-data for a Workbench MenuItem including permissions.interfaceMenuItemCommandA menu item that invokes a particularCommandwhen it is clicked.interfaceMenuItemPerspectiveA menu item that invokes a particularPerspectiveDefinitionwhen it is clicked.interfaceMenuItemPlainA menu item that has no children and no specificCommandassociated with it. -
Uses of HasEnabledStateChangeListeners in org.uberfire.workbench.model.menu.impl
Classes in org.uberfire.workbench.model.menu.impl that implement HasEnabledStateChangeListeners Modifier and Type Class Description classBaseMenuCustom<T>classDefaultMenuGroup
-