public StopAction(AntBuildMessageView antBuildMessageView) { super(AntBundle.message("stop.ant.action.name"),null, AllIcons.Actions.Suspend); myAntBuildMessageView = antBuildMessageView; }
public ChangeViewAction(AntBuildMessageView antBuildMessageView) { super(AntBundle.message("ant.view.toggle.tree.text.action.name"),null, AntIcons.ChangeView); myAntBuildMessageView = antBuildMessageView; }
public RunAction(AntBuildMessageView antBuildMessageView) { super(AntBundle.message("rerun.ant.action.name"), null, AllIcons.Actions.Rerun); myAntBuildMessageView = antBuildMessageView; }
public VerboseAction(AntBuildMessageView antBuildMessageView) { super(AntBundle.message("ant.verbose.show.all.messages.action.name"), AntBundle.message("ant.verbose.show.all.messages.action.description"), AntIcons.Verbose); myAntBuildMessageView = antBuildMessageView; }
public PauseOutputAction(AntBuildMessageView antBuildMessageView) { super(AntBundle.message("ant.view.pause.output.action.name"),null, AllIcons.Actions.Pause); myAntBuildMessageView = antBuildMessageView; }
public ChangeViewAction(AntBuildMessageView antBuildMessageView) { super(AntBundle.message("ant.view.toggle.tree.text.action.name"),null, AllIcons.Ant.ChangeView); myAntBuildMessageView = antBuildMessageView; }
public VerboseAction(AntBuildMessageView antBuildMessageView) { super(AntBundle.message("ant.verbose.show.all.messages.action.name"), AntBundle.message("ant.verbose.show.all.messages.action.description"), AllIcons.Ant.Verbose); myAntBuildMessageView = antBuildMessageView; }
public ChangeViewAction(AntBuildMessageView antBuildMessageView) { super(AntBundle.message("ant.view.toggle.tree.text.action.name"),null, ApacheAntIcons.ChangeView); myAntBuildMessageView = antBuildMessageView; }
public VerboseAction(AntBuildMessageView antBuildMessageView) { super(AntBundle.message("ant.verbose.show.all.messages.action.name"), AntBundle.message("ant.verbose.show.all.messages.action.description"), ApacheAntIcons.Verbose); myAntBuildMessageView = antBuildMessageView; }