|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CmtModelNode
The URL for a CmtModelNode is of the form: jdev.cmt:<url spec of source file>?<url spec of project file>&<name>
| Field Summary | |
|---|---|
static java.lang.String |
PROTOCOLProtocol for an URL representing a CmtModelNode. |
static java.lang.String |
QUERY_TOKENQuery part separator for an URL representing a CmtModelNode. |
| Method Summary | |
|---|---|
void |
adjustPosition(boolean doLive)Adjust the position (z-order) of the Component represented by this object, if in fact this object represents a Component, affecting source add call and optionaly the live Component within its controlling LayoutManager. |
CmtModel |
getCmtModel()Get the CmtModel to which this object belongs. |
CmtSubcomponent |
getLayout()Get the CmtSubcomponent representing the LayoutManger controlling the Component represented by this object if in fact this object represents a Component. |
LayoutAssistant |
getLayoutAssistant()Get the LayoutAssistant associated with the LayoutManager which controls the Component represented by this object if in fact this object represents a Component. |
java.lang.String |
getName()Get the name of the CmtSubcomponent for the Component represented by this object. |
CmtSubcomponent |
getSubcomponent()Get the CmtSubcomponent for the Component represented by this object. |
boolean |
isComponent()Determine whether or not this object represents a Component. |
boolean |
isContainer()Determine whether or not this object should be treated as a container. |
void |
release()Release all data structures and consider this object as dead. |
void |
setCmtModel(CmtModel model)Set the owning CmtModel |
| Methods inherited from interface javax.swing.tree.MutableTreeNode |
|---|
insert, remove, remove, removeFromParent, setParent, setUserObject |
| Methods inherited from interface javax.swing.tree.TreeNode |
|---|
children, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, isLeaf |
| Methods inherited from interface oracle.ide.model.Folder |
|---|
add, canAdd, canRemove, containsChild, remove, removeAll, size |
| Methods inherited from interface oracle.ide.model.Element |
|---|
getAttributes, getChildren, getData, mayHaveChildren |
| Methods inherited from interface oracle.ide.model.Displayable |
|---|
getIcon, getLongLabel, getShortLabel, getToolTipText, toString |
| Methods inherited from interface oracle.ide.model.Locatable |
|---|
getURL, setURL |
| Field Detail |
|---|
static final java.lang.String PROTOCOL
static final java.lang.String QUERY_TOKEN
| Method Detail |
|---|
CmtModel getCmtModel()
void setCmtModel(CmtModel model)
model - an owning CmtModelCmtSubcomponent getSubcomponent()
boolean isComponent()
boolean isContainer()
CmtSubcomponent getLayout()
LayoutAssistant getLayoutAssistant()
void adjustPosition(boolean doLive)
doLive - true if the represented Component should be adjusted within the controlling LayoutManger instance.java.lang.String getName()
void release()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||