|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ens.transcriptome.doelan.gui.FileChooserWidget
This class implements a file chooser.
Constructor Summary | |
FileChooserWidget(boolean fileChooserVisible,
java.lang.String label,
int mnemonicKey,
java.lang.String extension,
java.lang.String extensionDescription,
java.lang.String buttonText,
javax.swing.JPanel panel,
int position)
Public constructor. |
Method Summary | |
java.lang.String |
getButtonText()
Get the text of the button |
java.io.File |
getFile()
Get the data file. |
int |
getMnemonicKey()
Get the mnemonic key. |
void |
setButtonText(java.lang.String buttonText)
Set the text of the button |
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 |
public FileChooserWidget(boolean fileChooserVisible, java.lang.String label, int mnemonicKey, java.lang.String extension, java.lang.String extensionDescription, java.lang.String buttonText, javax.swing.JPanel panel, int position)
fileChooserVisible
- Set if the fileChooser must be visiblelabel
- the Label of the widgetmnemonicKey
- mnemonic keyextension
- The extension of the fileextensionDescription
- The description of the extensionbuttonText
- button textpanel
- Calling panelposition
- Position of the chooserMethod Detail |
public java.io.File getFile()
public int getMnemonicKey()
public java.lang.String getButtonText()
public void setMnemonicKey(int mnemonicKey)
mnemonicKey
- The mnemonicKey to setpublic void setButtonText(java.lang.String buttonText)
buttonText
- The buttonText to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |