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

EnhancedCustomPropertyEditor (NetBeans Explorer API) - NetBeans API Javadoc 5.0.0

 

org.openide.explorer.propertysheet.editors
Interface EnhancedCustomPropertyEditor


Deprecated. Use PropertyEnv instead.

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

public 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)

 

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