Exemplo n.º 1
0
 // Delegated methods:
 public String getContentType() {
   String ret = delegate.getContentType();
   if (Settings.debug) System.err.println("Delegating getContentType: " + ret);
   return ret;
 }
Exemplo n.º 2
0
 public final String getContentType() {
   return ((editorKit != null) ? editorKit.getContentType() : null);
 }