Uses of Class
org.eclipse.nebula.widgets.opal.breadcrumb.Breadcrumb
-
Packages that use Breadcrumb Package Description org.eclipse.nebula.widgets.opal.breadcrumb -
-
Uses of Breadcrumb in org.eclipse.nebula.widgets.opal.breadcrumb
Fields in org.eclipse.nebula.widgets.opal.breadcrumb declared as Breadcrumb Modifier and Type Field Description private Breadcrumb
BreadcrumbItem. parentBreadcrumb
Methods in org.eclipse.nebula.widgets.opal.breadcrumb that return Breadcrumb Modifier and Type Method Description Breadcrumb
BreadcrumbItem. getParent()
Returns the receiver's parent, which must be aBreadcrumb
.Constructors in org.eclipse.nebula.widgets.opal.breadcrumb with parameters of type Breadcrumb Constructor Description BreadcrumbItem(Breadcrumb parent)
Constructs a new instance of this class given its parent (which must be aBreadcrumb
) and a style value describing its behavior and appearance.BreadcrumbItem(Breadcrumb parent, int style)
Constructs a new instance of this class given its parent (which must be aBreadcrumb
) and a style value describing its behavior and appearance.
-