|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionHelper.ActionExtractor | |
---|---|
org.xnap.gui.action | Provides common action classes. |
Uses of ActionHelper.ActionExtractor in org.xnap.gui.action |
---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |