org.gjt.lindfors.util
Interface Visualizable

All Known Subinterfaces:
PluggableVisualizer
All Known Implementing Classes:
EventGeneratorSupport, TypeSupport, VisualizerStrategy

public interface Visualizable

[PENDING] objects implementing this interface can be visualized quickly and easily, in a good OO manner, and kept up to date with object's state automatically.

For more detailed documentation, refer to the Util Library Tutorial

Since:
JDK 1.1
Version:
$Revision: 1.4 $
Author:
Juha Lindfors

Method Summary
 java.awt.Component toComponent()
          [PENDING] this method should provide a component subclass that has some sort of visual representation of the object.
 

Method Detail

toComponent

public java.awt.Component toComponent()
[PENDING] this method should provide a component subclass that has some sort of visual representation of the object. Easiest is prolly a label with toString displayed on it