|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.chart.device.EmptyUpdateNotifier
public class EmptyUpdateNotifier
A convenient empty update notifier doing nothing.
Constructor Summary | |
---|---|
EmptyUpdateNotifier(Chart designModel,
Chart runtimeModel)
The constructor. |
Method Summary | |
---|---|
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 |
void |
regenerateChart()
Requests the container to regenerate the chart using the design-time model. |
void |
repaintChart()
Requests the container to repaint the last generated chart This should call IGenerator.render(), but not build() nor refresh(). |
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 IUpdateNotifier
public void repaintChart()
IUpdateNotifier
repaintChart
in interface IUpdateNotifier
public java.lang.Object peerInstance()
IUpdateNotifier
peerInstance
in interface IUpdateNotifier
public Chart getDesignTimeModel()
IUpdateNotifier
getDesignTimeModel
in interface IUpdateNotifier
public Chart getRunTimeModel()
IUpdateNotifier
getRunTimeModel
in interface IUpdateNotifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |