Searched refs:PostDataProperty (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.java132 final static String PostDataProperty = "javax.swing.JEditorPane.postdata"; field in class:FormView
521 * PostDataProperty from where it is later retrieved by method
524 * property (named <PostDataProperty>.<Target frame name>). It is the
531 String propName = PostDataProperty;
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJEditorPane.java794 return getDocument().getProperty(PostDataProperty);
1526 final static String PostDataProperty = "javax.swing.JEditorPane.postdata"; field in class:JEditorPane

Completed in 39 milliseconds