public interface SpyPlugin
Modifier and Type | Method and Description |
---|---|
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.
|
boolean canHandle(long fingerprint)
javax.swing.Action getAction(javax.swing.JDesktopPane jdp, ChannelData cd)