Uses of Interface
com.biglybt.pif.ui.toolbar.UIToolBarItem
-
Packages that use UIToolBarItem Package Description com.biglybt.pif.ui.toolbar com.biglybt.ui.common com.biglybt.ui.swt.pifimpl com.biglybt.ui.swt.views.skin -
-
Uses of UIToolBarItem in com.biglybt.pif.ui.toolbar
Methods in com.biglybt.pif.ui.toolbar that return UIToolBarItem Modifier and Type Method Description UIToolBarItem
UIToolBarManager. createToolBarItem(java.lang.String id)
Create a newUIToolBarItem
.UIToolBarItem[]
UIToolBarManager. getAllToolBarItems()
UIToolBarItem
UIToolBarManager. getToolBarItem(java.lang.String id)
Methods in com.biglybt.pif.ui.toolbar with parameters of type UIToolBarItem Modifier and Type Method Description void
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 Modifier and Type Interface Description interface
ToolBarItem
-
Uses of UIToolBarItem in com.biglybt.ui.swt.pifimpl
Classes in com.biglybt.ui.swt.pifimpl that implement UIToolBarItem Modifier and Type Class Description class
UIToolBarItemImpl
A Toolbar item implementation, independent of UI (SWT)Fields in com.biglybt.ui.swt.pifimpl with type parameters of type UIToolBarItem Modifier and Type Field Description private java.util.Map<java.lang.String,UIToolBarItem>
UIToolBarManagerImpl. items
private java.util.List<UIToolBarItem>
UISWTInstanceImpl.instanceWrapper. listItems
Methods in com.biglybt.ui.swt.pifimpl that return UIToolBarItem Modifier and Type Method Description UIToolBarItem
UISWTInstanceImpl.instanceWrapper. createToolBarItem(java.lang.String id)
UIToolBarItem
UIToolBarManagerImpl. createToolBarItem(java.lang.String id)
UIToolBarItem[]
UISWTInstanceImpl.instanceWrapper. getAllToolBarItems()
UIToolBarItem[]
UIToolBarManagerImpl. getAllToolBarItems()
UIToolBarItem
UISWTInstanceImpl.instanceWrapper. getToolBarItem(java.lang.String id)
UIToolBarItem
UIToolBarManagerImpl. getToolBarItem(java.lang.String itemID)
UIToolBarItem[]
UIToolBarManagerImpl. getToolBarItemsByGroup(java.lang.String groupID)
Methods in com.biglybt.ui.swt.pifimpl with parameters of type UIToolBarItem Modifier and Type Method Description void
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 UIToolBarItem Modifier and Type Field Description private java.util.Map<UIToolBarItem,ToolBarItemSO>
ToolBarView. itemMap
Methods in com.biglybt.ui.swt.views.skin with parameters of type UIToolBarItem Modifier and Type Method Description void
ToolBarView. toolbarItemAdded(UIToolBarItem item)
void
ToolBarView. toolbarItemRemoved(UIToolBarItem toolBarItem)
Method parameters in com.biglybt.ui.swt.views.skin with type arguments of type UIToolBarItem Modifier and Type Method Description private void
ToolBarView. build(java.util.Map<UIToolBarItem,ToolBarItemSO> newMap)
private void
ToolBarView. bulkSetupItems(java.util.Map<UIToolBarItem,ToolBarItemSO> newMap, java.lang.String groupID, java.lang.String templatePrefix)
private void
ToolBarView. createItemSO(java.util.Map<UIToolBarItem,ToolBarItemSO> newMap, ToolBarItem item, java.lang.String templatePrefix, int position)
private void
ToolBarView. initSO(java.util.Map<UIToolBarItem,ToolBarItemSO> newMap, SWTSkinObject so, ToolBarItemSO itemSO)
-