|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IChartDataSheet
Data sheet integration interface for chart builder. Implement this UI interface to integrate chart builder with various data bindings.
Field Summary | |
---|---|
static int |
EVENT_PREVIEW
Event type indicates refreshing preview. |
static int |
EVENT_QUERY
Event type indicates updating predefined queries. |
Method Summary | |
---|---|
void |
addListener(org.eclipse.swt.widgets.Listener listener)
Adds the listener to the collection of listeners who will be notified when an event of the given type occurs. |
org.eclipse.swt.widgets.Composite |
createActionButtons(org.eclipse.swt.widgets.Composite parent)
Creates the UI which includes buttons to trigger some actions. |
org.eclipse.swt.widgets.Composite |
createDataDragSource(org.eclipse.swt.widgets.Composite parent)
Creates the UI which could be used as drag-and-drop source during data binding. |
org.eclipse.swt.widgets.Composite |
createDataSelector(org.eclipse.swt.widgets.Composite parent)
Creates data selector to select data set and etc. |
void |
dispose()
Disposes the resources if needed. |
void |
notifyListeners(org.eclipse.swt.widgets.Event event)
Notifies all of the receiver's listeners for events of the given type that one such event has occurred by invoking their handleEvent() method. |
void |
removeListener(org.eclipse.swt.widgets.Listener listener)
Removes the listener from the collection of listeners who will be notified when an event of the given type occurs. |
void |
setChartModel(org.eclipse.birt.chart.model.Chart cm)
Sets chart model. |
void |
setContext(org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces.IWizardContext context)
Sets chart context. |
Field Detail |
---|
static final int EVENT_PREVIEW
static final int EVENT_QUERY
Method Detail |
---|
void setChartModel(org.eclipse.birt.chart.model.Chart cm)
cm
- chart modelvoid setContext(org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces.IWizardContext context)
context
- chart contextorg.eclipse.swt.widgets.Composite createDataSelector(org.eclipse.swt.widgets.Composite parent)
parent
- parent composite
org.eclipse.swt.widgets.Composite createDataDragSource(org.eclipse.swt.widgets.Composite parent)
parent
- parent composite
org.eclipse.swt.widgets.Composite createActionButtons(org.eclipse.swt.widgets.Composite parent)
parent
- parent composite
void addListener(org.eclipse.swt.widgets.Listener listener)
handleEvent()
message. The event type is one of the event
constants defined in class SWT
.
listener
- the listener which should be notified when the event occursListener
,
removeListener( Listener)
,
notifyListeners( Event)
void removeListener(org.eclipse.swt.widgets.Listener listener)
SWT
.
listener
- the listener which should no longer be notified when the event
occursListener
,
addListener( Listener)
,
notifyListeners( Event)
void notifyListeners(org.eclipse.swt.widgets.Event event)
handleEvent()
method. The event type is one of the event
constants defined in class SWT
.
event
- the event dataaddListener( Listener)
,
removeListener( Listener)
void dispose()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |