1 19 package org.netbeans.modules.xml.text.syntax; 20 21 import java.beans.*; 22 import java.awt.Image ; 23 24 25 29 public class XMLPrintOptionsBeanInfo extends org.netbeans.modules.editor.options.BasePrintOptionsBeanInfo { 30 31 public XMLPrintOptionsBeanInfo () { 32 super ("/org/netbeans/modules/xml/text/resources/xmlEditorOptions"); } 34 35 public XMLPrintOptionsBeanInfo (String iconPrefix) { 36 super (iconPrefix); 37 } 38 39 40 protected Class getBeanClass() { 41 return XMLPrintOptions.class; 42 } 43 } 44 | Popular Tags |