Uses of Interface
org.eclipse.nebula.widgets.nattable.data.IColumnPropertyAccessor

Packages that use IColumnPropertyAccessor
org.eclipse.nebula.widgets.nattable.data   
org.eclipse.nebula.widgets.nattable.examples._800_Integration   
org.eclipse.nebula.widgets.nattable.examples.examples._103_Events   
org.eclipse.nebula.widgets.nattable.examples.fixtures   
org.eclipse.nebula.widgets.nattable.extension.builder.layers   
org.eclipse.nebula.widgets.nattable.extension.builder.util   
org.eclipse.nebula.widgets.nattable.extension.glazedlists   
org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration   
 

Uses of IColumnPropertyAccessor in org.eclipse.nebula.widgets.nattable.data
 

Classes in org.eclipse.nebula.widgets.nattable.data that implement IColumnPropertyAccessor
 class ExtendedReflectiveColumnPropertyAccessor<R>
           
 class ReflectiveColumnPropertyAccessor<R>
          Convenience class which uses java reflection to get/set property names from the row bean.
 

Uses of IColumnPropertyAccessor in org.eclipse.nebula.widgets.nattable.examples._800_Integration
 

Constructors in org.eclipse.nebula.widgets.nattable.examples._800_Integration with parameters of type IColumnPropertyAccessor
_804_GlazedListsEditorExample.GlazedListsEditorColumnHeaderLayerStack(IDataProvider dataProvider, org.eclipse.nebula.widgets.nattable.examples._800_Integration._804_GlazedListsEditorExample.GlazedListsEditorBodyLayerStack<T> bodyLayerStack, IColumnPropertyAccessor<T> columnPropertyAccessor, IConfigRegistry configRegistry)
           
 

Uses of IColumnPropertyAccessor in org.eclipse.nebula.widgets.nattable.examples.examples._103_Events
 

Classes in org.eclipse.nebula.widgets.nattable.examples.examples._103_Events that implement IColumnPropertyAccessor
 class BlinkingGlazedListExample.TupleColumnPropertyAccessor
           
 

Uses of IColumnPropertyAccessor in org.eclipse.nebula.widgets.nattable.examples.fixtures
 

Constructors in org.eclipse.nebula.widgets.nattable.examples.fixtures with parameters of type IColumnPropertyAccessor
ColumnStructureUpdatesExampleGridLayer.ListDataProviderExample(ca.odell.glazedlists.SortedList<E> sortedList, IColumnPropertyAccessor<E> columnPropertyAccessor)
           
GlazedListsColumnHeaderLayerStack(IDataProvider dataProvider, ca.odell.glazedlists.SortedList<T> sortedList, IColumnPropertyAccessor<T> columnPropertyAccessor, IConfigRegistry configRegistry, DefaultBodyLayerStack bodyLayerStack)
           
GlazedListsColumnHeaderLayerStack(String[] propertyNames, Map<String,String> propertyToLabelMap, ca.odell.glazedlists.SortedList<T> sortedList, IColumnPropertyAccessor<T> columnPropertyAccessor, IConfigRegistry configRegistry, DefaultBodyLayerStack bodyLayerStack)
           
GlazedListsGridLayer(ca.odell.glazedlists.EventList<T> eventList, IColumnPropertyAccessor<T> columnPropertyAccessor, IDataProvider columnHeaderDataProvider, IConfigRegistry configRegistry, boolean useDefaultConfiguration)
           
 

Uses of IColumnPropertyAccessor in org.eclipse.nebula.widgets.nattable.extension.builder.layers
 

Constructors in org.eclipse.nebula.widgets.nattable.extension.builder.layers with parameters of type IColumnPropertyAccessor
ColumnHeaderLayerStack(ca.odell.glazedlists.SortedList<T> sortedList, ca.odell.glazedlists.FilterList<T> filterList, TableModel tableModel, BodyLayerStack<T> bodyLayer, IColumnPropertyAccessor<T> columnAccessor, IConfigRegistry configRegistry)
           
 

Uses of IColumnPropertyAccessor in org.eclipse.nebula.widgets.nattable.extension.builder.util
 

Classes in org.eclipse.nebula.widgets.nattable.extension.builder.util that implement IColumnPropertyAccessor
 class ColumnAccessor<T extends TableRow>
           
 

Uses of IColumnPropertyAccessor in org.eclipse.nebula.widgets.nattable.extension.glazedlists
 

Constructors in org.eclipse.nebula.widgets.nattable.extension.glazedlists with parameters of type IColumnPropertyAccessor
GlazedListsSortModel(ca.odell.glazedlists.SortedList<T> sortedList, IColumnPropertyAccessor<T> columnPropertyAccessor, IConfigRegistry configRegistry, ILayer dataLayer)
           
NatColumnTableFormat(IColumnPropertyAccessor<R> columnPropertyAccessor, IConfigRegistry configRegistry, ILayer dataLayer)
           
 

Uses of IColumnPropertyAccessor in org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration
 

Constructors in org.eclipse.nebula.widgets.nattable.extension.glazedlists.test.integration with parameters of type IColumnPropertyAccessor
BodyLayerStackFixture(ca.odell.glazedlists.EventList<T> eventList, IColumnPropertyAccessor<T> columnPropertyAccessor, IConfigRegistry configRegistry)
           
 



Copyright © 2015. All rights reserved.