public class LabelProviderSupport extends Object
| Modifier and Type | Field and Description |
|---|---|
static NumberFormat |
nf3 |
static NumberFormat |
nf6 |
| Constructor and Description |
|---|
LabelProviderSupport(TimeZone timeZone) |
| Modifier and Type | Method and Description |
|---|---|
void |
decorateWithActorType(DecoratedEvent event,
org.eclipse.jface.viewers.ViewerCell cell) |
void |
decorateWithMonitorState(DecoratedEvent event,
org.eclipse.jface.viewers.ViewerCell cell) |
void |
dispose() |
String |
formatDate(Date date) |
String |
formatDate(Long date) |
org.eclipse.swt.graphics.Image |
getAckImage() |
org.eclipse.swt.graphics.Image |
getAlarmImage() |
DateFormat |
getDf() |
org.eclipse.swt.graphics.Image |
getDisconnectedImage() |
org.eclipse.swt.graphics.Image |
getEmptyImage() |
org.eclipse.swt.graphics.Image |
getMaualImage() |
org.eclipse.swt.graphics.Image |
getOkImage() |
org.eclipse.swt.graphics.Image |
getSystemImage() |
DateFormat |
getTf() |
org.eclipse.swt.graphics.Image |
getUserImage() |
org.eclipse.swt.graphics.Image |
getWarningImage() |
String |
toLabel(DecoratedEvent event,
String key) |
String |
toLabel(Variant value) |
public static final NumberFormat nf3
public static final NumberFormat nf6
public LabelProviderSupport(TimeZone timeZone)
public DateFormat getDf()
public DateFormat getTf()
public String toLabel(DecoratedEvent event, String key)
public void decorateWithActorType(DecoratedEvent event, org.eclipse.jface.viewers.ViewerCell cell)
public void decorateWithMonitorState(DecoratedEvent event, org.eclipse.jface.viewers.ViewerCell cell)
public void dispose()
public org.eclipse.swt.graphics.Image getWarningImage()
public org.eclipse.swt.graphics.Image getAlarmImage()
public org.eclipse.swt.graphics.Image getAckImage()
public org.eclipse.swt.graphics.Image getEmptyImage()
public org.eclipse.swt.graphics.Image getOkImage()
public org.eclipse.swt.graphics.Image getMaualImage()
public org.eclipse.swt.graphics.Image getDisconnectedImage()
public org.eclipse.swt.graphics.Image getUserImage()
public org.eclipse.swt.graphics.Image getSystemImage()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.