Uses of Interface
org.eclipse.jpt.core.utility.TextRange

Packages that use TextRange
org.eclipse.jpt.core   
org.eclipse.jpt.core.context   
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.jpa2.resource.java   
org.eclipse.jpt.core.resource.java   
org.eclipse.jpt.core.resource.orm   
org.eclipse.jpt.core.resource.orm.v2_0   
org.eclipse.jpt.core.resource.persistence   
org.eclipse.jpt.core.resource.xml   
org.eclipse.jpt.core.utility   
org.eclipse.jpt.core.utility.jdt   
org.eclipse.jpt.eclipselink.core.resource.java   
org.eclipse.jpt.eclipselink.core.resource.orm   
org.eclipse.jpt.eclipselink.core.v2_0.resource.java   
 

Uses of TextRange in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return TextRange
 TextRange JpaStructureNode.getSelectionTextRange()
          Return the text range to be used to select text in the editor corresponding to this node.
 

Uses of TextRange in org.eclipse.jpt.core.context
 

Methods in org.eclipse.jpt.core.context that return TextRange
 TextRange XmlContextNode.getValidationTextRange()
           
 

Methods in org.eclipse.jpt.core.context with parameters of type TextRange
 org.eclipse.wst.validation.internal.provisional.core.IMessage BaseOverride.Owner.buildColumnTableNotValidMessage(BaseOverride override, BaseColumn column, TextRange textRange)
           
 org.eclipse.wst.validation.internal.provisional.core.IMessage OverrideContainer.Owner.buildColumnTableNotValidMessage(BaseOverride override, BaseColumn column, TextRange textRange)
          Return a validation message for the column's table not being valid in the context.
 org.eclipse.wst.validation.internal.provisional.core.IMessage BaseOverride.Owner.buildColumnUnresolvedNameMessage(BaseOverride override, NamedColumn column, TextRange textRange)
          Return a validation message for the column's name not resolving on the table either specified or default.
 org.eclipse.wst.validation.internal.provisional.core.IMessage OverrideContainer.Owner.buildColumnUnresolvedNameMessage(BaseOverride override, NamedColumn column, TextRange textRange)
          Return a validation message for the column's name not resolving on the table either specified or default.
 org.eclipse.wst.validation.internal.provisional.core.IMessage AssociationOverride.Owner.buildColumnUnresolvedReferencedColumnNameMessage(AssociationOverride override, BaseJoinColumn column, TextRange textRange)
          Return a validation message for the join column referenced column name not resolving to the table.
 org.eclipse.wst.validation.internal.provisional.core.IMessage AssociationOverrideContainer.Owner.buildColumnUnresolvedReferencedColumnNameMessage(AssociationOverride override, BaseJoinColumn column, TextRange textRange)
          Return a validation message for the join column's referenced column name not resolving on the table either specified or default.
 org.eclipse.wst.validation.internal.provisional.core.IMessage BaseColumn.Owner.buildTableNotValidMessage(BaseColumn column, TextRange textRange)
          Return a validation message for when the specified table is not valid in this context.
 org.eclipse.wst.validation.internal.provisional.core.IMessage NamedColumn.Owner.buildUnresolvedNameMessage(NamedColumn column, TextRange textRange)
          Return a validation message for the column's name not resolving on the table either specified or default.
 org.eclipse.wst.validation.internal.provisional.core.IMessage BaseJoinColumn.Owner.buildUnresolvedReferencedColumnNameMessage(BaseJoinColumn column, TextRange textRange)
          On a virtual object validation message for when the column name does not resolve on the table
 org.eclipse.wst.validation.internal.provisional.core.IMessage AssociationOverride.Owner.buildUnspecifiedNameMultipleJoinColumnsMessage(AssociationOverride override, BaseJoinColumn column, TextRange textRange)
          Return a validation message for multiple join columns and the name is unspecified on the given join column.
 org.eclipse.wst.validation.internal.provisional.core.IMessage AssociationOverrideContainer.Owner.buildUnspecifiedNameMultipleJoinColumnsMessage(AssociationOverride override, BaseJoinColumn column, TextRange textRange)
          Return a validation message for multiple join columns and the name is unspecified on the given join column.
 org.eclipse.wst.validation.internal.provisional.core.IMessage BaseJoinColumn.Owner.buildUnspecifiedNameMultipleJoinColumnsMessage(BaseJoinColumn column, TextRange textRange)
          Validation message for when multiple join columns exist and the name is not specified and the owner is virtual
 org.eclipse.wst.validation.internal.provisional.core.IMessage AssociationOverride.Owner.buildUnspecifiedReferencedColumnNameMultipleJoinColumnsMessage(AssociationOverride override, BaseJoinColumn column, TextRange textRange)
          Return a validation message for multiple join columns and the referenced column name is unspecified on the given join column.
 org.eclipse.wst.validation.internal.provisional.core.IMessage AssociationOverrideContainer.Owner.buildUnspecifiedReferencedColumnNameMultipleJoinColumnsMessage(AssociationOverride override, BaseJoinColumn column, TextRange textRange)
          Return a validation message for multiple join columns and the referenced column name is unspecified on the given join column.
 org.eclipse.wst.validation.internal.provisional.core.IMessage BaseJoinColumn.Owner.buildUnspecifiedReferencedColumnNameMultipleJoinColumnsMessage(BaseJoinColumn column, TextRange textRange)
          Validation message for when multiple join columns exist and the referenced column name is not specified and the owner is virtual
 

