oracle.jdeveloper.vcs.patch
Class CreatePatchDialogVetoer
java.lang.Object
  
oracle.jdeveloper.vcs.patch.CreatePatchDialogVetoer
- All Implemented Interfaces: 
 - java.beans.VetoableChangeListener, java.util.EventListener
 
public abstract class CreatePatchDialogVetoer
- extends java.lang.Object
- implements java.beans.VetoableChangeListener
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CreatePatchDialogVetoer
public CreatePatchDialogVetoer(java.awt.Component parent)
vetoableChange
public void vetoableChange(java.beans.PropertyChangeEvent e)
                    throws java.beans.PropertyVetoException
- Specified by:
 vetoableChange in interface java.beans.VetoableChangeListener
 
- Throws:
 java.beans.PropertyVetoException
 
isFileTargetSelected
protected abstract boolean isFileTargetSelected()
 
 
getFileTargetURL
protected abstract java.net.URL getFileTargetURL()
 
 
validateCustomOptions
protected void validateCustomOptions()
                              throws VCSException
 
- Throws:
 VCSException
 
handleException
protected void handleException(java.lang.String message)
 
 
Copyright © 1997, 2013, Oracle. All rights reserved.