Uses of Class
org.eclipse.nebula.widgets.nattable.columnChooser.ColumnEntry
Packages that use ColumnEntry
Package
Description
-
Uses of ColumnEntry in org.eclipse.nebula.widgets.nattable.columnCategories.gui
Method parameters in org.eclipse.nebula.widgets.nattable.columnCategories.gui with type arguments of type ColumnEntryModifier and TypeMethodDescriptionvoidAvailableColumnCategoriesProvider.hideEntries(List<ColumnEntry> entriesToHide) Hide the givenColumnEntry(ies) i.e.voidColumnCategoriesDialog.refresh(List<ColumnEntry> hiddenColumnEntries, List<ColumnEntry> visibleColumnsEntries) Constructor parameters in org.eclipse.nebula.widgets.nattable.columnCategories.gui with type arguments of type ColumnEntryModifierConstructorDescriptionColumnCategoriesDialog(org.eclipse.swt.widgets.Shell shell, ColumnCategoriesModel model, List<ColumnEntry> hiddenColumnEntries, List<ColumnEntry> visibleColumnsEntries) ColumnCategoriesLabelProvider(List<ColumnEntry> hiddenEntries) VisibleColumnsProvider(List<ColumnEntry> visibleColumnsEntries) -
Uses of ColumnEntry in org.eclipse.nebula.widgets.nattable.columnChooser
Fields in org.eclipse.nebula.widgets.nattable.columnChooser with type parameters of type ColumnEntryModifier and TypeFieldDescriptionprotected List<ColumnEntry>ColumnChooser.hiddenColumnEntriesprotected List<ColumnEntry>ColumnChooser.visibleColumnsEntriesMethods in org.eclipse.nebula.widgets.nattable.columnChooser that return ColumnEntryModifier and TypeMethodDescriptionstatic ColumnEntryColumnChooserUtils.find(List<ColumnEntry> entries, int indexToFind) Search the collection for the entry with the given index.Methods in org.eclipse.nebula.widgets.nattable.columnChooser that return types with arguments of type ColumnEntryModifier and TypeMethodDescriptionprotected 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 and the corresponding labels in the header.Method parameters in org.eclipse.nebula.widgets.nattable.columnChooser with type arguments of type ColumnEntryModifier and TypeMethodDescriptionstatic booleanColumnChooserUtils.containsIndex(List<ColumnEntry> entries, int indexToFind) static ColumnEntryColumnChooserUtils.find(List<ColumnEntry> entries, int indexToFind) Search the collection for the entry with the given index.ColumnChooserUtils.getColumnEntryIndexes(List<ColumnEntry> columnEntries) Get ColumnEntry indexes for the ColumnEntry objects.ColumnChooserUtils.getColumnEntryPositions(List<ColumnEntry> columnEntries) Get ColumnEntry positions for the ColumnEntry objects.static voidColumnChooserUtils.hideColumnEntries(List<ColumnEntry> removedItems, ColumnHideShowLayer hideShowLayer) voidISelectionTreeListener.itemsRemoved(List<ColumnEntry> removedItems) voidISelectionTreeListener.itemsSelected(List<ColumnEntry> addedItems) static voidColumnChooserUtils.showColumnEntries(List<ColumnEntry> addedItems, ColumnHideShowLayer hideShowLayer) -
Uses of ColumnEntry in org.eclipse.nebula.widgets.nattable.columnChooser.gui
Method parameters in org.eclipse.nebula.widgets.nattable.columnChooser.gui with type arguments of type ColumnEntryModifier and TypeMethodDescriptionprotected final voidColumnChooserDialog.fireItemsRemoved(List<ColumnEntry> removedItems) protected final voidColumnChooserDialog.fireItemsSelected(List<ColumnEntry> addedItems) voidColumnChooserDialog.populateAvailableTree(List<ColumnEntry> columnEntries, ColumnGroupModel columnGroupModel) Populates the available item tree with the given column entries for the givenColumnGroupModel.voidColumnChooserDialog.populateAvailableTree(List<ColumnEntry> columnEntries, ColumnGroupModel columnGroupModel, boolean sort) Populates the available item tree with the given column entries for the givenColumnGroupModel.voidColumnChooserDialog.populateAvailableTree(List<ColumnEntry> columnEntries, ColumnGroupHeaderLayer columnGroupHeaderLayer) Populates the available item tree with the given column entries for the new performanceColumnGroupHeaderLayer.voidColumnChooserDialog.populateAvailableTree(List<ColumnEntry> columnEntries, ColumnGroupHeaderLayer columnGroupHeaderLayer, boolean sort) Populates the available item tree with the given column entries for the new performanceColumnGroupHeaderLayer.voidColumnChooserDialog.populateSelectedTree(List<ColumnEntry> columnEntries, ColumnGroupModel columnGroupModel) Populates the selected item tree with the given column entries for the givenColumnGroupModel.voidColumnChooserDialog.populateSelectedTree(List<ColumnEntry> columnEntries, ColumnGroupHeaderLayer columnGroupHeaderLayer) Populates the selected item tree with the given column entries for the new performanceColumnGroupHeaderLayer. -
Uses of ColumnEntry in org.eclipse.nebula.widgets.nattable.test.fixture
Methods in org.eclipse.nebula.widgets.nattable.test.fixture that return types with arguments of type ColumnEntryModifier and TypeMethodDescriptionstatic List<ColumnEntry>ColumnEntriesFixture.getEntriesWithEvenIndexes()static List<ColumnEntry>ColumnEntriesFixture.getEntriesWithOddIndexes()