Uses of Class
com.biglybt.ui.swt.toolbar.ToolBarItemSO
-
Packages that use ToolBarItemSO Package Description com.biglybt.ui.swt.views.skin -
-
Uses of ToolBarItemSO in com.biglybt.ui.swt.views.skin
Fields in com.biglybt.ui.swt.views.skin with type parameters of type ToolBarItemSO 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 ToolBarItemSO Modifier and Type Method Description private void
ToolBarView. initSO(java.util.Map<UIToolBarItem,ToolBarItemSO> newMap, SWTSkinObject so, ToolBarItemSO itemSO)
Method parameters in com.biglybt.ui.swt.views.skin with type arguments of type ToolBarItemSO 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)
-