org.openide.explorer.propertysheet
Class PropertySheetSettings
java.lang.Object
|
+--org.openide.util.SharedClassObject
|
+--org.openide.options.SystemOption
|
+--org.openide.explorer.propertysheet.PropertySheetSettings
- All Implemented Interfaces:
- Externalizable, Serializable
- public class PropertySheetSettings
- extends SystemOption
Settings for the property sheet.
- See Also:
PropertySheet
, Serialized Form
Methods inherited from class org.openide.util.SharedClassObject |
addNotify, addPropertyChangeListener, equals, finalize, findObject, findObject, getLock, getProperty, hashCode, initialize, putProperty, putProperty, removeNotify, removePropertyChangeListener, writeReplace |
PropertySheetSettings
public PropertySheetSettings()
displayName
public String displayName()
- Description copied from class:
SystemOption
- Get the display name of this system option.
- Overrides:
displayName
in class SystemOption
- Following copied from class:
org.openide.options.SystemOption
- Returns:
- the display name
getHelpCtx
public HelpCtx getHelpCtx()
- Description copied from class:
SystemOption
- Get context help for this system option.
- Overrides:
getHelpCtx
in class SystemOption
- Following copied from class:
org.openide.options.SystemOption
- Returns:
- context help
setPropertyPaintingStyle
public void setPropertyPaintingStyle(int style)
getPropertyPaintingStyle
public int getPropertyPaintingStyle()
setSortingMode
public void setSortingMode(int sortingMode)
getSortingMode
public int getSortingMode()
setPlastic
public void setPlastic(boolean plastic)
getPlastic
public boolean getPlastic()
setValueColor
public void setValueColor(Color color)
getValueColor
public Color getValueColor()
setDisabledPropertyColor
public void setDisabledPropertyColor(Color color)
getDisabledPropertyColor
public Color getDisabledPropertyColor()
setDisplayWritableOnly
public void setDisplayWritableOnly(boolean b)
getDisplayWritableOnly
public boolean getDisplayWritableOnly()
Built on December 12 2001. | Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.