|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TriggerFlow | |
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.attribute.util | This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. |
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. |
Uses of TriggerFlow in org.eclipse.birt.chart.model.attribute |
Fields in org.eclipse.birt.chart.model.attribute declared as TriggerFlow | |
static TriggerFlow |
TriggerFlow.CAPTURE_LITERAL
The 'Capture' literal object. |
static TriggerFlow |
TriggerFlow.BUBBLE_LITERAL
The 'Bubble' literal object. |
static TriggerFlow |
TriggerFlow.BUBBLE_AND_STOP_LITERAL
The 'Bubble And Stop' literal object. |
Methods in org.eclipse.birt.chart.model.attribute that return TriggerFlow | |
static TriggerFlow |
TriggerFlow.get(java.lang.String literal)
Returns the 'Trigger Flow' literal with the specified literal value. |
static TriggerFlow |
TriggerFlow.getByName(java.lang.String name)
Returns the 'Trigger Flow' literal with the specified name. |
static TriggerFlow |
TriggerFlow.get(int value)
Returns the 'Trigger Flow' literal with the specified integer value. |
Uses of TriggerFlow in org.eclipse.birt.chart.model.attribute.impl |
Methods in org.eclipse.birt.chart.model.attribute.impl that return TriggerFlow | |
TriggerFlow |
AttributeFactoryImpl.createTriggerFlowFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
TriggerFlow |
AttributeFactoryImpl.createTriggerFlowObjectFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
Uses of TriggerFlow in org.eclipse.birt.chart.model.attribute.util |
Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type TriggerFlow | |
boolean |
AttributeValidator.validateTriggerFlow(TriggerFlow triggerFlow,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
boolean |
AttributeValidator.validateTriggerFlowObject(TriggerFlow triggerFlowObject,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
Uses of TriggerFlow in org.eclipse.birt.chart.model.data |
Methods in org.eclipse.birt.chart.model.data that return TriggerFlow | |
TriggerFlow |
Trigger.getTriggerFlow()
Returns the value of the 'Trigger Flow' attribute. |
Methods in org.eclipse.birt.chart.model.data with parameters of type TriggerFlow | |
void |
Trigger.setTriggerFlow(TriggerFlow value)
Sets the value of the ' Trigger Flow ' attribute. |
Uses of TriggerFlow in org.eclipse.birt.chart.model.data.impl |
Methods in org.eclipse.birt.chart.model.data.impl that return TriggerFlow | |
TriggerFlow |
TriggerImpl.getTriggerFlow()
|
Methods in org.eclipse.birt.chart.model.data.impl with parameters of type TriggerFlow | |
void |
TriggerImpl.setTriggerFlow(TriggerFlow newTriggerFlow)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |