|
|||||||||
Home >> All >> javax >> ide >> [ model overview ] | PREV NEXT |
A
- add(Element) - Method in interface javax.ide.model.Folder
- Appends a child Element to the end of the
Folder
. - add(Collection) - Method in interface javax.ide.model.Folder
- Appends children Element to the end of the
Folder
. - add(Element) - Method in class javax.ide.model.Project
- add(Collection) - Method in class javax.ide.model.Project
- addClassPath(URIPath) - Method in class javax.ide.model.Project
- addDocumentListener(DocumentListener) - Method in class javax.ide.model.Document
- Add a DocumentListener to the listener list.
B
- beginEdit() - Method in interface javax.ide.model.Transaction
- Used to instruct a model to start a compound edit
such that all the changes made between this point and when the
endEdit()
is called should be combined into a single UndoableEdit record.
C
- canAdd(Element) - Method in interface javax.ide.model.Folder
- Other classes can call this method to determine whether the given
Element can be added to the
Folder
. - canAdd(Element) - Method in class javax.ide.model.Project
- canRemove(Element) - Method in interface javax.ide.model.Folder
- Other classes can call this method to determine whether the
specified Element can be removed from this
Folder
. - canRemove(Element) - Method in class javax.ide.model.Project
- close() - Method in class javax.ide.model.Document
- Closes the
Document
and unloads any associated data. - closed(DocumentEvent) - Method in interface javax.ide.model.DocumentListener
- Notify listeners that the document has been closed.
- commitEdit() - Method in interface javax.ide.model.Transaction
- Used to indicate to the text buffer to end an in progress compound edit.
- containsChild(Element) - Method in interface javax.ide.model.Folder
- Returns
true
if the folder contains the specified child Element; returnsfalse
otherwise. - containsChild(Element) - Method in class javax.ide.model.Project
D
- Document - class javax.ide.model.Document.
- The
Document
interface is implemented by objects that can be saved and restored. - Document() - Constructor for class javax.ide.model.Document
- DocumentEvent - class javax.ide.model.DocumentEvent.
- The DocumentEvent is used to indicate that state of a Document has been modified.
- DocumentEvent(Document) - Constructor for class javax.ide.model.DocumentEvent
- Constructor.
- DocumentFactory - class javax.ide.model.DocumentFactory.
- The DocumentFactory interface is responsible for creating intances of Documents.
- DocumentFactory() - Constructor for class javax.ide.model.DocumentFactory
- DocumentListener - interface javax.ide.model.DocumentListener.
- The
DocumentListener
interface should be implemented by clients that are interested in being notified about operations on Documents.
E
- Element - class javax.ide.model.Element.
- The
Element
interface defines the protocol used by the IDE to communicate with data objects in order to display the objects in the UI. - Element() - Constructor for class javax.ide.model.Element
- ElementDisplayInfo - class javax.ide.model.ElementDisplayInfo.
- Display information about a JSR-198 element.
- ElementDisplayInfo() - Constructor for class javax.ide.model.ElementDisplayInfo
- equals(Object) - Method in class javax.ide.model.Document
F
- Folder - interface javax.ide.model.Folder.
- The
Folder
interface extends Element by adding methods for managing child Elements contained by theFolder
. - find(URI) - Method in class javax.ide.model.DocumentFactory
- Find the Document associated with the java.net.URI.
- findDocumentTypeIdentifier(Class, boolean) - Method in class javax.ide.model.DocumentFactory
- Find the document type identifier for the given document java.lang.Class.
- findOrCreate(URI) - Method in class javax.ide.model.DocumentFactory
- Returns the Document associated with the java.net.URI.
- findOrCreate(MetaClass, URI) - Method in class javax.ide.model.DocumentFactory
- Returns the Document associated with the java.net.URI.
G
- getCachedDocuments() - Method in class javax.ide.model.DocumentFactory
- Returns a java.util.Collection of the Document instances that are currently cached.
- getClassPath() - Method in class javax.ide.model.Project
- Get the class path.
- getDisplayInfo() - Method in class javax.ide.model.Document
- getDocument() - Method in class javax.ide.model.DocumentEvent
- Get the Document whose state has changed.
- getDocumentFactory() - Static method in class javax.ide.model.DocumentFactory
- Get the DocumentFactory implementation for this IDE.
- getDocumentImpl() - Method in class javax.ide.model.Document
- getElementImpl() - Method in class javax.ide.model.Document
- getElementImpl() - Method in class javax.ide.model.Element
- getIcon() - Method in class javax.ide.model.Element
- getIcon(Element) - Method in class javax.ide.model.ElementDisplayInfo
- Get the icon for the specified element.
- getJavaModel() - Method in class javax.ide.model.Project
- Get the javax.ide.model.java.JavaModel associated with this project.
- getLabel() - Method in class javax.ide.model.Element
- getLabel(Element) - Method in class javax.ide.model.ElementDisplayInfo
- Get the label for the specified element.
- getLongLabel() - Method in class javax.ide.model.Element
- getLongLabel(Element) - Method in class javax.ide.model.ElementDisplayInfo
- Get the long label for the element.
- getOutputDirectory() - Method in class javax.ide.model.Project
- Get the java.net.URI where the output from compiling project sources is located.
- getPreferences() - Method in class javax.ide.model.Project
- getProjectImpl() - Method in class javax.ide.model.Project
- getReader() - Method in class javax.ide.model.Document
- Gets an java.io.Reader that can be used to read the contents of this object.
- getRecognizedDocuments() - Method in class javax.ide.model.DocumentFactory
- Returns a javax.ide.util.MetaClass collection of recognized documents.
- getSourcePath() - Method in class javax.ide.model.Project
- Get the source path.
- getTimestamp() - Method in class javax.ide.model.Document
- Returns the timestamp associated with the
Document
, which indicates the time at which the document was last modified. - getToolTip() - Method in class javax.ide.model.Element
- getToolTip(Element) - Method in class javax.ide.model.ElementDisplayInfo
- Get the tooltip for the specified element.
- getURI() - Method in class javax.ide.model.Document
- Returns the java.net.URI that identifies this
Document
.
H
- hashCode() - Method in class javax.ide.model.Document
I
- isDirty() - Method in class javax.ide.model.Document
- True if the data in the object has been modified.
- isNew() - Method in class javax.ide.model.Document
- Returns
true
if the document's data has never been saved. - isOpen() - Method in class javax.ide.model.Document
- Returns
true
if the object's data has already been loaded. - isReadOnly() - Method in class javax.ide.model.Document
- Returns
true
if the document's data has never been saved.
J
- javax.ide.model - package javax.ide.model
M
- markDirty(boolean) - Method in class javax.ide.model.Document
- Marks the data with the specified dirty state.
- modified(DocumentEvent) - Method in interface javax.ide.model.DocumentListener
- Notify listeners that the document has been modified.
O
- open() - Method in class javax.ide.model.Document
- Opens the
Document
and loads any associated data into the appropriate data structures. - opened(DocumentEvent) - Method in interface javax.ide.model.DocumentListener
- Notify listeners that the document has been opened.
P
- PROJECT_ID - Static variable in class javax.ide.model.Project
- Constant identifying the project document type.
- PROP_CLASS_PATH - Static variable in class javax.ide.model.Project
- Identifies the bound property 'classPath'.
- PROP_OUTPUT_PATH - Static variable in class javax.ide.model.Project
- Identifies the bound property 'outputPath'.
- PROP_SOURCE_PATH - Static variable in class javax.ide.model.Project
- Identifies the bound property 'sourcePath'.
- Project - class javax.ide.model.Project.
- Project interface.
- Project() - Constructor for class javax.ide.model.Project
R
- Recognizer - class javax.ide.model.Recognizer.
- The Recognizer interface provides the API for recognizing data types from specific uris.
- Recognizer() - Constructor for class javax.ide.model.Recognizer
- read(Runnable) - Method in interface javax.ide.model.Transaction
- This allows the model to be safely read.
- recache(URI, URI, Document) - Method in class javax.ide.model.DocumentFactory
- Removes the
oldURI
from the cache and puts thenewURI
in the cache so that it is associated with the given Document. - recognize(URI) - Method in class javax.ide.model.DocumentFactory
- Returns the recognized javax.ide.util.MetaClass for a URI.
- recognize(URI) - Method in class javax.ide.model.Recognizer
- Gets the java.lang.Class of the data item associated with the specified java.net.URI.
- remove(Element) - Method in interface javax.ide.model.Folder
- Removes the specified child Element.
- remove(Collection) - Method in interface javax.ide.model.Folder
- Removes the specified children Element.
- remove(Element) - Method in class javax.ide.model.Project
- remove(Collection) - Method in class javax.ide.model.Project
- removeAll() - Method in interface javax.ide.model.Folder
- Removes all children from the folder.
- removeAll() - Method in class javax.ide.model.Project
- removeDocumentListener(DocumentListener) - Method in class javax.ide.model.Document
- Removes a DocumentListener from the listener list.
- rollbackEdit() - Method in interface javax.ide.model.Transaction
- Used to indicate to the text buffer to end an in progress compound edit without commiting the changes.
S
- save() - Method in class javax.ide.model.Document
- Saves the contents of the document.
- saved(DocumentEvent) - Method in interface javax.ide.model.DocumentListener
- Notify listeners that the document has been saved.
- setDisplayInfo(ElementDisplayInfo) - Method in class javax.ide.model.Document
- Set the display info for this element.
- setOutputDirectory(URI) - Method in class javax.ide.model.Project
- setURI(URI) - Method in class javax.ide.model.Document
- Sets the java.net.URI associated with this
Document
. - size() - Method in interface javax.ide.model.Folder
- Returns the current number of children in the folder.
- size() - Method in class javax.ide.model.Project
T
- Transaction - interface javax.ide.model.Transaction.
W
- willBeClosed(DocumentEvent) - Method in interface javax.ide.model.DocumentListener
- Notify listeners that the document is about to be closed.
- willBeSaved(DocumentEvent) - Method in interface javax.ide.model.DocumentListener
- Notify listeners that the document is about to be saved.
- write(Runnable) - Method in interface javax.ide.model.Transaction
- This allows the model to be safely updated.
_
- _displayInfo - Variable in class javax.ide.model.Document
- _uri - Variable in class javax.ide.model.Document
A B C D E F G H I J M O P R S T W _
|
|||||||||
Home >> All >> javax >> ide >> [ model overview ] | PREV NEXT |