public interface ComponentProducer
ComponentProducer
interface defines the methods
required for objects that have associated components.Modifier and Type | Method and Description |
---|---|
java.awt.Component |
getComponent()
Gets the visual component used to display the object's
properties.
|
void |
refreshComponent()
Refreshes the component to reflect the producer object data
(optional operation).
|