public class DeleteUsers
extends java.lang.Object
| Constructor and Description | 
|---|
DeleteUsers()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
canExecute(org.eclipse.e4.ui.model.application.ui.basic.MPart part,
          org.eclipse.e4.ui.workbench.modeling.ESelectionService selectionService)  | 
void | 
execute(org.eclipse.e4.ui.model.application.ui.basic.MPart part,
       org.eclipse.e4.ui.workbench.modeling.ESelectionService selectionService)  | 
@Execute
public void execute(@Named(value="e4ActivePart")
                             org.eclipse.e4.ui.model.application.ui.basic.MPart part,
                             org.eclipse.e4.ui.workbench.modeling.ESelectionService selectionService)
@CanExecute
public boolean canExecute(@Named(value="e4ActivePart")
                                      org.eclipse.e4.ui.model.application.ui.basic.MPart part,
                                      org.eclipse.e4.ui.workbench.modeling.ESelectionService selectionService)
Copyright © 2007–2020. All rights reserved.