|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtendedProperty | |
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 ExtendedProperty in org.eclipse.birt.chart.model.attribute |
Methods in org.eclipse.birt.chart.model.attribute that return ExtendedProperty | |
ExtendedProperty |
AttributeFactory.createExtendedProperty()
Returns a new object of class 'Extended Property'. |
Uses of ExtendedProperty in org.eclipse.birt.chart.model.attribute.impl |
Classes in org.eclipse.birt.chart.model.attribute.impl that implement ExtendedProperty | |
class |
ExtendedPropertyImpl
An implementation of the model object ' Extended Property'. |
Methods in org.eclipse.birt.chart.model.attribute.impl that return ExtendedProperty | |
ExtendedProperty |
AttributeFactoryImpl.createExtendedProperty()
|
Uses of ExtendedProperty in org.eclipse.birt.chart.model.attribute.util |
Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type ExtendedProperty | |
java.lang.Object |
AttributeSwitch.caseExtendedProperty(ExtendedProperty object)
Returns the result of interpretting the object as an instance of 'Extended Property'. |
boolean |
AttributeValidator.validateExtendedProperty(ExtendedProperty extendedProperty,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map context)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |