fr.ens.transcriptome.doelan.gui
Class EditParametersWidget

java.lang.Object
  extended byfr.ens.transcriptome.doelan.gui.EditParametersWidget

public class EditParametersWidget
extends java.lang.Object

This class describe a widhet used to edit parameters of an algorithm.

Author:
Laurent Jourdren

Constructor Summary
EditParametersWidget(fr.ens.transcriptome.nividic.platform.workflow.Algorithm algorithm)
          Public consructor.
 
Method Summary
 void close()
          Hide the widget.
 void edit()
          Show the widget for editing parameters.
 fr.ens.transcriptome.nividic.platform.workflow.Algorithm getAlgorithm()
          Get the algorithm.
 void setLocation(int posX, int posY)
          Set the location of the widget.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditParametersWidget

public EditParametersWidget(fr.ens.transcriptome.nividic.platform.workflow.Algorithm algorithm)
Public consructor.

Parameters:
algorithm - Test to edit
Method Detail

getAlgorithm

public fr.ens.transcriptome.nividic.platform.workflow.Algorithm getAlgorithm()
Get the algorithm.

Returns:
The algorithm

edit

public void edit()
Show the widget for editing parameters.


setLocation

public void setLocation(int posX,
                        int posY)
Set the location of the widget.

Parameters:
posX - x position
posY - y position

close

public void close()
Hide the widget.



Copyright © 2004-2005 École Normale Supérieure Microarray Platform. All Rights Reserved.