public class ColumnLabelProviderInformation extends Object
Modifier and Type | Field and Description |
---|---|
static String |
TYPE_ENTRY_TIMESTAMP |
static String |
TYPE_ID |
static String |
TYPE_SOURCE_TIMESTAMP |
static String |
TYPE_VARIANT |
Constructor and Description |
---|
ColumnLabelProviderInformation(String label,
String type,
boolean sortable,
int initialSize,
Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.jface.viewers.CellLabelProvider |
createLabelProvider(LabelProviderSupport labelProviderSupport) |
int |
getInitialSize() |
String |
getLabel() |
Map<String,String> |
getParameters() |
String |
getType() |
boolean |
isSortable() |
public static final String TYPE_ID
public static final String TYPE_SOURCE_TIMESTAMP
public static final String TYPE_ENTRY_TIMESTAMP
public static final String TYPE_VARIANT
public int getInitialSize()
public String getLabel()
public String getType()
public boolean isSortable()
public org.eclipse.jface.viewers.CellLabelProvider createLabelProvider(LabelProviderSupport labelProviderSupport)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.