|
org.openide.explorer 6.8 1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
Object getPropertyValue() throws IllegalStateException
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 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |