SEdit
Class SelectionCommand

java.lang.Object
  extended by SEdit.Command
      extended by SEdit.SelectionCommand
All Implemented Interfaces:
Executable

public class SelectionCommand
extends Command

A selection command in the node or arrow lists (toolbars)


Field Summary
 
Fields inherited from class SEdit.Command
action, desc, icon
 
Constructor Summary
SelectionCommand(StructureEditor editor, ElementDesc desc)
           
 
Method Summary
 void execute()
          This method executes the command.
 
Methods inherited from class SEdit.Command
getAction, getDescription, getIcon, hasDescription, hasIcon, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectionCommand

public SelectionCommand(StructureEditor editor,
                        ElementDesc desc)
Method Detail

execute

public void execute()
Description copied from interface: Executable
This method executes the command.

Specified by:
execute in interface Executable
Overrides:
execute in class Command


Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.