Extension SDK 10.1.2

oracle.jdeveloper.cmt
Interface CmtComponent

All Known Subinterfaces:
CmtComponentSource

public interface CmtComponent


Field Summary
static java.lang.String PROXY_KEY
           
 
Method Summary
 CmtComponents getComponents()
          Get the CmtComponents instance that created this instance.
 java.lang.String getContainerDelegate()
           
 int getDefaultEventIndex()
           
 int getDefaultPropertyIndex()
           
 CmtEvent getEvent(java.lang.String name)
           
 CmtEvent[] getEvents()
           
 CmtEventSet getEventSet(java.lang.String name)
           
 CmtEventSet[] getEventSets()
           
 JotFile getFile()
           
 JotClass getLiveType()
           
 java.util.Collection getMessages()
          Is this component in an error state?
 CmtMethod getMethod(java.lang.String name, JotType[] types)
           
 CmtMethod[] getMethods()
           
 CmtProperty[] getProperties()
           
 CmtProperty getProperty(java.lang.String name)
           
 CmtSubcomponent getSubcomponent(java.lang.String name)
           
 CmtSubcomponent[] getSubcomponents()
           
 JotClass getType()
           
 boolean isContainer()
           
 boolean isReadOnly()
          True when component is in readonly file
 void logMessage(java.lang.String msg, int startOffset, int endOffset, int type)
           
 void release()
          Called when component is about to fall out of scope
 

Field Detail

PROXY_KEY

public static final java.lang.String PROXY_KEY
See Also:
Constant Field Values
Method Detail

getComponents

public CmtComponents getComponents()
Get the CmtComponents instance that created this instance.


getType

public JotClass getType()

getLiveType

public JotClass getLiveType()

getFile

public JotFile getFile()

getMessages

public java.util.Collection getMessages()
Is this component in an error state?


logMessage

public void logMessage(java.lang.String msg,
                       int startOffset,
                       int endOffset,
                       int type)

getProperties

public CmtProperty[] getProperties()

getProperty

public CmtProperty getProperty(java.lang.String name)

getDefaultPropertyIndex

public int getDefaultPropertyIndex()

getMethods

public CmtMethod[] getMethods()

getMethod

public CmtMethod getMethod(java.lang.String name,
                           JotType[] types)

getEventSets

public CmtEventSet[] getEventSets()

getEventSet

public CmtEventSet getEventSet(java.lang.String name)

getEvents

public CmtEvent[] getEvents()

getEvent

public CmtEvent getEvent(java.lang.String name)

getDefaultEventIndex

public int getDefaultEventIndex()

getSubcomponents

public CmtSubcomponent[] getSubcomponents()

getSubcomponent

public CmtSubcomponent getSubcomponent(java.lang.String name)

getContainerDelegate

public java.lang.String getContainerDelegate()

isContainer

public boolean isContainer()

release

public void release()
Called when component is about to fall out of scope


isReadOnly

public boolean isReadOnly()
True when component is in readonly file


Extension SDK

 

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