fr.ens.transcriptome.doelan.gui
Class DescriptionWidget

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

public class DescriptionWidget
extends java.lang.Object

This class implements a file chooser.

Author:
Laurent Jourdren

Constructor Summary
DescriptionWidget(java.lang.String label, int mnemonicKey, javax.swing.JPanel panel, int position)
          Public constructor.
 
Method Summary
 java.lang.String getDescription()
          Get the text of the description.
 int getMnemonicKey()
          Get the mnemonic key.
 void setMnemonicKey(int mnemonicKey)
          set the mnemonic key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptionWidget

public DescriptionWidget(java.lang.String label,
                         int mnemonicKey,
                         javax.swing.JPanel panel,
                         int position)
Public constructor.

Parameters:
label - the Label of the widget
panel - Calling panel
position - Position of the chooser
Method Detail

getMnemonicKey

public int getMnemonicKey()
Get the mnemonic key.

Returns:
Returns the mnemonicKey

getDescription

public java.lang.String getDescription()
Get the text of the description.

Returns:
the text of the description

setMnemonicKey

public void setMnemonicKey(int mnemonicKey)
set the mnemonic key.

Parameters:
mnemonicKey - The mnemonicKey to set


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