public class ChooseVmControl
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
ChooseVmControl.Logic
A public logic-oriented interface to this control.
|
Constructor and Description |
---|
ChooseVmControl() |
Modifier and Type | Method and Description |
---|---|
static ChooseVmControl.Logic |
create(Composite parent) |
static <R> java.util.List<TableUtils.ColumnData<R,?>> |
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.
|
public static ChooseVmControl.Logic create(Composite parent)
public static <R> java.util.List<TableUtils.ColumnData<R,?>> createLaunchTargetColumns(TableUtils.ValueAdapter<R,ConnectedTargetData> rowValueAdapter)
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.