Package | Description |
---|---|
org.eclipse.nebula.widgets.opal.breadcrumb |
Modifier and Type | Method | Description |
---|---|---|
Breadcrumb |
BreadcrumbItem.getParent() |
Returns the receiver's parent, which must be a
Breadcrumb . |
Constructor | Description |
---|---|
BreadcrumbItem(Breadcrumb parent) |
Constructs a new instance of this class given its parent (which must be a
Breadcrumb ) 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 a
Breadcrumb ) and a style value describing its behavior and
appearance. |