Package com.orchestranetworks.ui.toolbar
Interface ToolbarMenuItem
-
- All Known Subinterfaces:
ToolbarActionMenuItem,ToolbarSubMenuItem
public interface ToolbarMenuItemAllows to define a menu item.- Since:
- 5.7.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetDescription(UserMessage aDescription)Sets the description of this menu itemvoidsetDescription(String aDescription)Sets the description of this menu item
-
-
-
Method Detail
-
setDescription
void setDescription(UserMessage aDescription)
Sets the description of this menu item
-
setDescription
void setDescription(String aDescription)
Sets the description of this menu item
-
-