edu.northwestern.at.utils.swing
Interface Displayable


public interface Displayable

Interface which indicates an object knows how to display itself.


Method Summary
 java.awt.Component toDisplay()
          Gets component for displaying object in a GUI.
 

Method Detail

toDisplay

java.awt.Component toDisplay()
Gets component for displaying object in a GUI.

Returns:
The parent component of the the object display.