com.partnersoft.gui.forms
Class FormFilePathField

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

Field Summary
 
Fields inherited from class com.partnersoft.gui.forms.AbstractFormField
gui
 
Constructor Summary
FormFilePathField()
           
 
Method Summary
 void choose()
           
 javax.swing.JButton getJButton()
           
 javax.swing.JFileChooser getJFileChooser()
           
 javax.swing.JTextField getJTextField()
           
 java.lang.String getValue()
          Returns the current value for this field.
 void setValue(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

FormFilePathField

public FormFilePathField()
Method Detail

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