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

/openjdk7/jdk/src/share/classes/java/beans/
H A DPropertyEditor.java43 * display styles. Thus it can either (1) support isPaintable or (2)
87 boolean isPaintable(); method in interface:PropertyEditor
94 * If the PropertyEditor doesn't honor paint requests (see isPaintable)
H A DPropertyEditorSupport.java117 public boolean isPaintable() { method in class:PropertyEditorSupport
126 * If the PropertyEditor doesn't honor paint requests (see isPaintable)
/openjdk7/jdk/src/share/classes/com/sun/beans/editors/
H A DEnumEditor.java117 public boolean isPaintable() { method in class:EnumEditor
H A DColorEditor.java154 public boolean isPaintable() { method in class:ColorEditor
H A DFontEditor.java142 public boolean isPaintable() { method in class:FontEditor

Completed in 24 milliseconds