Searched refs:Customizer (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/beans/
H A DCustomizer.java38 public interface Customizer { interface
42 * once, before the Customizer has been added to any parent AWT container.
H A DIntrospector.java1243 String name = type.getName() + "Customizer";
1246 // Each customizer should inherit java.awt.Component and implement java.beans.Customizer
1248 if (Component.class.isAssignableFrom(type) && Customizer.class.isAssignableFrom(type)) {
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest6447751.java32 import java.beans.Customizer;
73 public static class AutomaticCustomizer extends Component implements Customizer {
81 public static class IllegalCustomizer implements Customizer {

Completed in 31 milliseconds