public class ListEntry extends java.util.Observable implements DataSourceListener
| Constructor and Description |
|---|
ListEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
dispose() |
java.lang.Object |
getAdapter(java.lang.Class adapter) |
java.util.List<AttributePair> |
getAttributes() |
Color |
getBackground() |
DataItemHolder |
getDataItem() |
java.lang.Object |
getEditableValue() |
Font |
getFont() |
Color |
getForeground() |
Image |
getImage() |
Item |
getItem() |
DataItemValue |
getItemValue() |
IPropertyDescriptor[] |
getPropertyDescriptors() |
java.lang.Object |
getPropertyValue(java.lang.Object id) |
java.lang.Throwable |
getSubscriptionError() |
SubscriptionState |
getSubscriptionState() |
Variant |
getValue() |
protected void |
handleStyleUpdate(StyleBlinker.CurrentStyle style) |
boolean |
hasAttributes()
check if attributes are in the list
|
boolean |
isPropertySet(java.lang.Object id) |
void |
resetPropertyValue(java.lang.Object id) |
void |
setDataItem(Item item) |
void |
setPropertyValue(java.lang.Object id,
java.lang.Object value) |
void |
updateData(DataItemValue value) |
public Item getItem()
public DataItemHolder getDataItem()
public void setDataItem(Item item)
public void dispose()
public void clear()
public DataItemValue getItemValue()
public Variant getValue()
public SubscriptionState getSubscriptionState()
public java.util.List<AttributePair> getAttributes()
public boolean hasAttributes()
true if the attributes list is not emptypublic java.lang.Throwable getSubscriptionError()
public void updateData(DataItemValue value)
updateData in interface DataSourceListenerprotected void handleStyleUpdate(StyleBlinker.CurrentStyle style)
public Image getImage()
public Color getBackground()
public Color getForeground()
public Font getFont()
public java.lang.Object getAdapter(java.lang.Class adapter)
public java.lang.Object getEditableValue()
public IPropertyDescriptor[] getPropertyDescriptors()
public java.lang.Object getPropertyValue(java.lang.Object id)
public boolean isPropertySet(java.lang.Object id)
public void resetPropertyValue(java.lang.Object id)
public void setPropertyValue(java.lang.Object id,
java.lang.Object value)
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0