Searched refs:FormView (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DFrameView.java414 String propName = FormView.PostDataProperty + "." + frameName;
419 FormView.PostDataProperty, postData);
H A DFormView.java107 public class FormView extends ComponentView implements ActionListener { class in inherits:ComponentView,ActionListener
114 * FormView.submitButtonText
123 * FormView.resetButtonText
143 * Creates a new FormView object.
147 public FormView(Element elem) { method in class:FormView
223 value = UIManager.getString("FormView.submitButtonText");
225 value = UIManager.getString("FormView.resetButtonText");
304 ("FormView.browseFileButtonText"));
412 * If the element associated with the FormView,
496 FormView
[all...]
H A DHTMLEditorKit.java1102 * <td>HTML.Tag.INPUT<td>FormView
1104 * <td>HTML.Tag.SELECT<td>FormView
1106 * <td>HTML.Tag.TEXTAREA<td>FormView
1185 return new FormView(elem);

Completed in 29 milliseconds