Uses of Interface
com.biglybt.pif.ui.toolbar.UIToolBarItem
Packages that use UIToolBarItem
Package
Description
-
Uses of UIToolBarItem in com.biglybt.pif.ui.toolbar
Methods in com.biglybt.pif.ui.toolbar that return UIToolBarItemModifier and TypeMethodDescriptionUIToolBarManager.createToolBarItem
(String id) Create a newUIToolBarItem
.UIToolBarManager.getAllToolBarItems()
UIToolBarManager.getToolBarItem
(String id) Methods in com.biglybt.pif.ui.toolbar with parameters of type UIToolBarItemModifier and TypeMethodDescriptionvoid
UIToolBarManager.addToolBarItem
(UIToolBarItem item) Adds aUIToolBarItem
to the UI. -
Uses of UIToolBarItem in com.biglybt.ui.common
Subinterfaces of UIToolBarItem in com.biglybt.ui.common -
Uses of UIToolBarItem in com.biglybt.ui.swt.pifimpl
Classes in com.biglybt.ui.swt.pifimpl that implement UIToolBarItemModifier and TypeClassDescriptionclass
A Toolbar item implementation, independent of UI (SWT)Fields in com.biglybt.ui.swt.pifimpl with type parameters of type UIToolBarItemModifier and TypeFieldDescriptionprivate Map<String,
UIToolBarItem> UIToolBarManagerImpl.items
private List<UIToolBarItem>
UISWTInstanceImpl.instanceWrapper.listItems
Methods in com.biglybt.ui.swt.pifimpl that return UIToolBarItemModifier and TypeMethodDescriptionUISWTInstanceImpl.instanceWrapper.createToolBarItem
(String id) UIToolBarManagerImpl.createToolBarItem
(String id) UISWTInstanceImpl.instanceWrapper.getAllToolBarItems()
UIToolBarManagerImpl.getAllToolBarItems()
UISWTInstanceImpl.instanceWrapper.getToolBarItem
(String id) UIToolBarManagerImpl.getToolBarItem
(String itemID) UIToolBarManagerImpl.getToolBarItemsByGroup
(String groupID) Methods in com.biglybt.ui.swt.pifimpl with parameters of type UIToolBarItemModifier and TypeMethodDescriptionvoid
UISWTInstanceImpl.instanceWrapper.addToolBarItem
(UIToolBarItem item) void
UIToolBarManagerCore.addToolBarItem
(UIToolBarItem item, boolean trigger) void
UIToolBarManagerImpl.addToolBarItem
(UIToolBarItem item) void
UIToolBarManagerImpl.addToolBarItem
(UIToolBarItem item, boolean trigger) void
UIToolBarManagerImpl.ToolBarManagerListener.toolbarItemAdded
(UIToolBarItem item) void
UIToolBarManagerImpl.ToolBarManagerListener.toolbarItemRemoved
(UIToolBarItem item) -
Uses of UIToolBarItem in com.biglybt.ui.swt.views.skin
Fields in com.biglybt.ui.swt.views.skin with type parameters of type UIToolBarItemMethods in com.biglybt.ui.swt.views.skin with parameters of type UIToolBarItemModifier and TypeMethodDescriptionvoid
ToolBarView.toolbarItemAdded
(UIToolBarItem item) void
ToolBarView.toolbarItemRemoved
(UIToolBarItem toolBarItem) Method parameters in com.biglybt.ui.swt.views.skin with type arguments of type UIToolBarItemModifier and TypeMethodDescriptionprivate void
ToolBarView.build
(Map<UIToolBarItem, ToolBarItemSO> newMap) private void
ToolBarView.bulkSetupItems
(Map<UIToolBarItem, ToolBarItemSO> newMap, String groupID, String templatePrefix) private void
ToolBarView.createItemSO
(Map<UIToolBarItem, ToolBarItemSO> newMap, ToolBarItem item, String templatePrefix, int position) private void
ToolBarView.initSO
(Map<UIToolBarItem, ToolBarItemSO> newMap, SWTSkinObject so, ToolBarItemSO itemSO)