Class FilePopupMenu

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPopupMenu
org.htmlunit.corejs.javascript.tools.debugger.FilePopupMenu
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, MenuElement

class FilePopupMenu extends JPopupMenu
Popup menu class for right-clicking on FileTextAreas.
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serializable magic number.
      See Also:
    • x

      int x
      The popup x position.
    • y

      int y
      The popup y position.
  • Constructor Details

    • FilePopupMenu

      public FilePopupMenu(FileTextArea w)
      Creates a new FilePopupMenu.
  • Method Details

    • show

      public void show(JComponent comp, int x, int y)
      Displays the menu at the given coordinates.