Methods in org.xnap.gui.action with parameters of type ActionHelper.ActionExtractor |
static int |
ActionHelper.addCommonActions(AbstractDynamicMenu jm,
java.lang.Object[] object,
ActionHelper.ActionExtractor ae)
|
static int |
ActionHelper.addCommonActions(AbstractDynamicMenu jm,
java.lang.Object[] object,
ActionHelper.ActionExtractor ae,
int startIndex)
Uses the ActionExtractor to extract the common actions from all objects
in the array and adds them to the AbstractDynamicMenu as temporaries. |
static java.util.Collection |
ActionHelper.getCommonActions(java.lang.Object[] items,
ActionHelper.ActionExtractor ae)
Returns a collection of common actions in objects . |