Uses of Interface
org.xnap.gui.action.ActionHelper.ActionExtractor

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.
 



Copyright © 2001-2005 XNap Team. All Rights Reserved.