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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
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...]

Completed in 646 milliseconds