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

E13403-04

Package oracle.jdeveloper.cmt

The Component Model Tool, an API for manipulating Java source code.

See:
          Description

Interface Summary
CmtComponent  
CmtComponents  
CmtComponentSource The CmtComponentSource interface extends the CmtComponent interface and is intended to be used by the builder environment to differentiate between .java class files that have been constructed by the user via usage of the Designers as opposed to having been found somewhere on the classpath.
CmtEvent A specific event within an event set.
CmtEventSet  
CmtEventSource A changable event within a group for a component
CmtEventState An event state for a specific event*subcomponent
CmtFeature  
CmtMessage  
CmtMethod  
CmtMethodCall  
CmtMethodSource  
CmtModel  
CmtModelNode The URL for a CmtModelNode is of the form: jdev.cmt:?&
CmtPackages  
CmtProperty A specific property of a component
CmtPropertyAccessor A delegator interface inside CmtPropertyState to allow redirection of final property getter and setter
CmtPropertyEditor  
CmtPropertyEditor2 Extends definition of original CmtPropertyEditor to allow more information to be given to editors
CmtPropertySetting the represenation of a property value in the source code
CmtPropertySource  
CmtPropertyState  
CmtSelectionListener A listener that is notified when a CmtComponentSource's selection changes.
CmtSelectionModel This interface represents the current state of the selection for a CmtComponent.
CmtSubcomponent  
CmtValue A CmtValue is the design time model of a SourceExpression.
 

Class Summary
CmtComponentManager  
CmtElementRecognizer The CmtElementRecognizer interface provides the API for recognizing Cmt data types from specific urls.
CmtFolder  
CmtPropertyID Class for uniquely identifying a Property Type.
CmtSelectionEvent  
CmtURLStreamHandlerFactory This URLStreamHandlerFactory is registered with the ide's URLStreamHandlerFactory.
SwingGroupProvider The SwingGroupProvider is implements the BeansGroupProvider interface.
 

Exception Summary
CmtException CmtExceptions are thrown when a CMT client attempts to use CMT in an unsupported manner.
CmtParseException  
CmtPropertyChangeException  
 

Package oracle.jdeveloper.cmt Description

The Component Model Tool, an API for manipulating Java source code.

This package is implemented on top of the Jot package, and provides a live object representation of Java source code which may then be manipulated by the UI Editor. Use Jot to work directly with Java text.
 
 


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

E13403-04

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