java.beans.PropertyEditorattachEnv() 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.
@Deprecated
public interface EnhancedPropertyEditor
extends java.beans.PropertyEditor
InplaceEditor,
InplaceEditor.Factory,
PropertyEnv| Modifier and Type | Method | Description |
|---|---|---|
java.awt.Component |
getInPlaceCustomEditor() |
Deprecated.
Get an in-place editor.
|
boolean |
hasInPlaceCustomEditor() |
Deprecated.
Test for support of in-place custom editors.
|
boolean |
supportsEditingTaggedValues() |
Deprecated.
Test for support of editing of tagged values.
|
java.awt.Component getInPlaceCustomEditor()
boolean hasInPlaceCustomEditor()
true if supportedboolean supportsEditingTaggedValues()
true if supportedBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.