Uses of Class
org.eclipse.nebula.widgets.opal.breadcrumb.BreadcrumbItem
-
Packages that use BreadcrumbItem Package Description org.eclipse.nebula.widgets.opal.breadcrumb -
-
Uses of BreadcrumbItem in org.eclipse.nebula.widgets.opal.breadcrumb
Fields in org.eclipse.nebula.widgets.opal.breadcrumb with type parameters of type BreadcrumbItem Modifier and Type Field Description private java.util.List<BreadcrumbItem>Breadcrumb. itemsMethods in org.eclipse.nebula.widgets.opal.breadcrumb that return BreadcrumbItem Modifier and Type Method Description BreadcrumbItemBreadcrumb. getItem(int index)Returns the item at the given, zero-relative index in the receiver.BreadcrumbItemBreadcrumb. getItem(org.eclipse.swt.graphics.Point point)Returns the item at the given point in the receiver or null if no such item exists.BreadcrumbItem[]Breadcrumb. getItems()Returns an array ofBreadcrumbItems which are the items in the receiver.(package private) BreadcrumbItemBreadcrumbItem. setGc(org.eclipse.swt.graphics.GC gc)(package private) BreadcrumbItemBreadcrumbItem. setIsLastItemOfTheBreadCrumb(boolean isLastItemOfTheBreadCrumb)(package private) BreadcrumbItemBreadcrumbItem. setToolbarHeight(int toolbarHeight)Methods in org.eclipse.nebula.widgets.opal.breadcrumb with parameters of type BreadcrumbItem Modifier and Type Method Description (package private) voidBreadcrumb. addItem(BreadcrumbItem item)Add an item to the toolbarintBreadcrumb. indexOf(BreadcrumbItem item)Searches the receiver's list starting at the first item (index 0) until an item is found that is equal to the argument, and returns the index of that item.voidBreadcrumb. removeItem(BreadcrumbItem item)Remove an item to the toolbar
-