Class TypesWithNameSpaces32
java.lang.Object
org.apache.uima.taeconfigurator.editors.ui.dialogs.TypesWithNameSpaces32
- All Implemented Interfaces:
org.eclipse.jface.fieldassist.IContentProposalProvider
public class TypesWithNameSpaces32
extends Object
implements org.eclipse.jface.fieldassist.IContentProposalProvider
The Class TypesWithNameSpaces32.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe Class CasTypeProposal. -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new types with name spaces 32. -
Method Summary
Modifier and TypeMethodDescriptionvoidCreates the proposal array.Gets the proposal array.org.eclipse.jface.fieldassist.IContentProposal[]getProposals(String contents, int position)
-
Constructor Details
-
TypesWithNameSpaces32
Instantiates a new types with name spaces 32.- Parameters:
aBase- the a base
-
-
Method Details
-
createProposalArray
public void createProposalArray()Creates the proposal array. -
getProposalArray
Gets the proposal array.- Returns:
- the proposal array
-
getProposals
- Specified by:
getProposalsin interfaceorg.eclipse.jface.fieldassist.IContentProposalProvider
-