|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--venice.Command | +--venice.HideVRelationshipLabelsCommand
Command subclass, which sets all labels for all relationships as invisible.
Field Summary | |
private Visualization |
mVisualization
Private variable to hold the Visualization instance that is needed in various places in the recursive action of this object. |
Fields inherited from class venice.Command |
stAppModule |
Constructor Summary | |
HideVRelationshipLabelsCommand()
|
Method Summary | |
void |
execute()
This abstract method is overridden in subclasses. |
private void |
setChildrensRelationshipsAsInvisible(VPackage inPackage)
|
Methods inherited from class venice.Command |
getAppModule, setAppModule |
Methods inherited from class java.lang.Object |
|
Field Detail |
private Visualization mVisualization
Constructor Detail |
public HideVRelationshipLabelsCommand()
Method Detail |
public void execute()
Command
Command
is supposed to do.
Users of these subclasses
can rely on the Command
interface, and just
call execute()
when they want the given
subclass to perform an operation.
execute
in class Command
private void setChildrensRelationshipsAsInvisible(VPackage inPackage)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |