Searched refs:setAsText (Results 1 - 14 of 14) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/com/sun/beans/editors/
H A DDoubleEditor.java37 public void setAsText(String text) throws IllegalArgumentException { method in class:DoubleEditor
H A DIntegerEditor.java38 public void setAsText(String text) throws IllegalArgumentException { method in class:IntegerEditor
H A DByteEditor.java44 public void setAsText(String text) throws IllegalArgumentException { method in class:ByteEditor
H A DFloatEditor.java44 public void setAsText(String text) throws IllegalArgumentException { method in class:FloatEditor
H A DLongEditor.java44 public void setAsText(String text) throws IllegalArgumentException { method in class:LongEditor
H A DShortEditor.java45 public void setAsText(String text) throws IllegalArgumentException { method in class:ShortEditor
H A DBooleanEditor.java51 public void setAsText(String text) throws java.lang.IllegalArgumentException { method in class:BooleanEditor
H A DStringEditor.java70 public void setAsText(String text) { method in class:StringEditor
H A DEnumEditor.java101 public void setAsText( String text ) { method in class:EnumEditor
H A DColorEditor.java82 setAsText(text.getText());
90 public void setAsText(String s) throws java.lang.IllegalArgumentException { method in class:ColorEditor
H A DFontEditor.java183 public void setAsText(String text) throws IllegalArgumentException { method in class:FontEditor
/openjdk10/jdk/src/java.desktop/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
51 * or support setAsText.
151 * be prepared to parse that string back in setAsText().
162 void setAsText(String text) throws java.lang.IllegalArgumentException; method in interface:PropertyEditor
170 * supports tags, then it should support the use of setAsText with
H A DPropertyEditorSupport.java164 * be prepared to parse that string back in setAsText().
180 public void setAsText(String text) throws java.lang.IllegalArgumentException { method in class:PropertyEditorSupport
194 * supports tags, then it should support the use of setAsText with
/openjdk10/jdk/test/java/beans/PropertyEditor/
H A DTestEditor.java59 this.editor.setAsText(text);

Completed in 157 milliseconds