Package | Description |
---|---|
org.eclipse.nebula.widgets.opal.columnbrowser |
Modifier and Type | Method | Description |
---|---|---|
ColumnItem |
ColumnItem.getItem(int index) |
Returns an item located at a given position
|
ColumnItem[] |
ColumnItem.getItems() |
|
ColumnItem |
ColumnItem.getParentItem() |
|
ColumnItem |
ColumnBrowserWidget.getSelection() |
Returns the
ColumnItem s that is currently selected in the
receiver. |
Modifier and Type | Method | Description |
---|---|---|
int |
ColumnItem.indexOf(ColumnItem item) |
Return the position of a given item in children's list
|
void |
ColumnItem.remove(ColumnItem item) |
Remove a given children of this object
|
void |
ColumnBrowserWidget.select(ColumnItem item) |
Selects an item in the receiver.
|
Constructor | Description |
---|---|
ColumnItem(ColumnItem parent) |
Constructs a new instance of this class given its parent.
|
ColumnItem(ColumnItem parent,
int index) |
Constructs a new instance of this class given its parent.
|