|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jdeveloper.vcs.spi.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()
|
Method Summary | |
protected abstract boolean |
doCommitOperation()
Performs the operation for committing the dialog. |
protected VCSExceptionHandler |
getExceptionHandler()
Get the exception handler used to report exceptions from this dialog committer. |
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()
Method Detail |
public void vetoableChange(java.beans.PropertyChangeEvent e) throws java.beans.PropertyVetoException
vetoableChange
in interface java.beans.VetoableChangeListener
java.beans.PropertyVetoException
protected boolean validateOptions()
protected abstract boolean doCommitOperation() throws java.lang.Exception
java.lang.Exception
- if a critical exception occurred.protected VCSExceptionHandler getExceptionHandler()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.