Uses of Interface
org.jupe.editors.classdiagram.model.nodes.contentassistent.ITypeContentProposal

Packages that use ITypeContentProposal
org.jupe.source   
org.jupe.source.java   
org.jupe.uml2model Provides convenience classes and interfaces to work with the UML2 model. 
 

Uses of ITypeContentProposal in org.jupe.source
 

Methods in org.jupe.source that return types with arguments of type ITypeContentProposal
 java.util.List<ITypeContentProposal> ISource.resolveType(java.lang.String contents, int position)
          Searches for possible resolutions of the given String to a type name that is in the projects classpath.
 

Uses of ITypeContentProposal in org.jupe.source.java
 

Classes in org.jupe.source.java that implement ITypeContentProposal
 class JavaTypeContentProposal
          IContentProposal implementation that transform a IJavaCompletionProposal into an IContentProposal.
 

Methods in org.jupe.source.java that return types with arguments of type ITypeContentProposal
 java.util.List<ITypeContentProposal> JavaSource.resolveType(java.lang.String contents, int position)
           
 

Uses of ITypeContentProposal in org.jupe.uml2model
 

Methods in org.jupe.uml2model that return types with arguments of type ITypeContentProposal
 java.util.List<ITypeContentProposal> UML2ModelRoot.completeInPrimitiveTypes(java.lang.String contents)
          Searches for possible resolution of the given String to the type name of a primitive type.
 java.util.List<ITypeContentProposal> UML2ModelRoot.completeInUML2(java.lang.String contents)
          Completes the given String to a type name found in the UML2 model.
 java.util.List<ITypeContentProposal> UML2ModelRoot.completeInUnresolvedTypes(java.lang.String contents)
          Searches for possible auto-completion resolution of the given String to a type name that is in the package for unresolved types right now.