DESY ACOP Beans Home

com.cosylab.gui.components.table.cells
Interface Command


public interface Command

Command is interface for wraper aroud action, whcih can be performed with arbitrary table cell. Calling execute on cell directly executes the action.

Version:
$id$
Author:
Igor Kriznar

Method Summary
 void execute(TableCell originator)
          Executes by this command
 java.lang.String getName()
           
 

Method Detail

getName

java.lang.String getName()

execute

void execute(TableCell originator)
             throws CommandException
Executes by this command

Parameters:
originator - the table cell, from which command was on which command was executed
Throws:
CommandException - DOCUMENT ME!


Copyright © 2010. All Rights Reserved.