|
DRCL J-Sim API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectdrcl.comp.tool.DotDump
drcl.comp.tool.DotDump2
This class adds "blocking" capability to DotDump. The internal structure of the classes being blocked are not shown when the graph is rendered.
| Field Summary |
| Fields inherited from class drcl.comp.tool.DotDump |
INDENT, REAL_CONNECTION_COLOR, SHADOW_CONNECTION_COLOR |
| Constructor Summary | |
DotDump2()
|
|
DotDump2(Component root_)
|
|
| Method Summary | |
void |
block(java.lang.Object o)
Don't show the internal structure of the components of the same class. |
void |
block(java.lang.String className_)
Don't show the internal structure of the components of the same class. |
java.lang.String |
info()
|
boolean |
isShowHiddenEnabled()
|
boolean |
isShowInfoPortEnabled()
|
static void |
main(java.lang.String[] args)
|
void |
pass(java.lang.Object o)
Adds the object to the "pass" list. |
void |
pass(java.lang.Object[] oo)
Adds the objects to the "pass" list. |
void |
removePass(java.lang.Object o)
Removes the object from the "pass" list. |
void |
removePass(java.lang.Object[] oo)
Removes the objects from the "pass" list. |
void |
resetPass()
Clears the "pass" list. |
void |
setShowHiddenEnabled(boolean s)
Enables/disables showing the hidden components/ports. |
void |
setShowInfoPortEnabled(boolean s)
Enables/disables showing the InfoPorts. |
void |
unblock(java.lang.Object o)
Show the internal structure of the components of the same class. |
void |
unblock(java.lang.String className_)
Show the internal structure of the components of the same class. |
void |
unblockAll()
Removes any blocked classes. |
| Methods inherited from class drcl.comp.tool.DotDump |
createComponentImage, dumpComponents, example, getRoot, isShowBarePortEnabled, isShowRootEnabled, reset, run, setRoot, setShowBarePortEnabled, setShowRootEnabled, show, showing, showing, toFile |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DotDump2()
public DotDump2(Component root_)
| Method Detail |
public void setShowHiddenEnabled(boolean s)
public boolean isShowHiddenEnabled()
public void setShowInfoPortEnabled(boolean s)
public boolean isShowInfoPortEnabled()
public void block(java.lang.Object o)
public void unblock(java.lang.Object o)
public void block(java.lang.String className_)
public void unblock(java.lang.String className_)
public void unblockAll()
public void pass(java.lang.Object o)
public void pass(java.lang.Object[] oo)
public void removePass(java.lang.Object o)
public void removePass(java.lang.Object[] oo)
public void resetPass()
public java.lang.String info()
info in class DotDumppublic static void main(java.lang.String[] args)
|
DRCL J-Sim API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||