Creates and initializes the action for the given text editor.
The action configures its visual representation from the given resource
bundle.
Parameters: bundle - the resource bundle Parameters: prefix - a prefix to be prepended to the various resource keys(described in ResourceAction constructor), or null if none Parameters: editor - the text editor Parameters: upwards - trueif the selected lines should be moved upwards,false if downwards Parameters: copy - if true, the action will copy lines instead of moving them See Also:TextEditorAction.TextEditorAction(ResourceBundleStringITextEditor)