A B C D E F G H I L M N O R S T U V W X

A

AbstractASFieldMetadata - Class in org.gvnix.flex.as.classpath.details
Convenient base class for metadata representation of an ActionScript field.
AbstractASFieldMetadata() - Constructor for class org.gvnix.flex.as.classpath.details.AbstractASFieldMetadata
 
AbstractInvocableMemberMetadata - Class in org.gvnix.flex.as.classpath.details
Convenient base class for metadata representation of an invocable ActionScript member.
AbstractInvocableMemberMetadata(String) - Constructor for class org.gvnix.flex.as.classpath.details.AbstractInvocableMemberMetadata
 
AbstractInvocableMemberMetadata(String, String, List<ASMetaTagMetadata>, List<ActionScriptType>, List<ActionScriptSymbolName>, ASTypeVisibility) - Constructor for class org.gvnix.flex.as.classpath.details.AbstractInvocableMemberMetadata
 
AbstractMetaTagAttributeValue<T> - Class in org.gvnix.flex.as.classpath.details.metatag
Abstract base class for ActionScript meta-tag attribute types.
AbstractMetaTagAttributeValue(ActionScriptSymbolName) - Constructor for class org.gvnix.flex.as.classpath.details.metatag.AbstractMetaTagAttributeValue
 
ActionScriptEntityMetadata - Class in org.gvnix.flex.entity
Metadata representation of the root of a managed mapping between an ActionScript entity and a Java entity.
ActionScriptEntityMetadata(String, ActionScriptType, JavaType) - Constructor for class org.gvnix.flex.entity.ActionScriptEntityMetadata
 
ActionScriptEntityMetadataProvider - Class in org.gvnix.flex.entity
MetadataProvider for mappings between Java and ActionScript entities.
ActionScriptEntityMetadataProvider() - Constructor for class org.gvnix.flex.entity.ActionScriptEntityMetadataProvider
 
ActionScriptMappingUtils - Class in org.gvnix.flex.as.model
Utility class for mapping between Java and ActionScript types.
ActionScriptMappingUtils() - Constructor for class org.gvnix.flex.as.model.ActionScriptMappingUtils
 
ActionScriptPackage - Class in org.gvnix.flex.as.model
An ActionScript source package.
ActionScriptPackage(String) - Constructor for class org.gvnix.flex.as.model.ActionScriptPackage
 
ActionScriptSymbolName - Class in org.gvnix.flex.as.model
An ActionScript symbol (i.e., a field).
ActionScriptSymbolName(String) - Constructor for class org.gvnix.flex.as.model.ActionScriptSymbolName
 
ActionScriptType - Class in org.gvnix.flex.as.model
An ActionScript type.
ActionScriptType(String) - Constructor for class org.gvnix.flex.as.model.ActionScriptType
 
ActionScriptType(String, int, ASDataType) - Constructor for class org.gvnix.flex.as.model.ActionScriptType
 
activate(ComponentContext) - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMetadataProvider
 
activate(ComponentContext) - Method in class org.gvnix.flex.entity.ActionScriptEntityMetadataProvider
 
activate(ComponentContext) - Method in class org.gvnix.flex.FlexOperationsImpl
 
activate(ComponentContext) - Method in class org.gvnix.flex.FlexProjectListener
 
activate(ComponentContext) - Method in class org.gvnix.flex.FlexProjectMetadataProvider
 
activate(ComponentContext) - Method in class org.gvnix.flex.FlexScaffoldMetadataProvider
 
activate(ComponentContext) - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider
 
addConstructor(CompilationUnitServices, ASType, ASConstructorMetadata, boolean) - Static method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserConstructorMetadata
 
addField(ASFieldMetadata, boolean) - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
addField(ASFieldMetadata) - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
addField(CompilationUnitServices, ASClassType, ASFieldMetadata, boolean) - Static method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserFieldMetadata
 
addField(ASFieldMetadata, boolean) - Method in interface org.gvnix.flex.as.classpath.details.ASMutableClassOrInterfaceTypeDetails
Adds a new field.
addField(ASFieldMetadata) - Method in interface org.gvnix.flex.as.classpath.details.ASMutableClassOrInterfaceTypeDetails
Adds a new field.
addImport(String) - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
addImport(String) - Method in interface org.gvnix.flex.as.classpath.as3parser.CompilationUnitServices
 
addMetaTagToElement(CompilationUnitServices, ASMetaTagMetadata, MetaTagable, boolean) - Static method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserMetaTagMetadata
 
addMethod(ASMethodMetadata, boolean) - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
addMethod(ASMethodMetadata) - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
addMethod(CompilationUnitServices, ASType, ASMethodMetadata, boolean) - Static method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserMethodMetadata
 
addMethod(ASMethodMetadata, boolean) - Method in interface org.gvnix.flex.as.classpath.details.ASMutableClassOrInterfaceTypeDetails
Adds a new method.
addMethod(ASMethodMetadata) - Method in interface org.gvnix.flex.as.classpath.details.ASMutableClassOrInterfaceTypeDetails
Adds a new method.
addTypeMetaTag(ASMetaTagMetadata, boolean) - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
addTypeMetaTag(ASMetaTagMetadata) - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
addTypeMetaTag(ASMetaTagMetadata, boolean) - Method in interface org.gvnix.flex.as.classpath.details.ASMutableClassOrInterfaceTypeDetails
Adds a new type-level meta tag.
addTypeMetaTag(ASMetaTagMetadata) - Method in interface org.gvnix.flex.as.classpath.details.ASMutableClassOrInterfaceTypeDetails
Adds a new type-level meta tag.
ARRAY_TYPE - Static variable in class org.gvnix.flex.as.model.ActionScriptType
 
As3ParserClassMetadata - Class in org.gvnix.flex.as.classpath.as3parser
Parser-specific metadata for an ActionScript source file.
As3ParserClassMetadata(FileManager, String, String, MetadataService, ASPhysicalTypeMetadataProvider) - Constructor for class org.gvnix.flex.as.classpath.as3parser.As3ParserClassMetadata
 
As3ParserConstructorMetadata - Class in org.gvnix.flex.as.classpath.as3parser.details
Parser-specific metadata representation of an ActionScript constructor method.
As3ParserConstructorMetadata(String, ASMethod, CompilationUnitServices) - Constructor for class org.gvnix.flex.as.classpath.as3parser.details.As3ParserConstructorMetadata
 
As3ParserFieldMetadata - Class in org.gvnix.flex.as.classpath.as3parser.details
Parser-specific metadata representation of an ActionScript field.
As3ParserFieldMetadata(String, ASField, CompilationUnitServices) - Constructor for class org.gvnix.flex.as.classpath.as3parser.details.As3ParserFieldMetadata
 
As3ParserMetadataProvider - Class in org.gvnix.flex.as.classpath.as3parser
Parser-based MetadataProvider for ActionScript source files.
As3ParserMetadataProvider() - Constructor for class org.gvnix.flex.as.classpath.as3parser.As3ParserMetadataProvider
 
As3ParserMetaTagMetadata - Class in org.gvnix.flex.as.classpath.as3parser.details
Parser-specific metadata representation of an ActionScript meta-tag.
As3ParserMetaTagMetadata(ASMetaTag) - Constructor for class org.gvnix.flex.as.classpath.as3parser.details.As3ParserMetaTagMetadata
 
As3ParserMethodMetadata - Class in org.gvnix.flex.as.classpath.as3parser.details
Parser-specific metadata representation of an ActionScript method.
As3ParserMethodMetadata(String, ASMethod, CompilationUnitServices) - Constructor for class org.gvnix.flex.as.classpath.as3parser.details.As3ParserMethodMetadata
 
As3ParserMutableClassOrInterfaceTypeDetails - Class in org.gvnix.flex.as.classpath.as3parser
Parser-specific details for a mutable ActionScript source file.
As3ParserMutableClassOrInterfaceTypeDetails(ASCompilationUnit, FileManager, String, String, ActionScriptType, MetadataService, ASPhysicalTypeMetadataProvider) - Constructor for class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
As3ParserUtils - Class in org.gvnix.flex.as.classpath.as3parser
Utility methods for working with the ActionScript parser implementation.
As3ParserUtils() - Constructor for class org.gvnix.flex.as.classpath.as3parser.As3ParserUtils
 
ASClassOrInterfaceTypeDetails - Interface in org.gvnix.flex.as.classpath.details
Details pertaining to an ActionScript class or interface.
ASConstructorMetadata - Interface in org.gvnix.flex.as.classpath.details
Metadata representation of an ActionScript constructor.
ASDataType - Enum in org.gvnix.flex.as.model
ActionScript data types.
ASFieldMetadata - Interface in org.gvnix.flex.as.classpath.details
Metadata representation of an ActionScript field.
ASIdentifiableMember - Interface in org.gvnix.flex.as.classpath.details
Allows an ActionScript member to be traced back to its declaring type.
ASInvocableMemberMetadata - Interface in org.gvnix.flex.as.classpath.details
Metadata concerning an invocable ActionScript member, namely a method or constructor.
ASMemberHoldingTypeDetails - Interface in org.gvnix.flex.as.classpath.details
Details of a member holding ActionScript type (i.e., a class or interface).
ASMetaTagMetadata - Interface in org.gvnix.flex.as.classpath.details.metatag
Metadata representation of an ActionScript meta-tag.
ASMethodMetadata - Interface in org.gvnix.flex.as.classpath.details
Metadata representation of an ActionScript method.
ASMutableClassOrInterfaceTypeDetails - Interface in org.gvnix.flex.as.classpath.details
Details about the different members in a class or interface.
ASMutablePhysicalTypeMetadataProvider - Interface in org.gvnix.flex.as.classpath
MetadataProvider for mutable ActionScript source files.
ASPhysicalTypeCategory - Enum in org.gvnix.flex.as.classpath
Category of ActionScript source types.
ASPhysicalTypeDetails - Interface in org.gvnix.flex.as.classpath
Details for an ActionScript source file.
ASPhysicalTypeIdentifier - Class in org.gvnix.flex.as.classpath
Helper class for working with metadata id's for ActionScript source files.
ASPhysicalTypeIdentifier() - Constructor for class org.gvnix.flex.as.classpath.ASPhysicalTypeIdentifier
 
ASPhysicalTypeIdentifierNamingUtils - Class in org.gvnix.flex.as.classpath
Utility methods for manipulation of metadata id's for ActionScript source files.
ASPhysicalTypeIdentifierNamingUtils() - Constructor for class org.gvnix.flex.as.classpath.ASPhysicalTypeIdentifierNamingUtils
 
ASPhysicalTypeMetadata - Interface in org.gvnix.flex.as.classpath
Metadata for an ActionScript source file.
ASPhysicalTypeMetadataProvider - Interface in org.gvnix.flex.as.classpath
MetadataProvider for ActionScript source files.
assertActionScriptNameLegal(String) - Static method in class org.gvnix.flex.as.model.ActionScriptSymbolName
 
ASTypeVisibility - Enum in org.gvnix.flex.as.model
ActionScript type visibilities.

B

BOOLEAN_TYPE - Static variable in class org.gvnix.flex.as.model.ActionScriptType
 
BooleanAttributeValue - Class in org.gvnix.flex.as.classpath.details.metatag
Boolean meta-tag attribute.
BooleanAttributeValue(ActionScriptSymbolName, boolean) - Constructor for class org.gvnix.flex.as.classpath.details.metatag.BooleanAttributeValue
 
buildValidationsForField(FieldMetadata) - Static method in class org.gvnix.flex.ui.FlexUIMetadataProvider
 

C

calculateUniqueKeyFor(Element) - Static method in class org.gvnix.flex.ui.MxmlRoundTripUtils
Create a base 64 encoded SHA1 hash key for a given XML element.
clazz - Variable in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
commit() - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
commit() - Method in interface org.gvnix.flex.as.classpath.details.ASMutableClassOrInterfaceTypeDetails
Commit changes to disk
compareDocuments(Document, Document) - Static method in class org.gvnix.flex.ui.MxmlRoundTripUtils
This method will compare the original document with the proposed document and return an adjusted document if necessary.
compareTo(ActionScriptPackage) - Method in class org.gvnix.flex.as.model.ActionScriptPackage
 
compareTo(ActionScriptSymbolName) - Method in class org.gvnix.flex.as.model.ActionScriptSymbolName
 
compareTo(ActionScriptType) - Method in class org.gvnix.flex.as.model.ActionScriptType
 
CompilationUnitServices - Interface in org.gvnix.flex.as.classpath.as3parser
Services for manipulation of an ActionScript compilation unit.
createFlexCompilerConfig() - Method in interface org.gvnix.flex.FlexOperations
 
createFlexCompilerConfig() - Method in class org.gvnix.flex.FlexOperationsImpl
 
createIdentifier(ActionScriptType, String) - Static method in class org.gvnix.flex.as.classpath.ASPhysicalTypeIdentifier
 
createIdentifier(String, ActionScriptType, String) - Static method in class org.gvnix.flex.as.classpath.ASPhysicalTypeIdentifierNamingUtils
 
createIdentifier(JavaType, LogicalPath) - Static method in class org.gvnix.flex.FlexScaffoldMetadata
 
createIdentifier(JavaType, LogicalPath) - Static method in class org.gvnix.flex.ui.FlexUIMetadata
 
createLocalIdentifier(JavaType, LogicalPath) - Method in class org.gvnix.flex.FlexScaffoldMetadataProvider
 
createPhysicalType(ASPhysicalTypeMetadata) - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMetadataProvider
 
createPhysicalType(ASPhysicalTypeMetadata) - Method in interface org.gvnix.flex.as.classpath.ASMutablePhysicalTypeMetadataProvider
 
createRemotingDestination(JavaType, JavaType) - Method in interface org.gvnix.flex.FlexOperations
 
createRemotingDestination(JavaType, JavaType) - Method in class org.gvnix.flex.FlexOperationsImpl
 
createScaffoldApp() - Method in interface org.gvnix.flex.FlexOperations
 
createScaffoldApp() - Method in class org.gvnix.flex.FlexOperationsImpl
 
createType(FileManager, ASClassOrInterfaceTypeDetails, String) - Static method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
createTypeIdentifier(ActionScriptType, String) - Static method in class org.gvnix.flex.entity.ActionScriptEntityMetadata
 

D

DATE_TYPE - Static variable in class org.gvnix.flex.as.model.ActionScriptType
 
deactivate(ComponentContext) - Method in class org.gvnix.flex.entity.ActionScriptEntityMetadataProvider
 
deactivate(ComponentContext) - Method in class org.gvnix.flex.FlexProjectListener
 
deactivate(ComponentContext) - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider
 
DefaultASClassOrInterfaceTypeDetails - Class in org.gvnix.flex.as.classpath.details
Default detail representation of an ActionScript class or interface.
DefaultASClassOrInterfaceTypeDetails(String, ActionScriptType, ASPhysicalTypeCategory, List<ASMetaTagMetadata>) - Constructor for class org.gvnix.flex.as.classpath.details.DefaultASClassOrInterfaceTypeDetails
 
DefaultASClassOrInterfaceTypeDetails(String, ActionScriptType, ASPhysicalTypeCategory, List<ASFieldMetadata>, ASConstructorMetadata, List<ASMethodMetadata>, ASClassOrInterfaceTypeDetails, List<ActionScriptType>, List<ActionScriptType>, List<ASMetaTagMetadata>) - Constructor for class org.gvnix.flex.as.classpath.details.DefaultASClassOrInterfaceTypeDetails
 
DefaultASConstructorMetadata - Class in org.gvnix.flex.as.classpath.details
Default metadata representation of an ActionScript constructor method.
DefaultASConstructorMetadata(String, String, List<ASMetaTagMetadata>, List<ActionScriptType>, List<ActionScriptSymbolName>, ASTypeVisibility) - Constructor for class org.gvnix.flex.as.classpath.details.DefaultASConstructorMetadata
 
DefaultASConstructorMetadata(String) - Constructor for class org.gvnix.flex.as.classpath.details.DefaultASConstructorMetadata
 
DefaultASFieldMetadata - Class in org.gvnix.flex.as.classpath.details
Default metadata representation of an ActionScript field.
DefaultASFieldMetadata(String, ActionScriptType, ActionScriptSymbolName, ASTypeVisibility, String, List<ASMetaTagMetadata>) - Constructor for class org.gvnix.flex.as.classpath.details.DefaultASFieldMetadata
 
DefaultASMetaTagMetadata - Class in org.gvnix.flex.as.classpath.details.metatag
Default metadata representation of an ActionScript meta-tag.
DefaultASMetaTagMetadata(String, List<MetaTagAttributeValue<?>>) - Constructor for class org.gvnix.flex.as.classpath.details.metatag.DefaultASMetaTagMetadata
 
DefaultASMethodMetadata - Class in org.gvnix.flex.as.classpath.details
Default metadata representation of an ActionScript method.
DefaultASMethodMetadata(String, ActionScriptSymbolName, ActionScriptType, ASTypeVisibility, String, List<ASMetaTagMetadata>, List<ActionScriptType>, List<ActionScriptSymbolName>) - Constructor for class org.gvnix.flex.as.classpath.details.DefaultASMethodMetadata
 
DefaultASMethodMetadata(String, ActionScriptSymbolName, ActionScriptType, ASTypeVisibility) - Constructor for class org.gvnix.flex.as.classpath.details.DefaultASMethodMetadata
 
DefaultASPhysicalTypeDetails - Class in org.gvnix.flex.as.classpath.details
Default detail representation of an ActionScript source file.
DefaultASPhysicalTypeDetails(ASPhysicalTypeCategory, ActionScriptType) - Constructor for class org.gvnix.flex.as.classpath.details.DefaultASPhysicalTypeDetails
 
DefaultASPhysicalTypeMetadata - Class in org.gvnix.flex.as.classpath.details
Default metadata representation of an ActionScript source file.
DefaultASPhysicalTypeMetadata(String, String, ASPhysicalTypeDetails) - Constructor for class org.gvnix.flex.as.classpath.details.DefaultASPhysicalTypeMetadata
 

E

equals(Object) - Method in class org.gvnix.flex.as.classpath.details.AbstractASFieldMetadata
 
equals(Object) - Method in class org.gvnix.flex.as.model.ActionScriptPackage
 
equals(Object) - Method in class org.gvnix.flex.as.model.ActionScriptSymbolName
 
equals(Object) - Method in class org.gvnix.flex.as.model.ActionScriptType
 
equals(Object) - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider.RelatedTypeWrapper
 
ERROR_TYPE - Static variable in class org.gvnix.flex.as.model.ActionScriptType
 

F

findIdentifier(ActionScriptType) - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMetadataProvider
 
findIdentifier(ActionScriptType) - Method in interface org.gvnix.flex.as.classpath.ASPhysicalTypeMetadataProvider
Attempts to locate the specified ActionScriptType by searching the physical disk (does not search for existing ASPhysicalTypeMetadata).
FlexCommands - Class in org.gvnix.flex
Roo CLI commands for working with Flex projects.
FlexCommands() - Constructor for class org.gvnix.flex.FlexCommands
 
FlexOperations - Interface in org.gvnix.flex
Operations for manipulating Flex projects.
FlexOperationsImpl - Class in org.gvnix.flex
Implementation of flex operations that are available via the Roo shell.
FlexOperationsImpl() - Constructor for class org.gvnix.flex.FlexOperationsImpl
 
FlexProjectListener - Class in org.gvnix.flex
MetadataNotificationListener that monitors the filesystem for changes to Flex source files.
FlexProjectListener() - Constructor for class org.gvnix.flex.FlexProjectListener
 
FlexProjectMetadata - Class in org.gvnix.flex
 
FlexProjectMetadata(PathResolver) - Constructor for class org.gvnix.flex.FlexProjectMetadata
 
FlexProjectMetadataProvider - Class in org.gvnix.flex
 
FlexProjectMetadataProvider() - Constructor for class org.gvnix.flex.FlexProjectMetadataProvider
 
FlexScaffoldAnnotationValues - Class in org.gvnix.flex
Annotation attribute values for RooFlexScaffold
FlexScaffoldAnnotationValues(PhysicalTypeMetadata) - Constructor for class org.gvnix.flex.FlexScaffoldAnnotationValues
 
FlexScaffoldMetadata - Class in org.gvnix.flex
Metadata for a scaffolded Flex remoting destination.
FlexScaffoldMetadata(String, JavaType, PhysicalTypeMetadata, FlexScaffoldAnnotationValues, JpaActiveRecordMetadata, Set<FinderMetadataDetails>, PersistenceMemberLocator) - Constructor for class org.gvnix.flex.FlexScaffoldMetadata
 
FlexScaffoldMetadataProvider - Class in org.gvnix.flex
MetadataProvider for scaffolded Flex remoting destinations.
FlexScaffoldMetadataProvider() - Constructor for class org.gvnix.flex.FlexScaffoldMetadataProvider
 
FlexUIMetadata - Class in org.gvnix.flex.ui
Metadata representation of the user interface scaffolding generated for a particular Flex entity.
FlexUIMetadata(String) - Constructor for class org.gvnix.flex.ui.FlexUIMetadata
 
FlexUIMetadataProvider - Class in org.gvnix.flex.ui
MetadataProvider for the user interface scaffolding for a Flex remoting destination.
FlexUIMetadataProvider() - Constructor for class org.gvnix.flex.ui.FlexUIMetadataProvider
 
FlexUIMetadataProvider.FormFieldWrapper - Class in org.gvnix.flex.ui
 
FlexUIMetadataProvider.FormFieldWrapper(FieldMetadata) - Constructor for class org.gvnix.flex.ui.FlexUIMetadataProvider.FormFieldWrapper
 
FlexUIMetadataProvider.RelatedTypeWrapper - Class in org.gvnix.flex.ui
 
FlexUIMetadataProvider.RelatedTypeWrapper(ActionScriptType, List<FieldMetadata>, boolean) - Constructor for class org.gvnix.flex.ui.FlexUIMetadataProvider.RelatedTypeWrapper
 
flush() - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
flush() - Method in interface org.gvnix.flex.as.classpath.as3parser.CompilationUnitServices
Forces the implementation to flush any changes.
FUNCTION_TYPE - Static variable in class org.gvnix.flex.as.model.ActionScriptType
 

G

generateAll(JavaPackage) - Method in class org.gvnix.flex.FlexCommands
 
generateAll(JavaPackage) - Method in interface org.gvnix.flex.FlexOperations
 
generateAll(JavaPackage) - Method in class org.gvnix.flex.FlexOperationsImpl
 
get(String) - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMetadataProvider
 
get(String) - Method in class org.gvnix.flex.entity.ActionScriptEntityMetadataProvider
 
get(String) - Method in class org.gvnix.flex.FlexProjectMetadataProvider
 
get(String) - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider
 
getActionScriptType(ActionScriptPackage, List<String>, ASType) - Static method in class org.gvnix.flex.as.classpath.as3parser.As3ParserUtils
 
getActionScriptType(ActionScriptPackage, List<String>, String) - Static method in class org.gvnix.flex.as.classpath.as3parser.As3ParserUtils
 
getActionScriptType(String) - Static method in class org.gvnix.flex.as.classpath.ASPhysicalTypeIdentifier
 
getActionScriptType(String, String) - Static method in class org.gvnix.flex.as.classpath.ASPhysicalTypeIdentifierNamingUtils
 
getActionScriptType() - Method in class org.gvnix.flex.entity.ActionScriptEntityMetadata
 
getArray() - Method in class org.gvnix.flex.as.model.ActionScriptType
 
getAs3ParserVisiblity(ASTypeVisibility) - Static method in class org.gvnix.flex.as.classpath.as3parser.As3ParserUtils
 
getAsPhysicalTypeProvider() - Method in class org.gvnix.flex.entity.ActionScriptEntityMetadataProvider
 
getAsPhysicalTypeProvider() - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider
 
getAsType() - Method in class org.gvnix.flex.entity.TypeMapping
 
getASTypeVisibility(Visibility) - Static method in class org.gvnix.flex.as.classpath.as3parser.As3ParserUtils
 
getAttribute(ActionScriptSymbolName) - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserMetaTagMetadata
 
getAttribute(ActionScriptSymbolName) - Method in interface org.gvnix.flex.as.classpath.details.metatag.ASMetaTagMetadata
Acquires an attribute value for the requested name.
getAttribute(ActionScriptSymbolName) - Method in class org.gvnix.flex.as.classpath.details.metatag.DefaultASMetaTagMetadata
 
getAttributeNames() - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserMetaTagMetadata
 
getAttributeNames() - Method in interface org.gvnix.flex.as.classpath.details.metatag.ASMetaTagMetadata
 
getAttributeNames() - Method in class org.gvnix.flex.as.classpath.details.metatag.DefaultASMetaTagMetadata
 
getBody() - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserConstructorMetadata
 
getBody() - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserMethodMetadata
 
getBody() - Method in class org.gvnix.flex.as.classpath.details.AbstractInvocableMemberMetadata
 
getBody() - Method in interface org.gvnix.flex.as.classpath.details.ASInvocableMemberMetadata
 
getCompilationUnitPackage() - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
getCompilationUnitPackage() - Method in interface org.gvnix.flex.as.classpath.as3parser.CompilationUnitServices
 
getDataType() - Method in class org.gvnix.flex.as.model.ActionScriptType
 
getDeclaredByMetadataId() - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
getDeclaredByMetadataId() - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserConstructorMetadata
 
getDeclaredByMetadataId() - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserFieldMetadata
 
getDeclaredByMetadataId() - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserMethodMetadata
 
