类 Popup

    • 构造器详细资料

      • Popup

        public Popup​(JFrame frame,
                     JTextComponent textComponent)
        Constructor
        参数:
        frame - JFrame
        textComponent -
    • 方法详细资料

      • setMethods

        public void setMethods​(String[] methodList)
        Set method list
        参数:
        methodList - Method list
      • showMethodCompletionList

        public void showMethodCompletionList​(String[] list,
                                             Point displayPoint)
      • showPopup

        public void showPopup​(Point displayPoint)
        Show popup window
        参数:
        displayPoint - Display pooint
      • type

        public void type​(KeyEvent e)