oracle.jdeveloper.cmt
Interface CmtComponent
- All Known Subinterfaces:
- CmtComponentSource
- public interface CmtComponent
Field Summary |
static java.lang.String |
PROXY_KEY
|
PROXY_KEY
public static final java.lang.String PROXY_KEY
-
- See Also:
- Constant Field Values
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
Copyright © 1997, 2004, Oracle. All rights reserved.