| Home >> All >> javax >> ide >> model >> java >> source >> [ write Javadoc ] |
javax.ide.model.java.source.write: Javadoc index of package javax.ide.model.java.source.write.
Package Samples:
javax.ide.model.java.source.write
Classes:
TreeManager: The TreeManager serves as a FileT factory. Clients obtain FileTs by requesting a FileT from the manager and by creating empty FileTs through the manager. Clients change the writability of FileTs by opening and closing TreeTransactions. For the sake of transaction consistency, a FileT belongs to exactly one TreeManager for the lifetime of the FileT. The TreeManager owns a single lockable resource (which may be itself) which must, at the minumum, provide the functionality of a read-write lock. Each FileT is tied to a single lockable resource (which may be itself) which is defined by the owning IDE ...
TreeFactory: Creates all Tree objects except for FileT objects. A TreeFactory is owned by a specific FileT and all the Tree objects created by the factory are owned by the same FileT.
TreeTransaction: A TreeTransaction is a set of changes made to the Tree model that are logically grouped into a single undoable change.
SingleTreeTransaction: A transaction on a single tree.
MultiTreeTransaction: A tree on multiple trees.
TreeTransactionException
| Home | Contact Us | Privacy Policy | Terms of Service |