Package | Description |
---|---|
oracle.jdeveloper.cmt |
The Component Model Tool, an API for manipulating Java source code.
|
oracle.jdeveloper.java |
Public API for the java model.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CmtPackages.commitTransaction(SourceTransaction trans, TransactionDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
boolean |
JavaManager.commitTransaction(SourceTransaction openTransaction, TransactionDescriptor txnDescriptor)
Commit the specified open transaction.
|
Constructor and Description |
---|
JavaManager.TransactionCommand(javax.swing.undo.UndoableEdit undoableEdit, java.net.URL url, TransactionDescriptor descriptor)
Constructs a new
EditCommand for editing the specified Document using the provided Edit instance. |