Modifier and Type | Method and Description |
---|---|
void |
AvailableColumnCategoriesProvider.hideEntries(List<ColumnEntry> entriesToHide)
Hide the given
ColumnEntry (ies) i.e. |
void |
ColumnCategoriesDialog.refresh(List<ColumnEntry> hiddenColumnEntries,
List<ColumnEntry> visibleColumnsEntries) |
void |
ColumnCategoriesDialog.refresh(List<ColumnEntry> hiddenColumnEntries,
List<ColumnEntry> visibleColumnsEntries) |
Constructor and Description |
---|
ColumnCategoriesDialog(org.eclipse.swt.widgets.Shell shell,
ColumnCategoriesModel model,
List<ColumnEntry> hiddenColumnEntries,
List<ColumnEntry> visibleColumnsEntries) |
ColumnCategoriesDialog(org.eclipse.swt.widgets.Shell shell,
ColumnCategoriesModel model,
List<ColumnEntry> hiddenColumnEntries,
List<ColumnEntry> visibleColumnsEntries) |
ColumnCategoriesLabelProvider(List<ColumnEntry> hiddenEntries) |
VisibleColumnsProvider(List<ColumnEntry> visibleColumnsEntries) |
Modifier and Type | Field and Description |
---|---|
protected List<ColumnEntry> |
ColumnChooser.hiddenColumnEntries |
protected List<ColumnEntry> |
ColumnChooser.visibleColumnsEntries |
Modifier and Type | Method and Description |
---|---|
static ColumnEntry |
ColumnChooserUtils.find(List<ColumnEntry> entries,
int indexToFind)
Search the collection for the entry with the given index.
|
Modifier and Type | Method and Description |
---|---|
protected List<ColumnEntry> |
ColumnChooser.getHiddenColumnEntries() |
static List<ColumnEntry> |
ColumnChooserUtils.getHiddenColumnEntries(ColumnHideShowLayer columnHideShowLayer,
ColumnHeaderLayer columnHeaderLayer,
DataLayer columnHeaderDataLayer) |
static List<ColumnEntry> |
ColumnChooserUtils.getVisibleColumnsEntries(ColumnHideShowLayer columnHideShowLayer,
ColumnHeaderLayer columnHeaderLayer,
DataLayer columnHeaderDataLayer)
Get all visible columns from the selection layer and the corresponding labels in the header
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ColumnChooserUtils.containsIndex(List<ColumnEntry> entries,
int indexToFind) |
static ColumnEntry |
ColumnChooserUtils.find(List<ColumnEntry> entries,
int indexToFind)
Search the collection for the entry with the given index.
|
static List<Integer> |
ColumnChooserUtils.getColumnEntryIndexes(List<ColumnEntry> columnEntries)
Get ColumnEntry positions for the ColumnEntry objects.
|
static List<Integer> |
ColumnChooserUtils.getColumnEntryPositions(List<ColumnEntry> columnEntries)
Get ColumnEntry positions for the ColumnEntry objects.
|
static void |
ColumnChooserUtils.hideColumnEntries(List<ColumnEntry> removedItems,
ColumnHideShowLayer hideShowLayer) |
void |
ISelectionTreeListener.itemsMoved(SelectionLayer.MoveDirectionEnum direction,
List<ColumnGroupEntry> selectedColumnGroupEntries,
List<ColumnEntry> movedColumnEntries,
List<List<Integer>> fromPositions,
List<Integer> toPositions)
If columns moved are adjacent to each other, they are grouped together.
|
void |
ISelectionTreeListener.itemsRemoved(List<ColumnEntry> removedItems) |
void |
ISelectionTreeListener.itemsSelected(List<ColumnEntry> addedItems) |
static void |
ColumnChooserUtils.showColumnEntries(List<ColumnEntry> addedItems,
ColumnHideShowLayer hideShowLayer) |
Modifier and Type | Method and Description |
---|---|
protected void |
ColumnChooserDialog.fireItemsMoved(SelectionLayer.MoveDirectionEnum direction,
List<ColumnGroupEntry> selectedColumnGroupEntries,
List<ColumnEntry> selectedColumnEntries,
List<List<Integer>> fromPositions,
List<Integer> toPositions) |
protected void |
ColumnChooserDialog.fireItemsRemoved(List<ColumnEntry> removedItems) |
protected void |
ColumnChooserDialog.fireItemsSelected(List<ColumnEntry> addedItems) |
void |
ColumnChooserDialog.populateAvailableTree(List<ColumnEntry> columnEntries,
ColumnGroupModel columnGroupModel) |
void |
ColumnChooserDialog.populateSelectedTree(List<ColumnEntry> columnEntries,
ColumnGroupModel columnGroupModel) |
Modifier and Type | Method and Description |
---|---|
static List<ColumnEntry> |
ColumnEntriesFixture.getEntriesWithEvenIndexes() |
static List<ColumnEntry> |
ColumnEntriesFixture.getEntriesWithOddIndexes() |
Copyright © 2013. All Rights Reserved.