opened()
Allows the action to initialize its user interface.
Declaration
func opened()Discussion
The system invokes this method when the action is first added to a workflow.
You should perform all initializations of an action’s user interface in this method and not in awakeFromNib. Be sure to invoke the superclass implementation of this method as the final step of your implementation.