|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openide.util.SharedClassObject org.openide.options.SystemOption org.openide.explorer.propertysheet.PropertySheetSettings
Settings for the property sheet.
PropertySheet
,
Serialized FormConstructor Summary | |
PropertySheetSettings()
Deprecated. |
Method Summary | |
String |
displayName()
Deprecated. |
Color |
getDisabledPropertyColor()
Deprecated. |
boolean |
getDisplayWritableOnly()
Deprecated. |
HelpCtx |
getHelpCtx()
Deprecated. |
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. |
Methods inherited from class org.openide.options.SystemOption |
clearSharedData, firePropertyChange, getName, isReadExternal, isWriteExternal, readExternal, reset, 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 |
public PropertySheetSettings()
Method Detail |
public String displayName()
public HelpCtx getHelpCtx()
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()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |