de.qfs.apps.qflog.command
Class CommandEditRemove

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--de.qfs.lib.command.Command
              |
              +--de.qfs.apps.qflog.command.CommandEditRemove

public class CommandEditRemove
extends de.qfs.lib.command.Command
implements de.qfs.lib.command.Invokable

This Command saves the log entries from the listener in the selected row of the listener table into a log file.

Version:
$Revision: 1.7 $
Author:
Gregor Schmid
See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CommandEditRemove(java.lang.Object source, java.awt.Frame parent, javax.swing.JTable table)
          Create a new CommandEditRemove.
 
Method Summary
 java.lang.Object invoke()
          Invoke the command.
 
Methods inherited from class de.qfs.lib.command.Command
isHandled, setHandled
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandEditRemove

public CommandEditRemove(java.lang.Object source,
                         java.awt.Frame parent,
                         javax.swing.JTable table)
Create a new CommandEditRemove.
Parameters:
source - The source of the Command.
parent - A frame parent for messages.
table - The listener table.
Method Detail

invoke

public java.lang.Object invoke()
                        throws de.qfs.lib.command.CommandException
Invoke the command.
Specified by:
invoke in interface de.qfs.lib.command.Invokable
Returns:
Always null.
Throws:
de.qfs.lib.command.CommandException - If the action is cancelled.