|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IJavaModel | |
|---|---|
| org.eclipse.jdt.core | The Java model is the set of classes that model the objects associated with creating, editing, and building a Java program. |
| org.eclipse.jdt.core.tests.model | |
| org.eclipse.jdt.internal.core | |
| Uses of IJavaModel in org.eclipse.jdt.core |
|---|
| Methods in org.eclipse.jdt.core that return IJavaModel | |
|---|---|
static IJavaModel |
JavaCore.create(IWorkspaceRoot root)
Returns the Java model. |
IJavaModel |
IJavaElement.getJavaModel()
Returns the Java model. |
| Uses of IJavaModel in org.eclipse.jdt.core.tests.model |
|---|
| Methods in org.eclipse.jdt.core.tests.model that return IJavaModel | |
|---|---|
IJavaModel |
AbstractJavaModelTests.getJavaModel()
Returns the Java Model this test suite is running on. |
| Uses of IJavaModel in org.eclipse.jdt.internal.core |
|---|
| Classes in org.eclipse.jdt.internal.core that implement IJavaModel | |
|---|---|
class |
JavaModel
Implementation of IJavaModel |
| Methods in org.eclipse.jdt.internal.core that return IJavaModel | |
|---|---|
IJavaModel |
JavaElement.getJavaModel()
|
IJavaModel |
JavaModelOperation.getJavaModel()
Returns the Java Model this operation is operating in. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||