Extension SDK 9.0.5

oracle.jdeveloper.cmt
Interface CmtPropertyEditor2

All Superinterfaces:
CmtPropertyEditor, java.beans.PropertyEditor

public interface CmtPropertyEditor2
extends CmtPropertyEditor

Extends definition of original CmtPropertyEditor to allow more information to be given to editors


Method Summary
 void prepareCommit()
           
 void prepareOpen()
           
 void setProject(JProject project)
           
 
Methods inherited from interface oracle.jdeveloper.cmt.CmtPropertyEditor
setPropertyState
 
Methods inherited from interface java.beans.PropertyEditor
addPropertyChangeListener, getAsText, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditor
 

Method Detail

setProject

public void setProject(JProject project)

prepareOpen

public void prepareOpen()

prepareCommit

public void prepareCommit()
                   throws java.beans.PropertyVetoException
Throws:
java.beans.PropertyVetoException

Extension SDK

 

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