Class BarcodeTool


  • public class BarcodeTool
    extends RMTool
    Filename: BarcodeTool Author: Perry Arellano-Jones Created on: 7/9/15 Project: ignition_dev_7_8B
    • Constructor Detail

      • BarcodeTool

        public BarcodeTool()
    • Method Detail

      • acceptsDrag

        public boolean acceptsDrag​(RMShape aShape,
                                   java.awt.dnd.DropTargetDragEvent anEvent)
        Description copied from class: RMTool
        Implemented by shapes that can handle drag & drop.
        Overrides:
        acceptsDrag in class RMTool
      • getShapeClass

        public java.lang.Class getShapeClass()
        Returns the shape class that this tool handles.
        Overrides:
        getShapeClass in class RMTool
      • dropDragKey

        public void dropDragKey​(RMShape aShape,
                                java.awt.dnd.DropTargetDropEvent anEvent)
        Overrides:
        dropDragKey in class RMTool