Package noaa.coastwatch.gui.visual
Interface ComponentProducer
- All Known Subinterfaces:
VisualObject
- All Known Implementing Classes:
AbstractVisualObject
,VisualArray
,VisualBoolean
,VisualChoice
,VisualColor
,VisualFont
,VisualInteger
,VisualOverlay
,VisualString
,VisualStroke
,VisualSymbol
public interface ComponentProducer
The
ComponentProducer
interface defines the methods
required for objects that have associated components.- Since:
- 3.1.7
- Author:
- Peter Hollemans
-
Method Summary
Modifier and TypeMethodDescriptionGets the visual component used to display the object's properties.void
Refreshes the component to reflect the producer object data (optional operation).
-
Method Details
-
getComponent
Component getComponent()Gets the visual component used to display the object's properties. -
refreshComponent
void refreshComponent()Refreshes the component to reflect the producer object data (optional operation).
-