lcspy
Interface LCSpyPlugin
- All Known Implementing Classes:
- LaserPlugin
public interface LCSpyPlugin
Method Summary |
boolean |
canHandle(java.lang.Class cls)
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. |
canHandle
boolean canHandle(java.lang.Class cls)
- 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.