1 19 package org.netbeans.modules.css.text.syntax; 20 21 import java.beans.*; 22 import java.awt.Image ; 23 24 28 public class CSSEditorOptionsBeanInfo extends org.netbeans.modules.editor.options.BaseOptionsBeanInfo { 29 30 public CSSEditorOptionsBeanInfo() { 31 super ("/org/netbeans/modules/css/resources/css"); } 33 34 protected Class getBeanClass() { 35 return CSSEditorOptions.class; 36 } 37 } 38 | Popular Tags |