Interface UIToolBarManager
- All Known Subinterfaces:
UIToolBarManagerCore
- All Known Implementing Classes:
UISWTInstanceImpl.instanceWrapper, UIToolBarManagerImpl
public interface UIToolBarManager
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToolBarItem(UIToolBarItem item) Adds aUIToolBarItemto the UI.Create a newUIToolBarItem.getToolBarItem(String id) void
-
Field Details
-
GROUP_BIG
- See Also:
-
GROUP_MAIN
- See Also:
-
-
Method Details
-
createToolBarItem
Create a newUIToolBarItem. You will still need to add it viaaddToolBarItem(UIToolBarItem), after setting the item's properties- Parameters:
id- unique id- Returns:
- newly created toolbar
-
addToolBarItem
Adds aUIToolBarItemto the UI. Make sure you at least set the icon before adding- Parameters:
item-
-
getToolBarItem
-
getAllToolBarItems
UIToolBarItem[] getAllToolBarItems() -
removeToolBarItem
-