Uses of TextRange in org.eclipse.jpt.core.context.java
 

Methods in org.eclipse.jpt.core.context.java that return TextRange
 TextRange JavaGeneratedValue.getGeneratorTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the (best guess) text location of the generator.
 TextRange JavaGenerator.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
           
 TextRange JavaNamedColumn.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the (best guess) text location of the column's name.
 TextRange JavaQuery.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
           
 TextRange JavaBaseJoinColumn.getReferencedColumnNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the (best guess) text location of the referenced column name
 TextRange JavaBaseColumn.getTableTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the (best guess) text location of the column's table.
 TextRange JavaJpaContextNode.getValidationTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
           
 TextRange JavaNamedColumn.Owner.getValidationTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the column owner's text range.
 TextRange JavaOverrideContainer.Owner.getValidationTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
           
 

Uses of TextRange in org.eclipse.jpt.core.context.orm
 

Methods in org.eclipse.jpt.core.context.orm that return TextRange
 TextRange OrmTypeMapping.getAttributesTextRange()
           
 TextRange OrmTypeMapping.getClassTextRange()
           
 TextRange OrmGeneratedValue.getGeneratorTextRange()
          Return the (best guess) text location of the generator.
 TextRange OrmAttributeMapping.getNameTextRange()
           
 TextRange OrmGenerator.getNameTextRange()
           
 TextRange OrmNamedColumn.getNameTextRange()
          Return the (best guess) text location of the column's name.
 TextRange OrmQuery.getNameTextRange()
           
 TextRange OrmBaseJoinColumn.getReferencedColumnNameTextRange()
          Return the (best guess) text location of the referenced column name
 TextRange OrmAttributeMapping.getSelectionTextRange()
           
 TextRange OrmTypeMapping.getSelectionTextRange()
           
 TextRange OrmBaseColumn.getTableTextRange()
          Return the (best guess) text location of the column's table.
 TextRange OrmNamedColumn.Owner.getValidationTextRange()
          Return the column owner's text range.
 TextRange OrmOverrideContainer.Owner.getValidationTextRange()
           
 

Uses of TextRange in org.eclipse.jpt.core.jpa2.resource.java
 

Methods in org.eclipse.jpt.core.jpa2.resource.java that return TextRange
 TextRange SequenceGenerator2_0Annotation.getCatalogTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'catalog' element.
 TextRange ElementCollection2_0Annotation.getFetchTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'fetch' element.
 TextRange OrderColumn2_0Annotation.getInsertableTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'insertable' element.
 TextRange NamedQuery2_0Annotation.getLockModeTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'lockMode' element.
 TextRange OrderColumn2_0Annotation.getNullableTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'nullable' element.
 TextRange OrphanRemovable2_0Annotation.getOrphanRemovalTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the orphanRemoval element.
 TextRange SequenceGenerator2_0Annotation.getSchemaTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'schema' element.
 TextRange ElementCollection2_0Annotation.getTargetClassTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'targetClass' element.
 TextRange OrderColumn2_0Annotation.getUpdatableTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'updatable' element.
 TextRange Access2_0Annotation.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'value' element.
 TextRange Cacheable2_0Annotation.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'value' element.
 TextRange MapKeyClass2_0Annotation.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'value' element.
 TextRange MapsId2_0Annotation.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'value' element.
 

