站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

BasePrintOptions (Editor Module) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor/3 1.32.0

org.netbeans.modules.editor.options
Class BasePrintOptions

java.lang.Object
  extended by org.openide.util.SharedClassObject
      extended by org.openide.options.SystemOption
          extended by org.netbeans.modules.editor.options.OptionSupport
              extended by org.netbeans.modules.editor.options.BasePrintOptions
All Implemented Interfaces:
Externalizable, Serializable, HelpCtx.Provider

public class BasePrintOptions
extends OptionSupport

Options for the plain editor kit

See Also:
Serialized Form

Field Summary
static String BASE
           
static String PRINT_COLORING_MAP_PROP
           
static String PRINT_PREFIX
           
 
Constructor Summary
BasePrintOptions()
           
BasePrintOptions(Class kitClass, String typeName)
           
 
Method Summary
 String displayName()
           
 HelpCtx getHelpCtx()
           
 Map getPrintColoringMap()
           
 boolean getPrintLineNumberVisible()
           
protected  String getSettingsInitializerName()
          Get the name of the Settings.Initializer related to these options.
 void init()
           
 void setPrintColoringMap(Map coloringMap)
           
 void setPrintLineNumberVisible(boolean b)
           
protected  void updateSettingsMap(Class kitClass, Map settingsMap)
           
 
Methods inherited from class org.netbeans.modules.editor.options.OptionSupport
doSetSettingValue, getKitClass, getSettingBoolean, getSettingInteger, getSettingValue, getString, getTypeName, getTypeName, mergeStringArrays, setSettingBoolean, setSettingInteger, setSettingValue, setSettingValue
 
Methods inherited from class org.openide.options.SystemOption
clearSharedData, firePropertyChange, getName, isReadExternal, isWriteExternal, readExternal, reset, writeExternal
 
Methods inherited from class org.openide.util.SharedClassObject
addNotify, addPropertyChangeListener, equals, finalize, findObject, findObject, getLock, getProperty, hashCode, initialize, putProperty, putProperty, removeNotify, removePropertyChangeListener, writeReplace
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASE

public static final String BASE
See Also:
Constant Field Values

PRINT_PREFIX

public static final String PRINT_PREFIX
See Also:
Constant Field Values

PRINT_COLORING_MAP_PROP

public static final String PRINT_COLORING_MAP_PROP
See Also:
Constant Field Values
Constructor Detail

BasePrintOptions

public BasePrintOptions()

BasePrintOptions

public BasePrintOptions(Class kitClass,
                        String typeName)
Method Detail

displayName

public String displayName()
Overrides:
displayName in class OptionSupport

init

public void init()

getHelpCtx

public HelpCtx getHelpCtx()
Specified by:
getHelpCtx in interface HelpCtx.Provider
Overrides:
getHelpCtx in class SystemOption

getSettingsInitializerName

protected String getSettingsInitializerName()
Get the name of the Settings.Initializer related to these options.

Overrides:
getSettingsInitializerName in class OptionSupport

updateSettingsMap

protected void updateSettingsMap(Class kitClass,
                                 Map settingsMap)
Overrides:
updateSettingsMap in class OptionSupport

getPrintLineNumberVisible

public boolean getPrintLineNumberVisible()

setPrintLineNumberVisible

public void setPrintLineNumberVisible(boolean b)

getPrintColoringMap

public Map getPrintColoringMap()

setPrintColoringMap

public void setPrintColoringMap(Map coloringMap)

org.netbeans.modules.editor/3 1.32.0

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.