Author: sletellier Date: 2008-09-12 15:36:54 +0000 (Fri, 12 Sep 2008) New Revision: 1337 Added: branches/isis-fish-3.2.1/src/uimodel/fr/ifremer/isisfish/ui/simulator/QueueUI.jaxx Log: Interface JAXX Copied: branches/isis-fish-3.2.1/src/uimodel/fr/ifremer/isisfish/ui/simulator/QueueUI.jaxx (from rev 1313, branches/isis-fish-3.2.1/src/uimodel/fr/ifremer/isisfish/ui/simulator/Queue2.jaxx) =================================================================== --- branches/isis-fish-3.2.1/src/uimodel/fr/ifremer/isisfish/ui/simulator/QueueUI.jaxx (rev 0) +++ branches/isis-fish-3.2.1/src/uimodel/fr/ifremer/isisfish/ui/simulator/QueueUI.jaxx 2008-09-12 15:36:54 UTC (rev 1337) @@ -0,0 +1,51 @@ +<Table> + <row> + <cell columns="3" fill="both" weightx="1.0" weighty="0.5"> + <JScrollPane> + <JTable id="queueTable"> +<!-- Fixme : TableModel a implemanter + <tableModel> + <SimulationQueueModel id="queueModel"/> + </tableModel> +--> + </JTable> + </JScrollPane> + </cell> + </row> + <row> + <cell columns="3" fill="both" weightx="1.0" weighty="0.5"> + <JScrollPane> + <JTable id="queueTableDone"> +<!-- + <tableModel> + <SimulationDoneQueueModel id="queueModelDone"/> + </tableModel> +--> + </JTable> + </JScrollPane> + </cell> + </row> + <row> + <cell fill="horizontal" weightx="0.3"> + <JButton id="buttonSimulQueueStart" text="isisfish.queue.simulationLaunch"/> +<!-- +actionCommand="xpath:setAutoLaunch(fr.ifremer.isisfish.simulator.SimulationManager.getInstance(), 'true')" +--> + </cell> + <cell fill="horizontal" weightx="0.3"> + <!--TODO ne fonctionne pas init="simulator.SimulatorAction.initButtonSimulQueueStart($buttonSimulQueueStart)"--> + <JButton id="buttonSimulQueueRemove" text="isisfish.queue.stopSimulation"/> + </cell> + <cell fill="horizontal" weightx="0.3"> +<!-- + actionCommand="xpath:setStopSimulationRequest(getSimulationControl($queueModel, $queueTable/selectedRow), 'true')" +--> + <JButton id="buttonSimulQueueShowLog" text="isisfish.queue.showLog"/> +<!-- +actionCommand="fr.ifremer.isisfish.ui.simulator.SimulatorAction.showLog($queueTableDone,$queueModelDone,$queueTableDone/selectedRow)" +--> + <!--TODO ne fonctionne pas init="simulator.SimulatorAction.initButtonSimulQueue($buttonSimulQueueShowLog,$queueTableDone)"--> + <!--TODO ne fonctionne pas non plusorigin="$queueTableDone/selectedRow!=-1"--> + </cell> + </row> +</Table> \ No newline at end of file