| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.jdeveloper.vcs.spi.VCSDialogCommitter
public abstract class VCSDialogCommitter
Listener class to assist with performing version client command UI. By associating a vetoable change listener of this type with a JEWTDialog, the dialog will not close until actions are finished and the user will be prevented from interacting with the dialog for this duration.
| Constructor Summary | |
|---|---|
VCSDialogCommitter() | 
|
VCSDialogCommitter(VCSOptionsCustomizer optionsCustomizer) | 
|
| Method Summary | |
|---|---|
protected  boolean | 
doCommitOperation()Performs the operation for committing the dialog.  | 
protected  boolean | 
doCommitOperation(java.util.Map<?,?> options) | 
protected  VCSExceptionHandler | 
getExceptionHandler()Get the exception handler used to report exceptions from this dialog committer.  | 
protected  boolean | 
isFinished()Asked before the dialog is disposed.  | 
protected  void | 
runPostOperationAWT() | 
protected  boolean | 
validateOptions()Performs validation of dialog contents (options).  | 
 void | 
vetoableChange(java.beans.PropertyChangeEvent e) | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public VCSDialogCommitter()
public VCSDialogCommitter(VCSOptionsCustomizer optionsCustomizer)
| Method Detail | 
|---|
public void vetoableChange(java.beans.PropertyChangeEvent e)
                    throws java.beans.PropertyVetoException
vetoableChange in interface java.beans.VetoableChangeListenerjava.beans.PropertyVetoExceptionprotected boolean validateOptions()
protected boolean doCommitOperation(java.util.Map<?,?> options)
                             throws java.lang.Exception
java.lang.Exception
protected boolean doCommitOperation()
                             throws java.lang.Exception
java.lang.Exception - if a critical exception occurred.protected void runPostOperationAWT()
protected VCSExceptionHandler getExceptionHandler()
protected boolean isFinished()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||