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

Constructor Summary
PropertySheetSettings()
           
 
Method Summary
 String displayName()
          Get the display name of this system option.
 Color getDisabledPropertyColor()
           
 boolean getDisplayWritableOnly()
           
 HelpCtx getHelpCtx()
          Get context help for this system option.
 boolean getPlastic()
           
 int getPropertyPaintingStyle()
           
 int getSortingMode()
           
 Color getValueColor()
           
 void setDisabledPropertyColor(Color color)
           
 void setDisplayWritableOnly(boolean b)
           
 void setPlastic(boolean plastic)
           
 void setPropertyPaintingStyle(int style)
           
 void setSortingMode(int sortingMode)
           
 void setValueColor(Color color)
           
 
Methods inherited from class org.openide.options.SystemOption
clearSharedData, firePropertyChange, getName, isReadExternal, isWriteExternal, readExternal, 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
 

Constructor Detail

PropertySheetSettings

public PropertySheetSettings()
Method Detail

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.