venice
Class ShowInterfaceContentCommand

java.lang.Object
  |
  +--venice.Command
        |
        +--venice.ShowInterfaceContentCommand

public class ShowInterfaceContentCommand
extends Command

This command changes selected interfaces visualization so that they will be shown in expanded class-style notation If other elements than VInterfaces are selected, they are skipped.

Author:
Hannu Laurila

Fields inherited from class venice.Command
stAppModule
 
Constructor Summary
ShowInterfaceContentCommand()
           
 
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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ShowInterfaceContentCommand

public ShowInterfaceContentCommand()
Method Detail

execute

public void execute()
Description copied from class: Command
This abstract method is overridden in subclasses. The overridden version does whatever the 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.

Overrides:
execute in class Command