Class GotoRowDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class GotoRowDialog
extends JDialog
See Also:
Serialized Form
  • Method Details

    • getGotoMenuItem

      public static JMenuItem getGotoMenuItem​(IrisTable table, int column)
      Gets a menu item for opening this dialog against a given table.
      Parameters:
      table - the table to open the menu item on
      column - the column model index we are interested in searching on
      Returns:
      a JMenuItem for adding to the context menu
    • $$$getRootComponent$$$

      public JComponent $$$getRootComponent$$$()
      Noinspection:
      ALL