Package | Description |
---|---|
org.eclipse.wst.jsdt.chromium.debug.ui | |
org.eclipse.wst.jsdt.chromium.debug.ui.actions |
Modifier and Type | Class and Description |
---|---|
static class |
TableUtils.TrivialAdapter<T> |
Modifier and Type | Method and Description |
---|---|
static <T> TableUtils.ValueAdapter<java.lang.Object,T> |
TableUtils.createCastAdapter(java.lang.Class<T> type)
Creates a ValueAdapter that forces cast from Object to the type.
|
TableUtils.ValueAdapter<R,C> |
TableUtils.ColumnData.getColumnValueConverter() |
Modifier and Type | Method and Description |
---|---|
static <R,C> TableUtils.ColumnData<R,C> |
TableUtils.ColumnData.create(TableUtils.ValueAdapter<R,C> columnValueConverter,
TableUtils.ColumnLabelProvider<C> labelProvider) |
Constructor and Description |
---|
ColumnBasedLabelProvider(TableUtils.ValueAdapter<java.lang.Object,ROW> rowElementAdpater,
java.util.List<? extends TableUtils.ColumnData<ROW,?>> columns) |
ColumnData(TableUtils.ValueAdapter<R,C> columnValueConverter,
TableUtils.ColumnLabelProvider<C> labelProvider) |
Modifier and Type | Method and Description |
---|---|
static <R> java.util.List<TableUtils.ColumnData<R,?>> |
ChooseVmControl.createLaunchTargetColumns(TableUtils.ValueAdapter<R,ConnectedTargetData> rowValueAdapter)
Returns the list of column providers for launch/target columns that could be used in other
controls; they only have to provide there row->column value adapter.
|
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.