fr.ifremer.isisfish.ui.queue
Class QueueAction

java.lang.Object
  extended by fr.ifremer.isisfish.ui.queue.QueueAction

public class QueueAction
extends Object

Common action for all queue ui.

Version:
$Revision: 1.0 $ Last update : $Date: 10 juin 2009 $ By : $Author: chatellier $
Author:
chatellier

Field Summary
protected  QueueUI queueUI
          queue ui to manage.
 
Constructor Summary
QueueAction(QueueUI queueUI)
          Queue action.
 
Method Summary
protected  void clearDoneJobs()
          Remove all done jobs.
protected  void restartSimulation()
          Restart simulation.
protected  void stopSimulation()
          Stop simulation associated with table selected rows.
 void updateActions()
          Update ui buttons.
protected  void viewLog()
          View log of selected done jobs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queueUI

protected QueueUI queueUI
queue ui to manage.

Constructor Detail

QueueAction

public QueueAction(QueueUI queueUI)
Queue action.

Parameters:
queueUI - queue ui to manage
Method Detail

updateActions

public void updateActions()
Update ui buttons.


stopSimulation

protected void stopSimulation()
Stop simulation associated with table selected rows.


restartSimulation

protected void restartSimulation()
Restart simulation.


viewLog

protected void viewLog()
View log of selected done jobs.


clearDoneJobs

protected void clearDoneJobs()
Remove all done jobs.



Copyright © 1999-2012 CodeLutin. All Rights Reserved.