|
org.openide.explorer 6.8 1 | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
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.attachEnv()
method of your ExPropertyEditor, call
PropertyEnv.registerInplaceEditorFactory(this)
. Before you do any of this read the prose documentation on the Explorer API and be sure you cannot do what you need with an existing property editor - it is very rare to actually need to provide a custom editor component.
ExplorerManager
.ExplorerManager
s and explorer views
into Swing component trees.
|
org.openide.explorer 6.8 1 | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |