com.partnersoft.gui.forms
Class FormFilePathField
java.lang.Object
com.partnersoft.gui.forms.AbstractFormField<java.lang.String>
com.partnersoft.gui.forms.FormFilePathField
- All Implemented Interfaces:
- FormField<java.lang.String>
public class FormFilePathField
- extends AbstractFormField<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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormFilePathField
public FormFilePathField()
getValue
public java.lang.String getValue()
- Returns the current value for this field.
setValue
public void setValue(java.lang.String newValue)
- Sets the current value for this field.
choose
public void choose()
getJTextField
public javax.swing.JTextField getJTextField()
getJFileChooser
public javax.swing.JFileChooser getJFileChooser()
getJButton
public javax.swing.JButton getJButton()