Uses of Interface
com.orchestranetworks.ui.action.Action
-
Packages that use Action Package Description com.orchestranetworks.ui.action This package allows to define actions that can be triggered by the end user.com.orchestranetworks.ui.toolbar This package allows customizing toolbars.com.orchestranetworks.userservice A public API for user services. -
-
Uses of Action in com.orchestranetworks.ui.action
Classes in com.orchestranetworks.ui.action that implement Action Modifier and Type Class Description classJavaScriptActionDefines an action that runs a JavaScript expression.classServiceActionInCurrentContextDefines a user service call that can be used on a toolbar element with an action.classURLActionDefines an action that opens a specific URL.classWebComponentActionDefines an action that runs a Web component. -
Uses of Action in com.orchestranetworks.ui.toolbar
Methods in com.orchestranetworks.ui.toolbar with parameters of type Action Modifier and Type Method Description voidToolbarElementWithAction. setAction(Action anAction)Sets the action to be called when the user clicks on this toolbar element. -
Uses of Action in com.orchestranetworks.userservice
Methods in com.orchestranetworks.userservice that return Action Modifier and Type Method Description ActionUserServiceDisplayConfigurator. newToolbarAction(UserServiceEvent aCallback)Returns a toolbar action that can be used in a top toolbar.
-