Class CollectionParametersMarkAllHandler
- java.lang.Object
- 
- org.eclipse.core.commands.common.EventManager
- 
- org.eclipse.core.commands.AbstractHandler
- 
- com._1c.g5.v8.dt.dcs.ui.collectionparameters.CollectionParametersMarkAllHandler
 
 
 
- 
- All Implemented Interfaces:
- org.eclipse.core.commands.IHandler,- org.eclipse.core.commands.IHandler2
 
 public class CollectionParametersMarkAllHandler extends org.eclipse.core.commands.AbstractHandlerHandler for mark all parameters from collection
- 
- 
Constructor SummaryConstructors Constructor Description CollectionParametersMarkAllHandler()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectexecute(org.eclipse.core.commands.ExecutionEvent event)static voidmarkAll(org.eclipse.core.commands.ExecutionEvent event, boolean mark)Mark all elements- 
Methods inherited from class org.eclipse.core.commands.AbstractHandleraddHandlerListener, dispose, fireHandlerChanged, hasListeners, isEnabled, isHandled, removeHandlerListener, setBaseEnabled, setEnabled
 
- 
 
- 
- 
- 
Method Detail- 
executepublic Object execute(org.eclipse.core.commands.ExecutionEvent event) throws org.eclipse.core.commands.ExecutionException - Throws:
- org.eclipse.core.commands.ExecutionException
 
 - 
markAllpublic static void markAll(org.eclipse.core.commands.ExecutionEvent event, boolean mark)Mark all elements- Parameters:
- event- handler event, can't be null
- mark- mark
 
 
- 
 
-