|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContextualComponentEditor
The ContextualComponentEditor interface that provides a custom editor that
is able to edit a UI Component and its content.
An instance of this interface can be reused in different editing contexts.
Before the instance is reused the releaseEditor() will be called on
it.
ComponentEditorContext| Method Summary | |
|---|---|
java.awt.Component |
getComponentEditor()
Returns the Swing component that is UI representation of the component editor. |
boolean |
handleModelChange(oracle.bali.xml.model.XmlModelEvent event)
Gives a chance to the component editor to update its state when the underlyning model changes. |
void |
releaseEditor()
Called by the component editor environment to tell the component editor to cleanup its state. |
void |
setContext(ComponentEditorContext context)
Called by the component editor environment to provide additional information. |
| Method Detail |
|---|
void setContext(ComponentEditorContext context)
context - Contextual information.void releaseEditor()
setContext(ComponentEditorContext) in case the editor is about to be reused.
java.awt.Component getComponentEditor()
boolean handleModelChange(oracle.bali.xml.model.XmlModelEvent event)
event -
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||