Uses of Interface
aQute.bnd.service.action.Action
-
Packages that use Action Package Description aQute.bnd.build aQute.bnd.service.action -
-
Uses of Action in aQute.bnd.build
Classes in aQute.bnd.build that implement Action Modifier and Type Class Description class
ReflectAction
class
ScriptAction
Methods in aQute.bnd.build that return types with arguments of type Action Modifier and Type Method Description java.util.Map<java.lang.String,Action>
Project. getActions()
Methods in aQute.bnd.build with parameters of type Action Modifier and Type Method Description void
Workspace. addCommand(java.lang.String menu, Action action)
Method parameters in aQute.bnd.build with type arguments of type Action Modifier and Type Method Description void
Project. fillActions(java.util.Map<java.lang.String,Action> all)
void
Workspace. fillActions(java.util.Map<java.lang.String,Action> all)
-
Uses of Action in aQute.bnd.service.action
Subinterfaces of Action in aQute.bnd.service.action Modifier and Type Interface Description interface
NamedAction
-