|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetaPropertyUI
A component that provides rendering or editing support for an instance of a specific type of property.
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 MetaPropertyUI is a participant. |
void |
initializeView(MetaPropertyContext viewContext)
Initializes this MetaPropertyUI as a participant in the specified MetaPropertyContext's hierarchy. |
boolean |
isLabeled()
Returns true if the UI component provides its own label. |
boolean |
isSingleColumn()
Returns true if the UI component fits the standard Label:Component display method. |
void |
release()
Releases any listeners or resources associated with this MetaPropertyUI. |
void |
setPropertyMutator(PropertyMutator mutator)
Sets this MetaPropertyUI instance to reflect value of the specified property mutator. |
Method Detail |
---|
void initializeView(MetaPropertyContext viewContext)
MetaPropertyContext getViewContext()
void setPropertyMutator(PropertyMutator mutator)
boolean isSingleColumn()
boolean isLabeled()
java.awt.Component getUIComponent()
void release()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |