当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
BasePrintOptions (Editor Module) - NetBeans API Javadoc (Current Development Version)
org.netbeans.modules.editor.options
Class BasePrintOptions
java.lang.Object
org.openide.util.SharedClassObject
org.openide.options.SystemOption
org.netbeans.modules.editor.options.OptionSupport
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
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.util.SharedClassObject |
addNotify, addPropertyChangeListener, equals, finalize, findObject, findObject, getLock, getProperty, hashCode, initialize, putProperty, putProperty, removeNotify, removePropertyChangeListener, writeReplace |
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
BasePrintOptions
public BasePrintOptions()
BasePrintOptions
public BasePrintOptions(Class kitClass,
String typeName)
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)