net.sf.magicproject.ui.component.task
Class StringAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by net.sf.magicproject.ui.component.task.TaskAction
          extended by net.sf.magicproject.ui.component.task.StringAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

public class StringAction
extends TaskAction

Since:
0.90
Author:
Fabrice Daugan
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
StringAction(java.io.InputStream dbStream)
          Create a new instance of this class.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class net.sf.magicproject.ui.component.task.TaskAction
getCard, revalidate
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringAction

public StringAction(java.io.InputStream dbStream)
             throws java.io.IOException
Create a new instance of this class.

Parameters:
dbStream - the stream containing the action definition.
Throws:
java.io.IOException - if error occurred during the reading process from the specified input stream
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Specified by:
actionPerformed in class TaskAction


Copyright © 2003-2007 Magic-Project. All Rights Reserved.