Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.jdeveloper.vcs.patch
Class CreatePatchDialogVetoer

java.lang.Object
  extended by 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


Constructor Summary
CreatePatchDialogVetoer(java.awt.Component parent)
           
 
Method Summary
protected abstract  java.net.URL getFileTargetURL()
           
protected  void handleException(java.lang.String message)
           
protected abstract  boolean isFileTargetSelected()
           
protected  void validateCustomOptions()
           
 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

CreatePatchDialogVetoer

public CreatePatchDialogVetoer(java.awt.Component parent)
Method Detail

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)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Copyright © 1997, 2011, Oracle. All rights reserved.