| 程序包 | 说明 |
|---|---|
| org.eclipse.birt.chart.computation |
This is a placeholder file for the org.eclipse.birt.chart.computation package.
|
| org.eclipse.birt.chart.event |
Contains classes that define a rendering notification that is interpreted by
a device renderer.
|
| org.eclipse.birt.chart.model.attribute |
Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be
customized via appropriate accessor methods.
|
| org.eclipse.birt.chart.model.attribute.impl |
Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that
may be customized via appropriate accessor methods.
|
| org.eclipse.birt.chart.model.data |
Holds a set of interfaces that define the structure of the data source and
typed data elements associated with a chart series.
|
| org.eclipse.birt.chart.model.data.impl |
Holds a set of classes that define the structure of the data source and typed
data elements associated with a chart series.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Trigger |
IGObjectFactory.createTrigger(TriggerCondition tc,
Action a) |
Trigger |
GObjectFactory.createTrigger(TriggerCondition tc,
Action a) |
| 限定符和类型 | 方法和说明 |
|---|---|
Action |
InteractionEvent.getAction(TriggerCondition tc) |
| 限定符和类型 | 字段和说明 |
|---|---|
static java.util.List<TriggerCondition> |
TriggerCondition.VALUES
A public read-only list of all the 'Trigger Condition' enumerators
|
| 限定符和类型 | 方法和说明 |
|---|---|
static TriggerCondition |
TriggerCondition.get(int value)
Returns the 'Trigger Condition' literal with the specified integer value
|
static TriggerCondition |
TriggerCondition.get(java.lang.String literal)
Returns the 'Trigger Condition' literal with the specified literal value
|
static TriggerCondition |
TriggerCondition.getByName(java.lang.String name)
Returns the 'Trigger Condition' literal with the specified name
|
static TriggerCondition |
TriggerCondition.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static TriggerCondition[] |
TriggerCondition.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
TriggerCondition |
AttributeFactoryImpl.createTriggerConditionFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
TriggerCondition |
AttributeFactoryImpl.createTriggerConditionObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
TriggerCondition |
Trigger.getCondition()
Returns the value of the 'Condition' attribute.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Trigger.setCondition(TriggerCondition value)
Sets the value of the '
Condition' attribute |
| 限定符和类型 | 方法和说明 |
|---|---|
TriggerCondition |
TriggerImpl.getCondition() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Trigger |
TriggerImpl.create(TriggerCondition tc,
Action a)
This convenience method initializes and provides a trigger instance for
use
NOTE: Manually written
|
void |
TriggerImpl.setCondition(TriggerCondition newCondition) |
Copyright © 2005-2008 Actuate Corp. All rights reserved.