Module org.autogui

Class GuiSwingViewCollectionTable.PopupExtensionCollectionColumnHeader

java.lang.Object
org.autogui.swing.util.PopupExtension
org.autogui.swing.GuiSwingViewCollectionTable.PopupExtensionCollectionColumnHeader
All Implemented Interfaces:
ActionListener, KeyListener, MouseListener, EventListener
Enclosing class:
GuiSwingViewCollectionTable

public static class GuiSwingViewCollectionTable.PopupExtensionCollectionColumnHeader extends PopupExtension implements MouseListener
  • Field Details

    • targetPoint

      protected Point targetPoint
      Since:
      1.3
    • targetColumn

      protected TableColumn targetColumn
  • Constructor Details

  • Method Details

    • getPaneTable

      public JTable getPaneTable()
    • addListenersTo

      public void addListenersTo(JComponent pane)
      Overrides:
      addListenersTo in class PopupExtension
    • mousePressed

      public void mousePressed(MouseEvent e)
      Description copied from class: PopupExtension
      Note: currently disabled using the mechanism, instead shown by framework original impl. Some LAF relies on it.
      Specified by:
      mousePressed in interface MouseListener
      Overrides:
      mousePressed in class PopupExtension
      Parameters:
      e - the handling event
    • getTargetColumn

      public TableColumn getTargetColumn()
    • getTargetColumn

      public TableColumn getTargetColumn(Point p)
      Parameters:
      p - the clicked point of source component
      Returns:
      the column under the point
      Since:
      1.3