|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CallBackValue | |
org.eclipse.birt.chart.device | Provides interfaces and no-op adapters that define services provided by the device renderer and an associated display server. |
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. |
Uses of CallBackValue in org.eclipse.birt.chart.device |
Methods in org.eclipse.birt.chart.device with parameters of type CallBackValue | |
void |
ICallBackNotifier.callback(java.lang.Object event,
java.lang.Object source,
CallBackValue value)
Invokes the callBack. |
Uses of CallBackValue in org.eclipse.birt.chart.model.attribute |
Methods in org.eclipse.birt.chart.model.attribute that return CallBackValue | |
CallBackValue |
AttributeFactory.createCallBackValue()
Returns a new object of class 'Call Back Value'. |
Uses of CallBackValue in org.eclipse.birt.chart.model.attribute.impl |
Classes in org.eclipse.birt.chart.model.attribute.impl that implement CallBackValue | |
class |
CallBackValueImpl
An implementation of the model object 'Call Back Value'. |
Methods in org.eclipse.birt.chart.model.attribute.impl that return CallBackValue | |
CallBackValue |
AttributeFactoryImpl.createCallBackValue()
|
static CallBackValue |
CallBackValueImpl.create(java.lang.String callBackIdentifier)
|
Uses of CallBackValue in org.eclipse.birt.chart.model.attribute.util |
Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type CallBackValue | |
java.lang.Object |
AttributeSwitch.caseCallBackValue(CallBackValue object)
Returns the result of interpretting the object as an instance of 'Call Back Value'. |
boolean |
AttributeValidator.validateCallBackValue(CallBackValue callBackValue,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |