public class PropertySheetSettings extends SystemOption
PropertySheet
,
Serialized FormConstructor and Description |
---|
PropertySheetSettings()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
displayName()
Deprecated.
Get the display name of this system option.
|
Color |
getDisabledPropertyColor()
Deprecated.
|
boolean |
getDisplayWritableOnly()
Deprecated.
|
HelpCtx |
getHelpCtx()
Deprecated.
Get context help for this system option.
|
boolean |
getPlastic()
Deprecated.
|
int |
getPropertyPaintingStyle()
Deprecated.
|
int |
getSortingMode()
Deprecated.
|
Color |
getValueColor()
Deprecated.
|
void |
setDisabledPropertyColor(Color color)
Deprecated.
|
void |
setDisplayWritableOnly(boolean b)
Deprecated.
|
void |
setPlastic(boolean plastic)
Deprecated.
|
void |
setPropertyPaintingStyle(int style)
Deprecated.
|
void |
setSortingMode(int sortingMode)
Deprecated.
|
void |
setValueColor(Color color)
Deprecated.
|
clearSharedData, firePropertyChange, getName, isReadExternal, isWriteExternal, readExternal, reset, writeExternal
addNotify, addPropertyChangeListener, equals, finalize, findObject, findObject, getLock, getProperty, hashCode, initialize, putProperty, putProperty, removeNotify, removePropertyChangeListener, writeReplace
public String displayName()
SystemOption
displayName
in class SystemOption
public HelpCtx getHelpCtx()
SystemOption
getHelpCtx
in interface HelpCtx.Provider
getHelpCtx
in class SystemOption
public void setPropertyPaintingStyle(int style)
public int getPropertyPaintingStyle()
public void setSortingMode(int sortingMode)
public int getSortingMode()
public void setPlastic(boolean plastic)
public boolean getPlastic()
public void setValueColor(Color color)
public Color getValueColor()
public void setDisabledPropertyColor(Color color)
public Color getDisabledPropertyColor()
public void setDisplayWritableOnly(boolean b)
public boolean getDisplayWritableOnly()