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, runpublic CreateLibraryAction(IEditorPart editorPart,
ISelection selection)
protected Command createActionCommand(EditingDomain inputEditingDomain, java.util.Collection<?> collection)
StaticSelectionCommandActioncreateActionCommand in class StaticSelectionCommandAction