|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetaObjectUI
A component that provides rendering or editing support for an instance of a specific MetaClass. This is a wrapper around a component that can be stuffed with a meta-object.
Method Summary | |
---|---|
java.awt.Component |
getUIComponent()
Returns the component that renders the associated property mutator's value. |
MetaPropertyContext |
getViewContext()
Returns the MetaPropertyContext for which this MetaObjectUI is a participant. |
void |
initializeView(MetaPropertyContext viewContext)
Initializes this MetaPropertyUI as a participant in the specified MetaPropertyContext's hierarchy. |
void |
release()
Releases any listeners or resources associated with this MetaObjectUI. |
void |
setMetaObject(MetaObject object)
Sets this MetaObjectUI instance to reflect the value of the specified meta-object. |
Method Detail |
---|
void initializeView(MetaPropertyContext viewContext)
MetaPropertyContext getViewContext()
void setMetaObject(MetaObject object)
java.awt.Component getUIComponent()
void release()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |