/******************************************************************************* * This program is made available under the terms of the * Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Tomas Milata - initial API and implementation ******************************************************************************/ /** * The package contains classes that implement actions behavior (Handlers) of * the Batch editor and classes that decide whether actions are applicable * (Filters and Conditions). */ package org.jboss.tools.batch.ui.editor.internal.action;