|
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 ComponentEditorContext
A component editor context provides more contextual information a component editor might need.
ContextualComponentEditor
Method Summary | |
---|---|
void |
closeEditor()
Callback method for notifying the component editor environment that the component editor should be closed due to a user action. |
java.util.List<java.lang.Object> |
getComponentData()
This returns a read only list of data objects associated with the component. |
oracle.bali.xml.gui.XmlGui |
getGui()
This returns the XmlGui that the component editor may be
embedded into. |
oracle.bali.xml.metadata.XmlKey |
getKey()
This returns the XmlKey of the component element and will
never be null . |
org.w3c.dom.Element |
getNode()
This returns the Element representing the component
and will never be null . |
oracle.bali.xml.model.XmlView |
getView()
This returns the XmlView that the component element belongs
and will never be null . |
oracle.bali.xml.gui.GuiXmlContext |
getXmlContext()
This returns the GuiXmlContext that the component editor
works in, and will never be null . |
void |
updateEditorSize(java.awt.Dimension size)
Callback method for notifying the component editor environment that the size of the component has changed. |
Method Detail |
---|
oracle.bali.xml.gui.GuiXmlContext getXmlContext()
GuiXmlContext
that the component editor
works in, and will never be null
.
oracle.bali.xml.gui.XmlGui getGui()
XmlGui
that the component editor may be
embedded into. The value may be null
. Returned value is
usually an instance of the ComponentXmlGui
.
ComponentXmlGui
oracle.bali.xml.model.XmlView getView()
XmlView
that the component element belongs
and will never be null
.
org.w3c.dom.Element getNode()
Element
representing the component
and will never be null
.
oracle.bali.xml.metadata.XmlKey getKey()
XmlKey
of the component element and will
never be null
.
java.util.List<java.lang.Object> getComponentData()
XmlGui
the component editor is embedded into.
void closeEditor()
void updateEditorSize(java.awt.Dimension size)
size
-
|
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 |