Uses of TextRange in org.eclipse.jpt.core.resource.java
 

Methods in org.eclipse.jpt.core.resource.java that return TextRange
 TextRange GeneratorAnnotation.getAllocationSizeTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'allocationSize' element.
 TextRange RelationshipMappingAnnotation.getCascadeTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'cascade' element.
 TextRange BaseTableAnnotation.getCatalogTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'catalog' element.
 TextRange TableGeneratorAnnotation.getCatalogTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'catalog' element.
 TextRange NamedColumnAnnotation.getColumnDefinitionTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'columnDefinition' element.
 TextRange BasicAnnotation.getFetchTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'fetch' element.
 TextRange RelationshipMappingAnnotation.getFetchTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'fetch' element.
 TextRange GeneratedValueAnnotation.getGeneratorTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'generator' element.
 TextRange GeneratorAnnotation.getInitialValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'initialValue' element.
 TextRange BaseColumnAnnotation.getInsertableTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'insertable' element.
 TextRange ColumnAnnotation.getLengthTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'length' element.
 TextRange OwnableRelationshipMappingAnnotation.getMappedByTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'mappedBy' element.
 TextRange BaseNamedQueryAnnotation.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'name' element.
 TextRange BaseTableAnnotation.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'name' element.
 TextRange EntityAnnotation.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'name' element.
 TextRange GeneratorAnnotation.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'name' element.
 TextRange JavaResourcePersistentMember.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the text range for the member's name.
 TextRange MapKeyAnnotation.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'name' element.
 TextRange NamedColumnAnnotation.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'name' element.
 TextRange OverrideAnnotation.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'name' element.
 TextRange QueryHintAnnotation.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'name' element.
 TextRange BaseColumnAnnotation.getNullableTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'nullable' element.
 TextRange BasicAnnotation.getOptionalTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'optional' element.
 TextRange ManyToOneAnnotation.getOptionalTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the optional element.
 TextRange OneToOneAnnotation.getOptionalTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'optional' element.
 TextRange TableGeneratorAnnotation.getPkColumnNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'pkColumnName' element.
 TextRange TableGeneratorAnnotation.getPkColumnValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'pkColumnValue' element.
 TextRange ColumnAnnotation.getPrecisionTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'precision' element.
 TextRange BaseNamedQueryAnnotation.getQueryTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'query' element.
 TextRange BaseJoinColumnAnnotation.getReferencedColumnNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'referencedColumnName' element.
 TextRange PrimaryKeyJoinColumnAnnotation.getReferencedColumnNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'referencedColumnName' element.
 TextRange NamedNativeQueryAnnotation.getResultClassTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'resultClass' element.
 TextRange NamedNativeQueryAnnotation.getResultSetMappingTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'resultSetMapping' element.
 TextRange ColumnAnnotation.getScaleTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'scale' element.
 TextRange BaseTableAnnotation.getSchemaTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'schema' element.
 TextRange TableGeneratorAnnotation.getSchemaTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'schema' element.
 TextRange SequenceGeneratorAnnotation.getSequenceNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'sequenceName' element.
 TextRange GeneratedValueAnnotation.getStrategyTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'strategy' element.
 TextRange InheritanceAnnotation.getStrategyTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'strategy' element.
 TextRange BaseColumnAnnotation.getTableTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'table' element.
 TextRange TableGeneratorAnnotation.getTableTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'table' element.
 TextRange RelationshipMappingAnnotation.getTargetEntityTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'targetEntity' element.
 TextRange JavaResourceNode.getTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the [source] node's text range in the compilation unit's file.
 TextRange BaseColumnAnnotation.getUniqueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'unique' element.
 TextRange BaseColumnAnnotation.getUpdatableTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'updatable' element.
 TextRange TableGeneratorAnnotation.getValueColumnNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'valueColumnName' element.
 TextRange DiscriminatorValueAnnotation.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'value' element.
 TextRange EnumeratedAnnotation.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'value' element.
 TextRange IdClassAnnotation.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'value' element.
 TextRange OrderByAnnotation.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'value' element.
 TextRange QueryHintAnnotation.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'value' element.
 TextRange TemporalAnnotation.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'value' element.
 

