Public Member Functions | |
BeanActionSupport (Class capabilityClass) throws IllegalArgumentException | |
BeanActionSupport (Class capabilityClass, int selectionMode) throws IllegalArgumentException | |
Protected Member Functions | |
void | performCapability (GPNode node, Capability capability) throws InvocationTargetException |
Private Attributes | |
Method | capabilityMethod |
boolean | isNoArg |
gp.example.actions.beans.SmileAction
)
|
Constructor to use if you don't need to specify the selection mode.
|
|
Constructor that allows to specify the selectionMode The selection mode determines how many nodes must be selected to enable the action. The possible modes are defined in the class org.openide.util.actions.CookieAction
|
|
Performs the associated capability for the given node.
Implements cern::gp::actions::support::BeanAction.
|
|
|
|
|