|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aptana.ide.views.outline.OutlineItem
com.aptana.ide.editor.js.outline.JSOutlineItem
public class JSOutlineItem
| Constructor Summary | |
|---|---|
JSOutlineItem(java.lang.String label,
int type,
IRange sourceRange,
IParseNode referenceNode)
JSOutlineItem |
|
JSOutlineItem(java.lang.String label,
int type,
IRange sourceRange,
IParseNode referenceNode,
int childCount)
JSOutlineItem |
|
| Method Summary | |
|---|---|
void |
addVirtualChild(IParseNode target)
addVirtualChild |
int |
getChildCount()
getChildCount |
IParseNode[] |
getReferenceNodes()
getReferenceNodes |
IParseNode[] |
getVirtualChildren()
getVirtualChildren |
boolean |
hasVirtualChildren()
hasVirtualChildren |
| Methods inherited from class com.aptana.ide.views.outline.OutlineItem |
|---|
equals, getEndingOffset, getLabel, getLanguage, getReferenceNode, getStartingOffset, getType, hasChildren, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JSOutlineItem(java.lang.String label,
int type,
IRange sourceRange,
IParseNode referenceNode)
label - type - sourceRange - referenceNode -
public JSOutlineItem(java.lang.String label,
int type,
IRange sourceRange,
IParseNode referenceNode,
int childCount)
label - type - sourceRange - referenceNode - childCount - | Method Detail |
|---|
public void addVirtualChild(IParseNode target)
target - public int getChildCount()
getChildCount in class OutlineItempublic IParseNode[] getReferenceNodes()
public IParseNode[] getVirtualChildren()
public boolean hasVirtualChildren()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||