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

/openjdk7/jdk/src/share/classes/com/sun/beans/editors/
H A DBooleanEditor.java44 public String getAsText() { method in class:BooleanEditor
H A DEnumEditor.java94 public String getAsText() { method in class:EnumEditor
111 String name = getAsText();
H A DColorEditor.java167 public String getAsText() { method in class:ColorEditor
H A DFontEditor.java156 public String getAsText() { method in class:FontEditor
/openjdk7/jdk/src/share/classes/java/beans/
H A DPropertyEditor.java37 * Simple PropertyEditors may only support the getAsText and setAsText
39 * complex types may be unable to support getAsText and setAsText but will
45 * value from getAsText or (3) simply return a non-null String from
46 * getAsText().
151 String getAsText(); method in interface:PropertyEditor
169 * a tag value as a way of setting the value and the use of getAsText
H A DPropertyEditorSupport.java164 public String getAsText() { method in class:PropertyEditorSupport

Completed in 34 milliseconds