com.partnersoft.gui.forms
Class FormFilePathListField
java.lang.Object
com.partnersoft.gui.forms.AbstractFormField<java.util.List<java.lang.String>>
com.partnersoft.gui.forms.FormFilePathListField
- All Implemented Interfaces:
- FormField<java.util.List<java.lang.String>>
public class FormFilePathListField
- extends AbstractFormField<java.util.List<java.lang.String>>
A GUIField for entering a file name. Includes a file chooser button.
Copyright 2004-2008 Partner Software, Inc.
- Version:
- $Id$
- Author:
- Paul Reavis
|
Method Summary |
void |
choose()
|
javax.swing.JButton |
getJButton()
|
javax.swing.JFileChooser |
getJFileChooser()
|
javax.swing.JList |
getJList()
|
java.util.List<java.lang.String> |
getValue()
Returns the current value for this field. |
void |
setValue(java.util.List<java.lang.String> newValue)
Sets the current value for this field. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormFilePathListField
public FormFilePathListField()
getValue
public java.util.List<java.lang.String> getValue()
- Returns the current value for this field.
setValue
public void setValue(java.util.List<java.lang.String> newValue)
- Sets the current value for this field.
choose
public void choose()
getJList
public javax.swing.JList getJList()
getJFileChooser
public javax.swing.JFileChooser getJFileChooser()
getJButton
public javax.swing.JButton getJButton()