return new VerboseViewFactory();
super.install(paneEditor); StyleSheet ss = getStyleSheet(); java.util.Enumeration e = ss.getStyleNames(); while (e.hasMoreElements()) { System.out.println(e.nextElement()); }