org.xnap.commons.gui.action
Interface SelectionAction

All Superinterfaces:
Action, ActionListener, EventListener
All Known Implementing Classes:
AbstractSelectionAction, AbstractSingleSelectionAction

public interface SelectionAction
extends Action

Author:
Steffen Pingel

Field Summary
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Method Summary
 void setSelectedItems(Object[] items)
           
 
Methods inherited from interface javax.swing.Action
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Method Detail

setSelectedItems

void setSelectedItems(Object[] items)


Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.