public interface MenuItem extends RuntimeFeatureResource, HasEnabledStateChangeListeners
| Modifier and Type | Method and Description |
|---|---|
void |
accept(MenuVisitor visitor)
Causes the given
MenuVisitor to visit this menu item and its children. |
String |
getCaption() |
String |
getContributionPoint() |
int |
getOrder() |
MenuPosition |
getPosition() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
getRolesgetSignatureId, getTraitsaddEnabledStateChangeListenerboolean isEnabled()
void setEnabled(boolean enabled)
String getContributionPoint()
String getCaption()
MenuPosition getPosition()
int getOrder()
void accept(MenuVisitor visitor)
MenuVisitor to visit this menu item and its children.Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.