|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--venice.Command | +--venice.MakePackageTransparentCommand
Makes selected packages 'transparent'. That means that all their children's relationships will be moved to the package level, but the children aren't hidden.
Fields inherited from class venice.Command |
stAppModule |
Constructor Summary | |
MakePackageTransparentCommand()
|
Method Summary | |
void |
execute()
This abstract method is overridden in subclasses. |
Methods inherited from class venice.Command |
getAppModule, setAppModule |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public MakePackageTransparentCommand()
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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |