com.artenum.rosetta.interfaces.core
Interface ConsoleAction

All Superinterfaces:
Action, ActionListener, EventListener
All Known Implementing Classes:
AbstractConsoleAction, CompletionAction, GetNextAction, GetPreviousAction, ValidationAction

public interface ConsoleAction
extends Action

Author:
Sebastien Jourdain (jourdain@artenum.com)

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
 
Method Summary
 void setConfiguration(ConsoleConfiguration configuration)
           
 
Methods inherited from interface javax.swing.Action
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Method Detail

setConfiguration

void setConfiguration(ConsoleConfiguration configuration)
Parameters:
configuration -


Copyright © 2007-2011 Artenum. All Rights Reserved.