lcspy
Class LaserPlugin

java.lang.Object
  extended by lcspy.LaserPlugin
All Implemented Interfaces:
LCSpyPlugin

public class LaserPlugin
extends java.lang.Object
implements LCSpyPlugin


Constructor Summary
LaserPlugin()
           
 
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaserPlugin

public LaserPlugin()
Method Detail

canHandle

public boolean canHandle(java.lang.Class cls)
Description copied from interface: LCSpyPlugin
return true if you can do something intelligent with data types matching cls.

Specified by:
canHandle in interface LCSpyPlugin

getAction

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

Specified by:
getAction in interface LCSpyPlugin