API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.text.html. HTMLDocument.HTMLReader.FormAction View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      HTMLDocument.HTMLReader.TagAction
          HTMLDocument.HTMLReader.SpecialAction
              HTMLDocument.HTMLReader.FormAction
Implements
Subclasses
Description
public class HTMLDocument.HTMLReader.FormAction
  Action to support forms by building all of the elements used to represent form controls.
See also:   
Constructors
public HTMLDocument.HTMLReader.FormAction ()
Methods
Hide/Show inherited methods
public void end (Tag t) [Overrides HTMLDocument.HTMLReader.TagAction]
pack-private void setModel (String type, MutableAttributeSet attr)
public void start (Tag t, MutableAttributeSet attr) [Overrides HTMLDocument.HTMLReader.SpecialAction]
Fields
Hide/Show inherited fields
pack-private int optionCount
pack-private Object selectModel
If a <SELECT> tag is being processed, this model will be a reference to the model being filled with the <OPTION> elements (which produce objects of type Option.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar