[kepler-dev] [Bug 2966] - Add a 'Preview data' menu to data source actors

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Mon Dec 31 11:20:42 PST 2007


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2966





------- Comment #1 from leinfelder at nceas.ucsb.edu  2007-12-31 11:20 -------
Did an initial pass at this for EML200DataSource actor.  Uses a JTable (with
simple sorting).  Have not tried it with _big_ datasets - might encounter some
problem there - all in memory.
Preview is accessed from right-click context menu on actor. The
org.kepler.actor.preview.Previewable interface should be implemented by any
actor that wishes to expose a "Preview" of some sort.  public void preview()
method is the only requirement for implementing the interface (thus far).
If there is an attempt to preview a non-Previewable actor, a warning message is
displayed indicating that previews are not yet supported for that type of
actor.



More information about the Kepler-dev mailing list