Uses of TextRange in org.eclipse.jpt.core.resource.orm
 

Methods in org.eclipse.jpt.core.resource.orm that return TextRange
 TextRange AbstractXmlTypeMapping.getAttributesTextRange()
           
 TextRange XmlTypeMapping.getAttributesTextRange()
           
 TextRange XmlEntity.getCacheableTextRange()
           
 TextRange AbstractXmlTable.getCatalogTextRange()
           
 TextRange XmlClassReference.getClassNameTextRange()
           
 TextRange AbstractXmlTypeMapping.getClassTextRange()
           
 TextRange XmlTypeMapping.getClassTextRange()
           
 TextRange XmlEntity.getDiscriminatorValueTextRange()
           
 TextRange XmlBasic.getEnumeratedTextRange()
           
 TextRange XmlConvertibleMapping.getEnumeratedTextRange()
          Return the TextRange for the enumerated element.
 TextRange XmlElementCollection.getEnumeratedTextRange()
           
 TextRange XmlId.getEnumeratedTextRange()
           
 TextRange XmlVersion.getEnumeratedTextRange()
           
 TextRange XmlGeneratedValue.getGeneratorTextRange()
           
 TextRange AbstractXmlSingleRelationshipMapping.getIdTextRange()
           
 TextRange XmlEntity.getInheritanceStrategyTextRange()
           
 TextRange XmlBasic.getLobTextRange()
           
 TextRange XmlConvertibleMapping.getLobTextRange()
          Return the TextRange for the lob element.
 TextRange XmlElementCollection.getLobTextRange()
           
 TextRange XmlId.getLobTextRange()
           
 TextRange XmlVersion.getLobTextRange()
           
 TextRange AbstractXmlMultiRelationshipMapping.getMappedByTextRange()
           
 TextRange XmlMappedByMapping.getMappedByTextRange()
           
 TextRange XmlOneToOne.getMappedByTextRange()
           
 TextRange AbstractXmlSingleRelationshipMapping.getMapsIdTextRange()
           
 TextRange AbstractXmlAttributeMapping.getNameTextRange()
           
 TextRange AbstractXmlNamedColumn.getNameTextRange()
           
 TextRange AbstractXmlTable.getNameTextRange()
           
 TextRange XmlAttributeMapping.getNameTextRange()
           
 TextRange XmlGenerator.getNameTextRange()
           
 TextRange XmlNamedNativeQuery.getNameTextRange()
           
 TextRange XmlNamedQuery.getNameTextRange()
           
 TextRange XmlQuery.getNameTextRange()
           
 TextRange XmlSequenceGenerator.getNameTextRange()
           
 TextRange XmlTableGenerator.getNameTextRange()
           
 TextRange XmlJoinColumn.getReferencedColumnNameTextRange()
           
 TextRange XmlPrimaryKeyJoinColumn.getReferencedColumnNameTextRange()
           
 TextRange AbstractXmlTable.getSchemaTextRange()
           
 TextRange Inheritance.getStrategyTextRange()
           
 TextRange AbstractXmlColumn.getTableTextRange()
           
 TextRange XmlElementCollection.getTargetClassTextRange()
           
 TextRange AbstractXmlRelationshipMapping.getTargetEntityTextRange()
          Return the TextRange for the target-entity attribute.
 TextRange XmlBasic.getTemporalTextRange()
           
 TextRange XmlConvertibleMapping.getTemporalTextRange()
          Return the TextRange for the temporal element.
 TextRange XmlElementCollection.getTemporalTextRange()
           
 TextRange XmlId.getTemporalTextRange()
           
 TextRange XmlVersion.getTemporalTextRange()
           
 

Uses of TextRange in org.eclipse.jpt.core.resource.orm.v2_0
 

Methods in org.eclipse.jpt.core.resource.orm.v2_0 that return TextRange
 TextRange XmlCacheable_2_0.getCacheableTextRange()
          Return the TextRange for the cacheable annotation
 TextRange XmlDerivedId_2_0.getIdTextRange()
          Return the text range of the derived id part of the XML document
 TextRange XmlMapsId_2_0.getMapsIdTextRange()
          Return the text range of the "maps-id" part of the XML document
 TextRange XmlElementCollection_2_0.getTargetClassTextRange()
          Return the TextRange for the target-class attribute.
 

Uses of TextRange in org.eclipse.jpt.core.resource.persistence
 

Methods in org.eclipse.jpt.core.resource.persistence that return TextRange
 TextRange XmlJarFileRef.getValidationTextRange()
           
 

Uses of TextRange in org.eclipse.jpt.core.resource.xml
 

Methods in org.eclipse.jpt.core.resource.xml that return TextRange
 TextRange AbstractJpaEObject.getSelectionTextRange()
           
 TextRange JpaEObject.getSelectionTextRange()
          Return the text range to be used for selection.
 TextRange AbstractJpaEObject.getValidationTextRange()
           
 TextRange JpaEObject.getValidationTextRange()
          Return the text range to be used for validation.
 TextRange AbstractJpaRootEObject.getVersionTextRange()
           
 TextRange JpaRootEObject.getVersionTextRange()
           
 

Uses of TextRange in org.eclipse.jpt.core.utility
 

Classes in org.eclipse.jpt.core.utility that implement TextRange
 class AbstractTextRange
          Partial implementation of text range.
static class TextRange.Empty
          Empty implementation of text range.
 

Fields in org.eclipse.jpt.core.utility declared as TextRange
static TextRange TextRange.Empty.INSTANCE
           
 

Methods in org.eclipse.jpt.core.utility that return TextRange
static TextRange TextRange.Empty.instance()
           
 

Uses of TextRange in org.eclipse.jpt.core.utility.jdt
 

Methods in org.eclipse.jpt.core.utility.jdt that return TextRange
 TextRange Member.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the member's name text range from the specified AST.
 

Uses of TextRange in org.eclipse.jpt.eclipselink.core.resource.java
 

Methods in org.eclipse.jpt.eclipselink.core.resource.java that return TextRange
 TextRange EclipseLinkCacheAnnotation.getAlwaysRefreshTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'alwaysRefresh' element.
 TextRange EclipseLinkWriteTransformerAnnotation.getColumnTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'column' element.
 TextRange EclipseLinkConverterAnnotation.getConverterClassTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'converterClass' element.
 TextRange EclipseLinkStructConverterAnnotation.getConverterTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'converter' element.
 TextRange EclipseLinkCacheAnnotation.getCoordinationTypeTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'coordinationType' element.
 TextRange BaseEclipseLinkTypeConverterAnnotation.getDataTypeTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'dataType' element.
 TextRange EclipseLinkConversionValueAnnotation.getDataValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'dataValue' element.
 TextRange EclipseLinkObjectTypeConverterAnnotation.getDefaultObjectValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'defaultObjectValue' element.
 TextRange EclipseLinkCacheAnnotation.getDisablesHitsTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'disableHits' element.
 TextRange EclipseLinkCacheAnnotation.getExpiryTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'expiry' element.
 TextRange EclipseLinkCacheAnnotation.getExpiryTimeOfDayTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'expiryTimeOfDay' element.
 TextRange EclipseLinkTransformationAnnotation.getFetchTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'fetch' element.
 TextRange EclipseLinkTimeOfDayAnnotation.getHourTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'hour' element.
 TextRange EclipseLinkTransformerAnnotation.getMethodTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'method' element.
 TextRange EclipseLinkTimeOfDayAnnotation.getMillisecondTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'millisecond' element.
 TextRange EclipseLinkTimeOfDayAnnotation.getMinuteTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'minute' element.
 TextRange EclipseLinkNamedConverterAnnotation.getNameTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'name' element.
 TextRange BaseEclipseLinkTypeConverterAnnotation.getObjectTypeTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'objectType' element.
 TextRange EclipseLinkConversionValueAnnotation.getObjectValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'objectValue' element.
 TextRange EclipseLinkTransformationAnnotation.getOptionalTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'optional' element.
 TextRange EclipseLinkCacheAnnotation.getRefreshOnlyIfNewerTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'refreshOnlyIfNewer' element.
 TextRange EclipseLinkTimeOfDayAnnotation.getSecondTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'second' element.
 TextRange EclipseLinkCacheAnnotation.getSharedTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'shared' element.
 TextRange EclipseLinkCacheAnnotation.getSizeTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'size' element.
 TextRange EclipseLinkTransformerAnnotation.getTransformerClassTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'transformerClass' element.
 TextRange EclipseLinkCacheAnnotation.getTypeTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'type' element.
 TextRange EclipseLinkConvertAnnotation.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'value' element.
 TextRange EclipseLinkExistenceCheckingAnnotation.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'value' element.
 TextRange EclipseLinkJoinFetchAnnotation.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'value' element.
 TextRange EclipseLinkMutableAnnotation.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'value' element.
 TextRange EclipseLinkCustomizerAnnotation.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'value' element.
 TextRange EclipseLinkChangeTrackingAnnotation.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'value' element.
 

