public static Action getPasteStepsAction() {
return pasteStepsAction;
}
public static Action getRefreshSequenceRepositoryAction(){
if (refreshSequenceRepositoryAction == null){
refreshSequenceRepositoryAction = new RefreshSequenceRepositoryAction();
}
return refreshSequenceRepositoryAction;
}