com.partnersoft.gui.forms
Class FormDurationField

java.lang.Object
  extended by com.partnersoft.gui.forms.AbstractFormField<T>
      extended by com.partnersoft.gui.forms.AbstractFormTextField<Duration>
          extended by com.partnersoft.gui.forms.FormDurationField
All Implemented Interfaces:
FormField<Duration>

public class FormDurationField
extends AbstractFormTextField<Duration>

A FormField that modifies com.partnersoft.data.Duration objects.

Copyright 2008 Partner Software, Inc.

Version:
$Id$
Author:
Paul Reavis

Field Summary
 
Fields inherited from class com.partnersoft.gui.forms.AbstractFormField
gui
 
Constructor Summary
FormDurationField()
           
 
Method Summary
 
Methods inherited from class com.partnersoft.gui.forms.AbstractFormTextField
getJTextField, getValue, setValue
 
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

FormDurationField

public FormDurationField()