|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ens.transcriptome.doelan.gui.EditParametersWidget
This class describe a widhet used to edit parameters of an algorithm.
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 |
public EditParametersWidget(fr.ens.transcriptome.nividic.platform.workflow.Algorithm algorithm)
algorithm
- Test to editMethod Detail |
public fr.ens.transcriptome.nividic.platform.workflow.Algorithm getAlgorithm()
public void edit()
public void setLocation(int posX, int posY)
posX
- x positionposY
- y positionpublic void close()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |