org.walluck.oscar.components
Interface IMActions.IMAction

All Superinterfaces:
javax.swing.Action, java.awt.event.ActionListener, java.util.EventListener
Enclosing interface:
IMActions

public static interface IMActions.IMAction
extends javax.swing.Action


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
 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

public boolean isActionEnabledForBuddy(Buddy b)

setEnabled

public void setEnabled(boolean b)
Specified by:
setEnabled in interface javax.swing.Action