getDeclaredByMetadataId() - Method in class org.gvnix.flex.as.classpath.details.AbstractASFieldMetadata
 
getDeclaredByMetadataId() - Method in class org.gvnix.flex.as.classpath.details.AbstractInvocableMemberMetadata
 
getDeclaredByMetadataId() - Method in interface org.gvnix.flex.as.classpath.details.ASClassOrInterfaceTypeDetails
 
getDeclaredByMetadataId() - Method in interface org.gvnix.flex.as.classpath.details.ASIdentifiableMember
 
getDeclaredByMetadataId() - Method in class org.gvnix.flex.as.classpath.details.DefaultASClassOrInterfaceTypeDetails
 
getDeclaredByMetadataId() - Method in class org.gvnix.flex.as.classpath.details.DefaultASFieldMetadata
 
getDeclaredConstructor() - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
getDeclaredConstructor() - Method in interface org.gvnix.flex.as.classpath.details.ASMemberHoldingTypeDetails
 
getDeclaredConstructor() - Method in class org.gvnix.flex.as.classpath.details.DefaultASClassOrInterfaceTypeDetails
 
getDeclaredFields() - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
getDeclaredFields() - Method in interface org.gvnix.flex.as.classpath.details.ASMemberHoldingTypeDetails
 
getDeclaredFields() - Method in class org.gvnix.flex.as.classpath.details.DefaultASClassOrInterfaceTypeDetails
 
getDeclaredMethods() - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
getDeclaredMethods() - Method in interface org.gvnix.flex.as.classpath.details.ASMemberHoldingTypeDetails
 
getDeclaredMethods() - Method in class org.gvnix.flex.as.classpath.details.DefaultASClassOrInterfaceTypeDetails
 
getEntity() - Method in class org.gvnix.flex.FlexScaffoldAnnotationValues
 
getEntity() - Method in class org.gvnix.flex.FlexScaffoldMetadata
 
getEntityMetadata() - Method in class org.gvnix.flex.FlexScaffoldMetadata
 
getEntityReference() - Method in class org.gvnix.flex.FlexScaffoldMetadata
 
getExtendsTypes() - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
getExtendsTypes() - Method in interface org.gvnix.flex.as.classpath.details.ASMemberHoldingTypeDetails
 
getExtendsTypes() - Method in class org.gvnix.flex.as.classpath.details.DefaultASClassOrInterfaceTypeDetails
 
getFieldInitializer() - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserFieldMetadata
 
getFieldInitializer() - Method in interface org.gvnix.flex.as.classpath.details.ASFieldMetadata
 
getFieldInitializer() - Method in class org.gvnix.flex.as.classpath.details.DefaultASFieldMetadata
 
getFieldName() - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserFieldMetadata
 
getFieldName() - Method in class org.gvnix.flex.as.classpath.details.AbstractASFieldMetadata
 
getFieldName() - Method in interface org.gvnix.flex.as.classpath.details.ASFieldMetadata
 
getFieldName() - Method in class org.gvnix.flex.as.classpath.details.DefaultASFieldMetadata
 
getFieldsOfType() - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider.RelatedTypeWrapper
 
getFieldType() - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserFieldMetadata
 
getFieldType() - Method in interface org.gvnix.flex.as.classpath.details.ASFieldMetadata
 
getFieldType() - Method in class org.gvnix.flex.as.classpath.details.DefaultASFieldMetadata
 
getFileManager() - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMetadataProvider
 
getFileManager() - Method in class org.gvnix.flex.FlexProjectMetadataProvider
 
getFileManager() - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider
 
getFlexOperations() - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider
 
getFriendlyName(String) - Static method in class org.gvnix.flex.as.classpath.ASPhysicalTypeIdentifier
 
getFullyQualifiedPackageName() - Method in class org.gvnix.flex.as.model.ActionScriptPackage
 
getFullyQualifiedTypeName() - Method in class org.gvnix.flex.as.model.ActionScriptType
 
getGovernorPhysicalTypeIdentifier(String) - Method in class org.gvnix.flex.FlexScaffoldMetadataProvider
 
getImplementsTypes() - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
getImplementsTypes() - Method in interface org.gvnix.flex.as.classpath.details.ASMemberHoldingTypeDetails
 
getImplementsTypes() - Method in class org.gvnix.flex.as.classpath.details.DefaultASClassOrInterfaceTypeDetails
 
getImports() - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
getImports() - Method in interface org.gvnix.flex.as.classpath.as3parser.CompilationUnitServices
 
getItdUniquenessFilenameSuffix() - Method in class org.gvnix.flex.FlexScaffoldMetadataProvider
 
getJavaPath(String) - Static method in class org.gvnix.flex.entity.ActionScriptEntityMetadata
 
getJavaType() - Method in class org.gvnix.flex.entity.ActionScriptEntityMetadata
 
getJavaType(String) - Static method in class org.gvnix.flex.entity.ActionScriptEntityMetadata
 
getJavaType() - Method in class org.gvnix.flex.entity.TypeMapping
 
getJavaType(String) - Static method in class org.gvnix.flex.FlexScaffoldMetadata
 
getJavaType(String) - Static method in class org.gvnix.flex.ui.FlexUIMetadata
 
getMemberDetailsScanner() - Method in class org.gvnix.flex.entity.ActionScriptEntityMetadataProvider
 
getMemberDetailsScanner() - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider
 
getMetadata(String, JavaType, PhysicalTypeMetadata, String) - Method in class org.gvnix.flex.FlexScaffoldMetadataProvider
 
getMetadata() - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider.FormFieldWrapper
 
getMetadataDependencyRegistry() - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMetadataProvider
 
getMetadataDependencyRegistry() - Method in class org.gvnix.flex.entity.ActionScriptEntityMetadataProvider
 
getMetadataDependencyRegistry() - Method in class org.gvnix.flex.FlexProjectMetadataProvider
 
getMetadataDependencyRegistry() - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider
 
getMetadataId() - Method in class org.gvnix.flex.entity.TypeMapping
 
getMetadataIdentiferType() - Static method in class org.gvnix.flex.as.classpath.ASPhysicalTypeIdentifier
 
getMetadataIdentiferType() - Static method in class org.gvnix.flex.entity.ActionScriptEntityMetadata
 
getMetadataIdentiferType() - Static method in class org.gvnix.flex.FlexScaffoldMetadata
 
getMetadataIdentifierType() - Static method in class org.gvnix.flex.ui.FlexUIMetadata
 
getMetadataService() - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMetadataProvider
 
