站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

PropertySheetSettings (NetBeans Explorer API) - NetBeans API Javadoc 5.0.0

 

org.openide.explorer.propertysheet
Class PropertySheetSettings

java.lang.Object
  extended byorg.openide.util.SharedClassObject
      extended byorg.openide.options.SystemOption
          extended byorg.openide.explorer.propertysheet.PropertySheetSettings
All Implemented Interfaces:
Externalizable, HelpCtx.Provider, Serializable

Deprecated. None of the settings in this class are supported in the new property sheet. The entire implementation has been gutted to do nothing.

public class PropertySheetSettings
extends SystemOption

Settings for the property sheet.

See Also:
PropertySheet, Serialized Form

Constructor 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

PropertySheetSettings

public PropertySheetSettings()
Deprecated. 
Method Detail

displayName

public String displayName()
Deprecated. 

getHelpCtx

public HelpCtx getHelpCtx()
Deprecated. 

setPropertyPaintingStyle

public void setPropertyPaintingStyle(int style)
Deprecated. 

getPropertyPaintingStyle

public int getPropertyPaintingStyle()
Deprecated. 

setSortingMode

public void setSortingMode(int sortingMode)
Deprecated. 

getSortingMode

public int getSortingMode()
Deprecated. 

setPlastic

public void setPlastic(boolean plastic)
Deprecated. 

getPlastic

public boolean getPlastic()
Deprecated. 

setValueColor

public void setValueColor(Color color)
Deprecated. 

getValueColor

public Color getValueColor()
Deprecated. 

setDisabledPropertyColor

public void setDisabledPropertyColor(Color color)
Deprecated. 

getDisabledPropertyColor

public Color getDisabledPropertyColor()
Deprecated. 

setDisplayWritableOnly

public void setDisplayWritableOnly(boolean b)
Deprecated. 

getDisplayWritableOnly

public boolean getDisplayWritableOnly()
Deprecated. 

 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.