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

EnhancedCustomPropertyEditor (Explorer & Property Sheet API) - NetBeans API Javadoc (Current Development Version)

org.openide.explorer 6.8 1

org.openide.explorer.propertysheet.editors
Interface EnhancedCustomPropertyEditor


Deprecated. Use PropertyEnv instead. An example of what needs to be done can be found in the rewrite of RectangleCustomEditor. Another example showing the changes in property editor as well as in its custom component can be found in NbProcessDescriptorEditor and NbProcessDescriptorCustomEditor.

@Deprecated
public interface EnhancedCustomPropertyEditor

Enhances standard custom property editor with the possibility to return the customized value. I.e. the custom property editor does not need to fire property changes upon modifications; the property dialog manager instead sets the acquired value after the custom editor is closed.


Method Summary
 Object getPropertyValue()
          Deprecated. Get the customized property value.
 

Method Detail

getPropertyValue

Object getPropertyValue()
                        throws IllegalStateException
Deprecated. 
Get the customized property value.

Returns:
the property value
Throws:
IllegalStateException - when the custom property editor does not contain a valid property value (and thus it should not be set)

org.openide.explorer 6.8 1

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