T
- Type of the item descriptor.public class DataHolder<T> extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DATA_FIELD_NAME
Field name (used for databinding).
|
Constructor and Description |
---|
DataHolder() |
Modifier and Type | Method and Description |
---|---|
Set<IItemDescriptor<T>> |
getData()
Get data.
|
void |
setData(Set<IItemDescriptor<T>> currentSelection)
Set data.
|
public static final String DATA_FIELD_NAME
public Set<IItemDescriptor<T>> getData()
public void setData(Set<IItemDescriptor<T>> currentSelection)
currentSelection
- .
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.