public class TableUtils
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TableUtils.ColumnBasedLabelProvider<ROW>
A generic label provider that runs over type-safe column providers.
|
static class |
TableUtils.ColumnData<R,C>
A small structure that holds column-related data: column label provider and
adapter that gets column-specific field from row element.
|
static class |
TableUtils.ColumnLabelProvider<C>
A type column label provider.
|
static class |
TableUtils.TrivialAdapter<T> |
static interface |
TableUtils.ValueAdapter<F,T> |
Modifier and Type | Field and Description |
---|---|
static IStructuredContentProvider |
OBJECT_ARRAY_CONTENT_PROVIDER
Content provider that simply splits object array into elements.
|
Constructor and Description |
---|
TableUtils() |
Modifier and Type | Method and Description |
---|---|
static <T> TableUtils.ValueAdapter<java.lang.Object,T> |
createCastAdapter(java.lang.Class<T> type)
Creates a ValueAdapter that forces cast from Object to the type.
|
public static final IStructuredContentProvider OBJECT_ARRAY_CONTENT_PROVIDER
public static <T> TableUtils.ValueAdapter<java.lang.Object,T> createCastAdapter(java.lang.Class<T> type)
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.