Uses of Interface
org.eclipse.birt.report.model.api.metadata.ILocalizableInfo
-
Packages that use ILocalizableInfo Package Description org.eclipse.birt.report.model.api.metadata Defines the elements, properties, types, structures and slots in the Report Object Model.org.eclipse.birt.report.model.api.scripts -
-
Uses of ILocalizableInfo in org.eclipse.birt.report.model.api.metadata
Subinterfaces of ILocalizableInfo in org.eclipse.birt.report.model.api.metadata Modifier and Type Interface Description interface
IClassInfo
Represents the script object definition.interface
IMemberInfo
Represents the definition of class member.interface
IMethodInfo
Represents the method information for both class and element.interface
ITemplateMethodInfo
Represents the method information that can provide code template.Classes in org.eclipse.birt.report.model.api.metadata that implement ILocalizableInfo Modifier and Type Class Description class
ClassInfo
Represents the script object definition.class
MemberInfo
Represents the definition of class member.class
MethodInfo
Represents the method information for both class and element. -
Uses of ILocalizableInfo in org.eclipse.birt.report.model.api.scripts
Classes in org.eclipse.birt.report.model.api.scripts that implement ILocalizableInfo Modifier and Type Class Description class
ClassInfo
Represents the script object definition.class
ConstructorInfo
Represents the method information for both class and element.class
MemberInfo
Represents the definition of class member.class
MethodInfo
Represents the method information for both class and element.class
TemplateMethodInfo
Represents the method information that can provide code snippet as the template.
-