lcm.spy
Interface SpyPlugin


public interface SpyPlugin

A class which can provide a visualization of a data type.


Method Summary
 boolean canHandle(long fingerprint)
          return true if you can do something intelligent with data types matching cls.
 javax.swing.Action getAction(javax.swing.JDesktopPane jdp, ChannelData cd)
          Return an action suitable for adding to a popup menu that will display a viewer for the given channel.
 

Method Detail

canHandle

boolean canHandle(long fingerprint)
return true if you can do something intelligent with data types matching cls.


getAction

javax.swing.Action getAction(javax.swing.JDesktopPane jdp,
                             ChannelData cd)
Return an action suitable for adding to a popup menu that will display a viewer for the given channel.