@Deprecated public class PropertySheetSettings extends SystemOption
Constructor 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
@Deprecated public void setPropertyPaintingStyle(int style)
@Deprecated public int getPropertyPaintingStyle()
public void setSortingMode(int sortingMode)
public int getSortingMode()
@Deprecated public void setPlastic(boolean plastic)
@Deprecated public boolean getPlastic()
@Deprecated public void setValueColor(Color color)
public Color getValueColor()
@Deprecated public void setDisabledPropertyColor(Color color)
@Deprecated public Color getDisabledPropertyColor()
public void setDisplayWritableOnly(boolean b)
@Deprecated public boolean getDisplayWritableOnly()