|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.formaria.aria.data.DataModel
org.formaria.editor.visualizer.VisualiserDebuggerModel
public abstract class VisualiserDebuggerModel
| Field Summary |
|---|
| Fields inherited from class org.formaria.aria.data.DataModel |
|---|
parentModel, tagName |
| Constructor Summary | |
|---|---|
VisualiserDebuggerModel()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getNodeString()
Gets the "string" representation of this node |
abstract void |
removeChild(DataModel child)
Removes the specified child node |
abstract void |
removeChild(java.lang.String path)
Removes the child at the specified path. |
| Methods inherited from class org.formaria.aria.data.DataModel |
|---|
addModelListener, append, append, clear, fireModelUpdated, get, get, get, getAttribName, getAttribute, getAttribValue, getAttribValueAsDouble, getAttribValueAsDouble, getAttribValueAsInt, getAttribValueAsString, getId, getNumAttributes, getNumChildren, getParent, getTagName, getValueAsDouble, getValueAsInt, getValueAsString, hasAutoId, hasAutoId, hashCode, prefixOutputPath, removeChildren, reset, resetAttributes, set, set, setAttribValue, setAttribValue, setId, setNumAttributes, setNumChildren, setParent, setTagName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VisualiserDebuggerModel()
| Method Detail |
|---|
public abstract void removeChild(java.lang.String path)
path - the location of the child which is to be removedpublic abstract void removeChild(DataModel child)
child - the model to be removedpublic abstract java.lang.String getNodeString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||