Package com.biglybt.pif.ui.toolbar
Interface UIToolBarManager
- All Known Subinterfaces:
UIToolBarManagerCore
- All Known Implementing Classes:
UISWTInstanceImpl.instanceWrapper
,UIToolBarManagerImpl
public interface UIToolBarManager
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
addToolBarItem
(UIToolBarItem item) Adds aUIToolBarItem
to 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 aUIToolBarItem
to the UI. Make sure you at least set the icon before adding- Parameters:
item
-
-
getToolBarItem
-
getAllToolBarItems
UIToolBarItem[] getAllToolBarItems() -
removeToolBarItem
-