Class TextBoxDialoger.TextBoxDoubleClickPressed

  • All Implemented Interfaces:
    java.awt.event.MouseListener , java.awt.event.MouseMotionListener , java.awt.event.MouseWheelListener , java.util.EventListener

    
    public class TextBoxDialoger.TextBoxDoubleClickPressed
    extends MouseAdapter
                        

    Class to edit in a dialog box the cell's content when double (pressed) click on a table's cell which is editable

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void mousePressed(MouseEvent e)
      • Methods inherited from class java.awt.event.MouseAdapter

        mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseReleased, mouseWheelMoved
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TextBoxDialoger.TextBoxDoubleClickPressed

        TextBoxDialoger.TextBoxDoubleClickPressed(JTable table)