use of org.eclipse.wst.xsl.launching.config.LaunchTransform in project webtools.sourceediting by eclipse.
the class RemoveAction method run.
@SuppressWarnings("unchecked")
@Override
public void run() {
IStructuredSelection selection = (IStructuredSelection) getViewer().getViewer().getSelection();
getViewer().removeEntries((LaunchTransform[]) selection.toList().toArray(new LaunchTransform[0]));
}
Aggregations