public class CreateLibraryAction extends StaticSelectionCommandAction
command, editingDomain
Constructor and Description |
---|
CreateLibraryAction(IEditorPart editorPart,
ISelection selection)
This constructs an instance of an action that creates a library
|
Modifier and Type | Method and Description |
---|---|
protected Command |
createActionCommand(EditingDomain inputEditingDomain,
java.util.Collection<?> collection)
This should be implemented to create a command that performs the action.
|
configureAction, disable, getDefaultImageDescriptor, objectToImageDescriptor, run
public CreateLibraryAction(IEditorPart editorPart, ISelection selection)
protected Command createActionCommand(EditingDomain inputEditingDomain, java.util.Collection<?> collection)
StaticSelectionCommandAction
createActionCommand
in class StaticSelectionCommandAction