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