getMetadataService() - Method in class org.gvnix.flex.entity.ActionScriptEntityMetadataProvider
 
getMetadataService() - Method in class org.gvnix.flex.FlexProjectMetadataProvider
 
getMetadataService() - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider
 
getMetaTagAttributeValue(ASMetaTag.Param) - Static method in class org.gvnix.flex.as.classpath.as3parser.As3ParserUtils
 
getMetaTags() - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserConstructorMetadata
 
getMetaTags() - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserFieldMetadata
 
getMetaTags() - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserMethodMetadata
 
getMetaTags() - Method in class org.gvnix.flex.as.classpath.details.AbstractInvocableMemberMetadata
 
getMetaTags() - Method in interface org.gvnix.flex.as.classpath.details.ASFieldMetadata
 
getMetaTags() - Method in interface org.gvnix.flex.as.classpath.details.ASInvocableMemberMetadata
 
getMetaTags() - Method in class org.gvnix.flex.as.classpath.details.DefaultASFieldMetadata
 
getMethodName() - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserMethodMetadata
 
getMethodName() - Method in interface org.gvnix.flex.as.classpath.details.ASMethodMetadata
 
getMethodName() - Method in class org.gvnix.flex.as.classpath.details.DefaultASMethodMetadata
 
getName() - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
getName() - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserMetaTagMetadata
 
getName() - Method in interface org.gvnix.flex.as.classpath.ASPhysicalTypeDetails
 
getName() - Method in class org.gvnix.flex.as.classpath.details.DefaultASClassOrInterfaceTypeDetails
 
getName() - Method in class org.gvnix.flex.as.classpath.details.DefaultASPhysicalTypeDetails
 
getName() - Method in class org.gvnix.flex.as.classpath.details.metatag.AbstractMetaTagAttributeValue
 
getName() - Method in interface org.gvnix.flex.as.classpath.details.metatag.ASMetaTagMetadata
 
getName() - Method in class org.gvnix.flex.as.classpath.details.metatag.DefaultASMetaTagMetadata
 
getName() - Method in interface org.gvnix.flex.as.classpath.details.metatag.MetaTagAttributeValue
 
getOutput(ASClassOrInterfaceTypeDetails) - Static method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
getPackage() - Method in class org.gvnix.flex.as.model.ActionScriptType
 
getParameterNames() - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserConstructorMetadata
 
getParameterNames() - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserMethodMetadata
 
getParameterNames() - Method in class org.gvnix.flex.as.classpath.details.AbstractInvocableMemberMetadata
 
getParameterNames() - Method in interface org.gvnix.flex.as.classpath.details.ASInvocableMemberMetadata
 
getParameterTypes() - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserConstructorMetadata
 
getParameterTypes() - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserMethodMetadata
 
getParameterTypes() - Method in class org.gvnix.flex.as.classpath.details.AbstractInvocableMemberMetadata
 
getParameterTypes() - Method in interface org.gvnix.flex.as.classpath.details.ASInvocableMemberMetadata
 
getPath(String) - Static method in class org.gvnix.flex.as.classpath.ASPhysicalTypeIdentifier
 
getPath(String, String) - Static method in class org.gvnix.flex.as.classpath.ASPhysicalTypeIdentifierNamingUtils
 
getPath(String) - Static method in class org.gvnix.flex.FlexScaffoldMetadata
 
getPath(String) - Static method in class org.gvnix.flex.ui.FlexUIMetadata
 
getPathResolver() - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMetadataProvider
 
getPathResolver() - Method in class org.gvnix.flex.entity.ActionScriptEntityMetadataProvider
 
getPathResolver() - Method in class org.gvnix.flex.FlexProjectMetadata
 
getPathResolver() - Method in class org.gvnix.flex.FlexProjectMetadataProvider
 
getPathResolver() - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider
 
getPhysicalLocationCanonicalPath() - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserClassMetadata
 
getPhysicalLocationCanonicalPath() - Method in interface org.gvnix.flex.as.classpath.ASPhysicalTypeMetadata
 
getPhysicalLocationCanonicalPath() - Method in class org.gvnix.flex.as.classpath.details.DefaultASPhysicalTypeMetadata
 
getPhysicalTypeCategory() - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
getPhysicalTypeCategory() - Method in interface org.gvnix.flex.as.classpath.ASPhysicalTypeDetails
 
getPhysicalTypeCategory() - Method in class org.gvnix.flex.as.classpath.details.DefaultASClassOrInterfaceTypeDetails
 
getPhysicalTypeCategory() - Method in class org.gvnix.flex.as.classpath.details.DefaultASPhysicalTypeDetails
 
getPhysicalTypeDetails() - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserClassMetadata
 
getPhysicalTypeDetails() - Method in interface org.gvnix.flex.as.classpath.ASPhysicalTypeMetadata
 
getPhysicalTypeDetails() - Method in class org.gvnix.flex.as.classpath.details.DefaultASPhysicalTypeMetadata
 
getProjectIdentifier() - Static method in class org.gvnix.flex.FlexProjectMetadata
 
getProjectOperations() - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider
 
getProvidesType() - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMetadataProvider
 
getProvidesType() - Method in class org.gvnix.flex.entity.ActionScriptEntityMetadataProvider
 
getProvidesType() - Method in class org.gvnix.flex.FlexProjectMetadataProvider
 
getProvidesType() - Method in class org.gvnix.flex.FlexScaffoldMetadataProvider
 
getProvidesType() - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider
 
getReadableSymbolName() - Method in class org.gvnix.flex.as.model.ActionScriptSymbolName
 
getReturnType() - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserMethodMetadata
 
getReturnType() - Method in interface org.gvnix.flex.as.classpath.details.ASMethodMetadata
 
getReturnType() - Method in class org.gvnix.flex.as.classpath.details.DefaultASMethodMetadata
 
getServiceReference() - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider.RelatedTypeWrapper
 
getSimpleTypeName() - Method in class org.gvnix.flex.as.model.ActionScriptType
 
getSuperClass() - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
getSuperClass() - Method in interface org.gvnix.flex.as.classpath.details.ASClassOrInterfaceTypeDetails
 
getSuperClass() - Method in class org.gvnix.flex.as.classpath.details.DefaultASClassOrInterfaceTypeDetails
 
getSymbolName() - Method in class org.gvnix.flex.as.model.ActionScriptSymbolName
 
getSymbolNameCapitalisedFirstLetter() - Method in class org.gvnix.flex.as.model.ActionScriptSymbolName
 
getType() - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider.RelatedTypeWrapper
 
