Uses of Class
com.biglybt.ui.swt.views.skin.SB_Dashboard.DashboardInstance.DashboardItem
-
Packages that use SB_Dashboard.DashboardInstance.DashboardItem Package Description com.biglybt.ui.swt.views.skin -
-
Uses of SB_Dashboard.DashboardInstance.DashboardItem in com.biglybt.ui.swt.views.skin
Fields in com.biglybt.ui.swt.views.skin with type parameters of type SB_Dashboard.DashboardInstance.DashboardItem Modifier and Type Field Description private java.util.List<SB_Dashboard.DashboardInstance.DashboardItem>
SB_Dashboard.DashboardInstance.DBConfigWindow. items
private java.util.List<SB_Dashboard.DashboardInstance.DashboardItem>
SB_Dashboard.DashboardInstance. items
Methods in com.biglybt.ui.swt.views.skin that return types with arguments of type SB_Dashboard.DashboardInstance.DashboardItem Modifier and Type Method Description private java.util.List<SB_Dashboard.DashboardInstance.DashboardItem>
SB_Dashboard.DashboardInstance. build(java.util.Map<java.lang.Integer,SB_Dashboard.DashboardInstance.DashboardItem> item_map, org.eclipse.swt.widgets.Composite comp, boolean use_tabs, java.util.List<org.eclipse.swt.custom.SashForm> sashes, java.util.List<org.eclipse.swt.widgets.Control> controls, int[][] cells, int x, int y, int width, int height)
Methods in com.biglybt.ui.swt.views.skin with parameters of type SB_Dashboard.DashboardInstance.DashboardItem Modifier and Type Method Description private org.eclipse.swt.widgets.Composite
SB_Dashboard.DashboardInstance. build(org.eclipse.swt.widgets.Composite sf, SB_Dashboard.DashboardInstance.DashboardItem item, boolean use_tabs)
Method parameters in com.biglybt.ui.swt.views.skin with type arguments of type SB_Dashboard.DashboardInstance.DashboardItem Modifier and Type Method Description private java.util.List<SB_Dashboard.DashboardInstance.DashboardItem>
SB_Dashboard.DashboardInstance. build(java.util.Map<java.lang.Integer,SB_Dashboard.DashboardInstance.DashboardItem> item_map, org.eclipse.swt.widgets.Composite comp, boolean use_tabs, java.util.List<org.eclipse.swt.custom.SashForm> sashes, java.util.List<org.eclipse.swt.widgets.Control> controls, int[][] cells, int x, int y, int width, int height)
private boolean
SB_Dashboard.DashboardInstance. testBuild(java.util.List<SB_Dashboard.DashboardInstance.DashboardItem> items, int[][] layout)
Constructor parameters in com.biglybt.ui.swt.views.skin with type arguments of type SB_Dashboard.DashboardInstance.DashboardItem Constructor Description DBConfigWindow(java.util.List<SB_Dashboard.DashboardInstance.DashboardItem> _items)
-