org.walluck.oscar.components
Interface IMActions.IMAction

All Superinterfaces:
Action, ActionListener, EventListener
Enclosing class:
IMActions

public static interface IMActions.IMAction
extends Action


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
 boolean isActionEnabledForBuddy(Buddy b)
           
 void setEnabled(boolean b)
           
 
Methods inherited from interface javax.swing.Action
addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Method Detail

isActionEnabledForBuddy

boolean isActionEnabledForBuddy(Buddy b)

setEnabled

void setEnabled(boolean b)
Specified by:
setEnabled in interface Action