KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > text > html > FormView

javax.swing.text.html
Class FormView

java.lang.Object
  extended by javax.swing.text.View
      extended by javax.swing.text.ComponentView
          extended by javax.swing.text.html.FormView
All Implemented Interfaces:
ActionListener, EventListener, SwingConstants

public void actionPerformed(ActionEvent evt)
See Also:
ActionListener
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Component createComponent()
See Also:
ComponentView
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public FormView(Element elem)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getMaximumSpan(int axis)
See Also:
View.getPreferredSpan(int), IllegalArgumentException, ComponentView
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void imageSubmit(String imageData)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
public static final String RESET
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


@Deprecated
public static final String SUBMIT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected void submitData(String data)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags