*/
public void run() {
if( selection.isEmpty() ) return;
IMap map = getCurrentMap();
//map.sendCommandSync( new LayerMoveUpCommand( selection ));
map.sendCommandASync( new LayerMoveUpCommand( selection ));
}
};
upAction.setEnabled(false);
upAction.setToolTipText(Messages.LayersView_up_tooltip);
upAction.setImageDescriptor(ProjectUIPlugin.getDefault().getImageDescriptor(ISharedImages.UP_CO));