com.partnersoft.gui.forms
Class FormFilePathListField

java.lang.Object
  extended by com.partnersoft.gui.forms.AbstractFormField<java.util.List<java.lang.String>>
      extended by 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

Field Summary
 
Fields inherited from class com.partnersoft.gui.forms.AbstractFormField
gui
 
Constructor Summary
FormFilePathListField()
           
 
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 com.partnersoft.gui.forms.AbstractFormField
addFieldListener, doAction, fireActionRequested, fireValueChanged, getGui, isDisabled, removeFieldListener, setDisabled, setToolTipText, valueChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormFilePathListField

public FormFilePathListField()
Method Detail

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()