1 19 20 package org.netbeans.modules.web.core.syntax.settings; 21 22 import org.netbeans.modules.web.core.syntax.settings.JSPPrintOptions; 23 24 28 public class JSPPrintOptionsBeanInfo extends org.netbeans.modules.editor.options.BasePrintOptionsBeanInfo { 29 30 public JSPPrintOptionsBeanInfo () { 31 super ("/org/netbeans/modules/web/core/syntax/resources/jspOptions"); } 33 34 public JSPPrintOptionsBeanInfo (String iconPrefix) { 35 super (iconPrefix); 36 } 37 38 protected Class getBeanClass() { 39 return JSPPrintOptions.class; 40 } 41 } 42 | Popular Tags |