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