Uses of TextRange in org.eclipse.jpt.eclipselink.core.resource.orm
 

Methods in org.eclipse.jpt.eclipselink.core.resource.orm that return TextRange
 TextRange XmlMappedSuperclass.getCacheableTextRange()
           
 TextRange XmlElementCollection.getConvertTextRange()
           
 TextRange XmlConvertibleMapping.getConvertTextRange()
          Return the TextRange for the convert element.
 TextRange XmlVersion.getConvertTextRange()
           
 TextRange XmlId.getConvertTextRange()
           
 TextRange XmlBasic.getConvertTextRange()
           
 TextRange XmlConversionValue.getDataValueTextRange()
           
 TextRange XmlElementCollection.getEnumeratedTextRange()
           
 TextRange XmlElementCollection.getJoinFetchTextRange()
           
 TextRange XmlJoinFetch.getJoinFetchTextRange()
          Return the TextRange for the join-fetch element.
 TextRange XmlOneToMany.getJoinFetchTextRange()
           
 TextRange XmlManyToOne.getJoinFetchTextRange()
           
 TextRange XmlManyToMany.getJoinFetchTextRange()
           
 TextRange XmlOneToOne.getJoinFetchTextRange()
           
 TextRange XmlElementCollection.getLobTextRange()
           
 TextRange XmlMutable.getMutableTextRange()
          Return the TextRange for the mutable attibute.
 TextRange XmlVersion.getMutableTextRange()
           
 TextRange XmlId.getMutableTextRange()
           
 TextRange XmlBasic.getMutableTextRange()
           
 TextRange XmlConversionValue.getObjectValueTextRange()
           
 TextRange XmlPrivateOwned.getPrivateOwnedTextRange()
          Return the TextRange for the private-owned attibute.
 TextRange XmlOneToMany.getPrivateOwnedTextRange()
           
 TextRange XmlOneToOne.getPrivateOwnedTextRange()
           
 TextRange XmlReadOnly.getReadOnlyTextRange()
          Return the TextRange for the read-only attibute.
 TextRange XmlEntity.getReadOnlyTextRange()
           
 TextRange XmlMappedSuperclass.getReadOnlyTextRange()
           
 TextRange XmlElementCollection.getTemporalTextRange()
           
 

Uses of TextRange in org.eclipse.jpt.eclipselink.core.v2_0.resource.java
 

Methods in org.eclipse.jpt.eclipselink.core.v2_0.resource.java that return TextRange
 TextRange EclipseLinkClassExtractorAnnotation2_1.getValueTextRange(org.eclipse.jdt.core.dom.CompilationUnit astRoot)
          Return the TextRange for the 'value' element.