|
Extension SDK 9.0.5 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static int |
CLASS_SCOPE
Declared as a member in outer CmtComponent |
static int |
METHOD_SCOPE
Declared as local variable within a method of outer CmtComponent. |
Method Summary | |
CmtPropertyState |
addPropertyState(CmtProperty property)
Allows models to add/remove property states to/from this subcomponent |
void |
addPropertyState(CmtPropertyState propertyState)
|
CmtSubcomponent |
copy(CmtComponentSource toFile,
java.util.List subcomponentList,
boolean toClipboard)
copy this subcomponent into another file returns the copied subcomponent |
java.awt.Container |
getAsContainer()
Returns either this.getLiveInstance() (most common case), or this.getLiveInstance().XXX() where XXX is defined in the BeanDescriptor.getValue("containerDelegate"). |
JotAssignment |
getAssignment()
|
CmtComponent |
getComponent()
|
JotClass |
getComponentType()
|
JotClass |
getDeclaredClass()
|
CmtEventState |
getDefaultEventState()
|
CmtPropertyState |
getDefaultPropertyState()
|
CmtEventState |
getEventState(java.lang.String name)
|
CmtEventState[] |
getEventStates()
Returns objects representing the state of all properties, hence all potential property settings, including those that are not explicitly set in the init method |
CmtMethod |
getInitMethod()
|
JotClass |
getLiveClass()
|
java.lang.Object |
getLiveInstance()
|
java.lang.String |
getName()
|
CmtComponent |
getOuterComponent()
|
CmtPropertyState |
getPropertyState(java.lang.String name)
|
CmtPropertyState[] |
getPropertyStates()
Returns objects representing the state of all properties, hence all potential property settings, including those that are not explicitly set in the init method |
JotClass |
getRepresentedType()
Gets the JotClass for the otherwise unrepresentable type that this instance is a proxy for. |
int |
getScope()
|
java.lang.String |
getSourceName()
distinguish subcomponents fetched via method calls (e.g. |
JotVariable |
getVariable()
|
boolean |
isProxy()
Determine whether or not this instance is actually a proxy representing an otherwise unrepresentable type. |
boolean |
isStale()
Determine whether or not this instance is still a valid reference. |
void |
release()
Called when subcomponent is about to fall out of scope. |
void |
removePropertyState(CmtPropertyState propertyState)
|
void |
serialize()
|
void |
setAssignment(JotAssignment assign)
|
void |
setAssignment(java.lang.String expressionText)
|
void |
setLiveClass(java.lang.String classname)
|
void |
setName(java.lang.String name)
|
Field Detail |
public static final int METHOD_SCOPE
public static final int CLASS_SCOPE
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getSourceName()
public JotClass getDeclaredClass()
public JotClass getLiveClass()
public void setLiveClass(java.lang.String classname)
public CmtComponent getComponent()
public JotClass getComponentType()
public boolean isProxy()
public boolean isStale()
public JotClass getRepresentedType()
isProxy()
public CmtComponent getOuterComponent()
public CmtMethod getInitMethod()
public int getScope()
public CmtPropertyState[] getPropertyStates()
public CmtPropertyState getPropertyState(java.lang.String name)
public CmtPropertyState getDefaultPropertyState()
public CmtPropertyState addPropertyState(CmtProperty property)
public void addPropertyState(CmtPropertyState propertyState)
public void removePropertyState(CmtPropertyState propertyState)
public CmtEventState[] getEventStates()
public CmtEventState getEventState(java.lang.String name)
public CmtEventState getDefaultEventState()
public java.lang.Object getLiveInstance()
public void release()
public CmtSubcomponent copy(CmtComponentSource toFile, java.util.List subcomponentList, boolean toClipboard)
public void serialize() throws java.io.NotSerializableException, java.io.IOException
java.io.NotSerializableException
java.io.IOException
public JotVariable getVariable()
public JotAssignment getAssignment()
public void setAssignment(JotAssignment assign)
public void setAssignment(java.lang.String expressionText)
public java.awt.Container getAsContainer()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.