public interface IChartDataSheet
Modifier and Type | Field and Description |
---|---|
static int |
DETAIL_UPDATE_COLOR
The field indicates the component color of query should be updated.
|
static int |
DETAIL_UPDATE_COLOR_AND_TEXT
The field indicates the component color and text should be updated.
|
static int |
EVENT_PREVIEW
Event type indicates refreshing preview.
|
static int |
EVENT_QUERY
Event type indicates updating predefined queries.
|
Modifier and Type | Method and Description |
---|---|
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.
|
ISelectDataCustomizeUI |
createCustomizeUI(org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces.ITask task)
Creates the customized UI to maintain left, right and bottom parts in
data sheet.
|
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.
|
static final int EVENT_PREVIEW
static final int EVENT_QUERY
static final int DETAIL_UPDATE_COLOR
static final int DETAIL_UPDATE_COLOR_AND_TEXT
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 contextISelectDataCustomizeUI createCustomizeUI(org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces.ITask task)
task
- data sheet taskorg.eclipse.swt.widgets.Composite createDataSelector(org.eclipse.swt.widgets.Composite parent)
parent
- parent compositeorg.eclipse.swt.widgets.Composite createDataDragSource(org.eclipse.swt.widgets.Composite parent)
parent
- parent compositeorg.eclipse.swt.widgets.Composite createActionButtons(org.eclipse.swt.widgets.Composite parent)
parent
- parent compositevoid 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()
Copyright © 2005-2008 Actuate Corp. All rights reserved.