Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.progeeks.meta.swing
Interface MetaObjectUI  view MetaObjectUI download MetaObjectUI.java

All Known Implementing Classes:
AbstractMetaObjectUI

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.

Version:
$Revision: 1.1 $

Method Summary
 java.awt.Component getUIComponent()
          Returns the component that renders the associated property mutator's value.
 void release()
          Releases any listeners or resources associated with this MetaObjectUI.
 void setMetaObject(org.progeeks.meta.MetaObject object)
          Sets this MetaObjectUI instance to reflect the value of the specified meta-object.
 

Method Detail

setMetaObject

public void setMetaObject(org.progeeks.meta.MetaObject object)
Sets this MetaObjectUI instance to reflect the value of the specified meta-object. If any previously associated meta-object exists, it will be replaced and any internal data structures will be reset accordingly. Any component that was returned from a getUIComponent() call will be reused.


getUIComponent

public java.awt.Component getUIComponent()
Returns the component that renders the associated property mutator's value.


release

public void release()
Releases any listeners or resources associated with this MetaObjectUI.