| Package | Description |
|---|---|
| javax.ide.command |
Command execution classes.
|
| javax.ide.model.java |
The interfaces and classes implementing an IDE's java model.
|
| javax.ide.model.xml |
The interfaces and classes that define an IDE's xml document and model.
|
| Modifier and Type | Method and Description |
|---|---|
Project |
Context.getProject()
The current
Project the user is working on. |
| Constructor and Description |
|---|
Context(Document document,
Project project)
Constructor.
|
Context(Document document,
Project project,
Element[] selection)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ClassD |
JavaSource.getClass(Project project)
Fetches a ClassD for the given fully qualified name in source format,
null if none.
|
| Modifier and Type | Method and Description |
|---|---|
XMLModel |
XMLDocument.getXMLModel(Project project)
Fetches the
XMLModel. |