getTypeManagementService() - Method in class org.gvnix.flex.entity.ActionScriptEntityMetadataProvider
 
getTypeMetaTags() - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
getTypeMetaTags() - Method in interface org.gvnix.flex.as.classpath.details.ASMemberHoldingTypeDetails
 
getTypeMetaTags() - Method in class org.gvnix.flex.as.classpath.details.DefaultASClassOrInterfaceTypeDetails
 
getTypeName() - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider.RelatedTypeWrapper
 
getTypeReference() - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider.RelatedTypeWrapper
 
getValidations() - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider.FormFieldWrapper
 
getValue() - Method in class org.gvnix.flex.as.classpath.details.metatag.BooleanAttributeValue
 
getValue() - Method in class org.gvnix.flex.as.classpath.details.metatag.IntegerAttributeValue
 
getValue() - Method in interface org.gvnix.flex.as.classpath.details.metatag.MetaTagAttributeValue
 
getValue() - Method in class org.gvnix.flex.as.classpath.details.metatag.StringAttributeValue
 
getVisibility() - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserConstructorMetadata
 
getVisibility() - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserFieldMetadata
 
getVisibility() - Method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserMethodMetadata
 
getVisibility() - Method in class org.gvnix.flex.as.classpath.details.AbstractInvocableMemberMetadata
 
getVisibility() - Method in interface org.gvnix.flex.as.classpath.details.ASIdentifiableMember
Indicates the visibility of the member.
getVisibility() - Method in class org.gvnix.flex.as.classpath.details.DefaultASFieldMetadata
 
getWebMetadataService() - Method in class org.gvnix.flex.FlexScaffoldMetadataProvider
 

H

hashCode() - Method in class org.gvnix.flex.as.classpath.details.AbstractASFieldMetadata
 
hashCode() - Method in class org.gvnix.flex.as.model.ActionScriptPackage
 
hashCode() - Method in class org.gvnix.flex.as.model.ActionScriptSymbolName
 
hashCode() - Method in class org.gvnix.flex.as.model.ActionScriptType
 
hashCode() - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider.RelatedTypeWrapper
 

I

importTypeIfRequired(CompilationUnitServices, ActionScriptType) - Static method in class org.gvnix.flex.as.classpath.as3parser.As3ParserUtils
 
installFlex() - Method in class org.gvnix.flex.FlexCommands
 
installFlex() - Method in interface org.gvnix.flex.FlexOperations
 
installFlex() - Method in class org.gvnix.flex.FlexOperationsImpl
 
INT_TYPE - Static variable in class org.gvnix.flex.as.model.ActionScriptType
 
IntegerAttributeValue - Class in org.gvnix.flex.as.classpath.details.metatag
Integer meta-tag attribute.
IntegerAttributeValue(ActionScriptSymbolName, Integer) - Constructor for class org.gvnix.flex.as.classpath.details.metatag.IntegerAttributeValue
 
isArray() - Method in class org.gvnix.flex.as.model.ActionScriptType
 
isBoolean() - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider.FormFieldWrapper
 
isDate() - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider.FormFieldWrapper
 
isDefaultPackage() - Method in class org.gvnix.flex.as.model.ActionScriptType
 
isDirty - Variable in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
isFlexAvailable() - Method in class org.gvnix.flex.FlexCommands
 
isFlexAvailable() - Method in interface org.gvnix.flex.FlexOperations
 
isFlexAvailable() - Method in class org.gvnix.flex.FlexOperationsImpl
 
isFlexConfigured() - Method in class org.gvnix.flex.FlexCommands
 
isFlexConfigured() - Method in interface org.gvnix.flex.FlexOperations
 
isFlexConfigured() - Method in class org.gvnix.flex.FlexOperationsImpl
 
isImplicitType(String) - Static method in class org.gvnix.flex.as.model.ActionScriptType
 
isImportRequired() - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider.RelatedTypeWrapper
 
isMappableType(ActionScriptType) - Static method in class org.gvnix.flex.as.model.ActionScriptMappingUtils
 
isNumber() - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider.FormFieldWrapper
 
isNumeric() - Method in class org.gvnix.flex.as.model.ActionScriptType
 
isSingleEndedRelationship() - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider.FormFieldWrapper
 
isValid(String) - Static method in class org.gvnix.flex.as.classpath.ASPhysicalTypeIdentifier
 
isValid(String, String) - Static method in class org.gvnix.flex.as.classpath.ASPhysicalTypeIdentifierNamingUtils
Indicates whether the presented metadata identification string appears to be valid.
isValid(String) - Static method in class org.gvnix.flex.entity.ActionScriptEntityMetadata
 
isValid(String) - Static method in class org.gvnix.flex.FlexScaffoldMetadata
 
isValid(String) - Static method in class org.gvnix.flex.ui.FlexUIMetadata
 

L

LOGGER - Static variable in class org.gvnix.flex.as.classpath.as3parser.As3ParserMetadataProvider
 
LOGGER - Static variable in class org.gvnix.flex.entity.ActionScriptEntityMetadataProvider
 
LOGGER - Static variable in class org.gvnix.flex.FlexProjectMetadataProvider
 
LOGGER - Static variable in class org.gvnix.flex.ui.FlexUIMetadataProvider
 

M

memberDetailsScanner - Variable in class org.gvnix.flex.entity.ActionScriptEntityMetadataProvider
 
MetaTagAttributeValue<T> - Interface in org.gvnix.flex.as.classpath.details.metatag
Detail representation of an ActionScript meta-tag attribute.
MxmlRoundTripUtils - Class in org.gvnix.flex.ui
Utilities related to round-tripping MXML documents
MxmlRoundTripUtils() - Constructor for class org.gvnix.flex.ui.MxmlRoundTripUtils
 

N

newRemotingDestination(JavaType, JavaType) - Method in class org.gvnix.flex.FlexCommands
 
notify(String, String) - Method in class org.gvnix.flex.entity.ActionScriptEntityMetadataProvider
 
notify(String, String) - Method in class org.gvnix.flex.FlexProjectListener
 
notify(String, String) - Method in class org.gvnix.flex.ui.FlexUIMetadataProvider
 
NULL_TYPE - Static variable in class org.gvnix.flex.as.model.ActionScriptType
 
NUMBER_TYPE - Static variable in class org.gvnix.flex.as.model.ActionScriptType
 

O

OBJECT_TYPE - Static variable in class org.gvnix.flex.as.model.ActionScriptType
 
onFileEvent(FileEvent) - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMetadataProvider
 
