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

/openjdk7/jdk/src/share/classes/java/awt/
H A DAWTKeyStroke.java197 Constructor ctor = getCtor(subclass);
232 private static Constructor getCtor(final Class clazz) method in class:AWTKeyStroke
266 cacheKey = (AWTKeyStroke)getCtor(clazz).newInstance((Object[]) null);

Completed in 167 milliseconds