|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.birt.chart.device.EmptyUpdateNotifier
A convenient empty update notifier doing nothing.
| Constructor Summary | |
EmptyUpdateNotifier(Chart designModel,
Chart runtimeModel)
The constructor. |
|
| Method Summary | |
java.lang.Object |
getContext(java.lang.Object key)
Returns the object from context by given key. |
Chart |
getDesignTimeModel()
Returns an instance of the chart design-time model |
Chart |
getRunTimeModel()
Returns an instance of the chart run-time model for the last generated instance |
java.lang.Object |
peerInstance()
Returns an instance of the peer (component) used for device-specific actions |
java.lang.Object |
putContext(java.lang.Object key,
java.lang.Object value)
Puts specified key,value to context. |
void |
regenerateChart()
Requests the container to regenerate the chart using the design-time model |
java.lang.Object |
removeContext(java.lang.Object key)
Removes the entry from context by given key if exists. |
void |
repaintChart()
Requests the container to repaint the last generated chart |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EmptyUpdateNotifier(Chart designModel,
Chart runtimeModel)
designModel - runtimeModel - | Method Detail |
public void regenerateChart()
IUpdateNotifier
regenerateChart in interface IUpdateNotifierpublic void repaintChart()
IUpdateNotifier
repaintChart in interface IUpdateNotifierpublic java.lang.Object peerInstance()
IUpdateNotifier
peerInstance in interface IUpdateNotifierpublic Chart getDesignTimeModel()
IUpdateNotifier
getDesignTimeModel in interface IUpdateNotifierpublic Chart getRunTimeModel()
IUpdateNotifier
getRunTimeModel in interface IUpdateNotifierpublic java.lang.Object getContext(java.lang.Object key)
IUpdateNotifier
getContext in interface IUpdateNotifierkey - Key object.
public java.lang.Object putContext(java.lang.Object key,
java.lang.Object value)
IUpdateNotifier
putContext in interface IUpdateNotifierkey - Key object.value - Value object.
public java.lang.Object removeContext(java.lang.Object key)
IUpdateNotifier
removeContext in interface IUpdateNotifierkey - Key object.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||