Uses of Class
nzilbb.labbcat.model.DashboardItem
-
Packages that use DashboardItem Package Description nzilbb.labbcat LaBB-CAT client library.nzilbb.labbcat.model LaBB-CAT client models. -
-
Uses of DashboardItem in nzilbb.labbcat
Methods in nzilbb.labbcat that return DashboardItem Modifier and Type Method Description DashboardItem[]LabbcatView. getDashboardItems(String dashboard)Lists configured items for the given dashboard. -
Uses of DashboardItem in nzilbb.labbcat.model
Methods in nzilbb.labbcat.model that return DashboardItem Modifier and Type Method Description DashboardItemDashboardItem. setIcon(String newIcon)Setter foricon: The item's icon.DashboardItemDashboardItem. setItemId(int newItemId)Setter foritemId: The ID of the item.DashboardItemDashboardItem. setLabel(String newLabel)Setter forlabel: The item's text label.DashboardItemDashboardItem. setType(String newType)Setter fortype: The type of the itme: "link", "sql", or "exec".
-