com.notuvy.gui
Class FormField.Area

java.lang.Object
  extended by com.notuvy.gui.FormField
      extended by com.notuvy.gui.FormField.Area
Enclosing class:
FormField

public static class FormField.Area
extends FormField


Nested Class Summary
 
Nested classes/interfaces inherited from class com.notuvy.gui.FormField
FormField.Area, FormField.CheckBox, FormField.Choice, FormField.Field, FormField.Generic, FormField.Html, FormField.List
 
Field Summary
 
Fields inherited from class com.notuvy.gui.FormField
LOG
 
Constructor Summary
FormField.Area(String pString, Font pFont, JTextArea pTextarea)
           
 
Method Summary
protected  void addComponent(JPanel pPanel, GridBagConstraints gbc)
           
protected  Object getValue()
           
protected  void setValue(Object pObject)
           
 
Methods inherited from class com.notuvy.gui.FormField
addTo, getComponent, getFill, getGridHeight, getHelpText, getLabel, getVWeight, isSeparatorAfter, setHelpText, setSeparatorAfter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormField.Area

public FormField.Area(String pString,
                      Font pFont,
                      JTextArea pTextarea)
Method Detail

getValue

protected Object getValue()
Specified by:
getValue in class FormField

setValue

protected void setValue(Object pObject)
Specified by:
setValue in class FormField

addComponent

protected void addComponent(JPanel pPanel,
                            GridBagConstraints gbc)
Overrides:
addComponent in class FormField


Copyright © 2013. All Rights Reserved.