onFileEvent(FileEvent) - Method in class org.gvnix.flex.FlexProjectMetadataProvider
 
org.gvnix.flex - package org.gvnix.flex
 
org.gvnix.flex.as.classpath - package org.gvnix.flex.as.classpath
 
org.gvnix.flex.as.classpath.as3parser - package org.gvnix.flex.as.classpath.as3parser
 
org.gvnix.flex.as.classpath.as3parser.details - package org.gvnix.flex.as.classpath.as3parser.details
 
org.gvnix.flex.as.classpath.details - package org.gvnix.flex.as.classpath.details
 
org.gvnix.flex.as.classpath.details.metatag - package org.gvnix.flex.as.classpath.details.metatag
 
org.gvnix.flex.as.model - package org.gvnix.flex.as.model
 
org.gvnix.flex.entity - package org.gvnix.flex.entity
 
org.gvnix.flex.ui - package org.gvnix.flex.ui
 

R

REGEXP_TYPE - Static variable in class org.gvnix.flex.as.model.ActionScriptType
 
removeField(ActionScriptSymbolName, boolean) - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
removeField(ActionScriptSymbolName) - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
removeField(CompilationUnitServices, ASClassType, ActionScriptSymbolName, boolean) - Static method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserFieldMetadata
 
removeField(ActionScriptSymbolName, boolean) - Method in interface org.gvnix.flex.as.classpath.details.ASMutableClassOrInterfaceTypeDetails
Removes an existing field.
removeField(ActionScriptSymbolName) - Method in interface org.gvnix.flex.as.classpath.details.ASMutableClassOrInterfaceTypeDetails
Removes an existing field.
removeMetatagFromElement(CompilationUnitServices, MetaTagable, String, boolean) - Static method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserMetaTagMetadata
 
removeTypeMetaTag(String, boolean) - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
removeTypeMetaTag(String) - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
removeTypeMetaTag(String, boolean) - Method in interface org.gvnix.flex.as.classpath.details.ASMutableClassOrInterfaceTypeDetails
Removes the type-level meta tag of the name indicated.
removeTypeMetaTag(String) - Method in interface org.gvnix.flex.as.classpath.details.ASMutableClassOrInterfaceTypeDetails
Removes the type-level meta tag of the name indicated.

S

STRING_TYPE - Static variable in class org.gvnix.flex.as.model.ActionScriptType
 
StringAttributeValue - Class in org.gvnix.flex.as.classpath.details.metatag
String meta-tag attribute.
StringAttributeValue(ActionScriptSymbolName, String) - Constructor for class org.gvnix.flex.as.classpath.details.metatag.StringAttributeValue
 

T

toActionScriptPackage(JavaPackage) - Static method in class org.gvnix.flex.as.model.ActionScriptMappingUtils
 
toActionScriptSymbolName(JavaSymbolName) - Static method in class org.gvnix.flex.as.model.ActionScriptMappingUtils
 
toActionScriptType(FieldMetadata) - Static method in class org.gvnix.flex.as.model.ActionScriptMappingUtils
 
toActionScriptType(JavaType) - Static method in class org.gvnix.flex.as.model.ActionScriptMappingUtils
 
toASFieldMetadata(String, FieldMetadata, boolean) - Static method in class org.gvnix.flex.as.model.ActionScriptMappingUtils
 
toASTypeVisibility(int) - Static method in class org.gvnix.flex.as.model.ActionScriptMappingUtils
 
toFieldMetadata(String, ASFieldMetadata, boolean) - Static method in class org.gvnix.flex.as.model.ActionScriptMappingUtils
 
toJavaPackage(ActionScriptPackage) - Static method in class org.gvnix.flex.as.model.ActionScriptMappingUtils
 
toJavaType(ActionScriptType) - Static method in class org.gvnix.flex.as.model.ActionScriptMappingUtils
 
toString() - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserClassMetadata
 
toString() - Method in class org.gvnix.flex.as.classpath.details.metatag.BooleanAttributeValue
 
toString() - Method in class org.gvnix.flex.as.classpath.details.metatag.IntegerAttributeValue
 
toString() - Method in class org.gvnix.flex.as.classpath.details.metatag.StringAttributeValue
 
toString() - Method in class org.gvnix.flex.as.model.ActionScriptPackage
 
toString() - Method in class org.gvnix.flex.as.model.ActionScriptSymbolName
 
typeManagementService - Variable in class org.gvnix.flex.entity.ActionScriptEntityMetadataProvider
 
TypeMapping - Class in org.gvnix.flex.entity
Representation of a type mapping between a Java and ActionScript type.
TypeMapping(String, ActionScriptType, JavaType) - Constructor for class org.gvnix.flex.entity.TypeMapping
 

U

UINT_TYPE - Static variable in class org.gvnix.flex.as.model.ActionScriptType
 
updateField(ASFieldMetadata, boolean) - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
updateField(ASFieldMetadata) - Method in class org.gvnix.flex.as.classpath.as3parser.As3ParserMutableClassOrInterfaceTypeDetails
 
updateField(CompilationUnitServices, ASClassType, ASFieldMetadata, boolean) - Static method in class org.gvnix.flex.as.classpath.as3parser.details.As3ParserFieldMetadata
 
updateField(ASFieldMetadata, boolean) - Method in interface org.gvnix.flex.as.classpath.details.ASMutableClassOrInterfaceTypeDetails
 
updateField(ASFieldMetadata) - Method in interface org.gvnix.flex.as.classpath.details.ASMutableClassOrInterfaceTypeDetails
 

V

valueOf(String) - Static method in enum org.gvnix.flex.as.classpath.ASPhysicalTypeCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gvnix.flex.as.model.ASDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gvnix.flex.as.model.ASTypeVisibility
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gvnix.flex.as.classpath.ASPhysicalTypeCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gvnix.flex.as.model.ASDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gvnix.flex.as.model.ASTypeVisibility
Returns an array containing the constants of this enum type, in the order they are declared.
VOID_TYPE - Static variable in class org.gvnix.flex.as.model.ActionScriptType
 

W

wrapFields(List<FieldMetadata>) - Static method in class org.gvnix.flex.ui.FlexUIMetadataProvider
 

X

XML_LIST_TYPE - Static variable in class org.gvnix.flex.as.model.ActionScriptType
 
XML_TYPE - Static variable in class org.gvnix.flex.as.model.ActionScriptType
 

A B C D E F G H I L M N O R S T U V W X

Copyright © 2010–2015 Conselleria d'Infraestructures i Transport - Generalitat Valenciana. All rights reserved.