public class FormFilePathListField extends AbstractFormField<java.util.List<java.lang.String>>
Copyright 2004-2008 Partner Software, Inc.
gui| Constructor and Description |
|---|
FormFilePathListField() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
setValueSafely(java.lang.Object newValue)
Sets the value safely, e.g.
|
addFieldListener, createPopup, doAction, fireActionRequested, fireValueChanged, getGui, getToolTipText, grabFocus, isDisabled, removeFieldListener, selectAll, selectNone, setDisabled, setToolTipText, toString, valueChangedpublic java.util.List<java.lang.String> getValue()
public void setValue(java.util.List<java.lang.String> newValue)
public void setValueSafely(java.lang.Object newValue)
FormFieldpublic void choose()
public javax.swing.JList getJList()
public javax.swing.JFileChooser getJFileChooser()
public javax.swing.JButton getJButton()