com.levigo.util.swing.action
Interface ContextualAction

All Superinterfaces:
Action, ActionListener, EventListener
All Known Implementing Classes:
CommandAction

public interface ContextualAction
extends Action

An Action associated with a Context.


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 setContext(Context ctx)
           
 
Methods inherited from interface javax.swing.Action
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Method Detail

setContext

void setContext(Context ctx)


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.