backAction = new LayerAction(){
/**
* @see org.eclipse.jface.action.Action#run()
*/
public void run() {
getCurrentMap().sendCommandASync(new LayerMoveBackCommand(currentMap, structSelection));
}
};
backAction.setEnabled(false);
backAction.setToolTipText(Messages.LegendView_back_tooltip);
backAction.setImageDescriptor(ProjectUIPlugin.getDefault().getImageDescriptor(