Package editor

Interface ILineInfoManager

    • Method Detail

      • getRequiredWidth

        int getRequiredWidth()
      • render

        void render​(Graphics g,
                    int iLine,
                    int iLineHeight,
                    int iX,
                    int iY)
      • handleLineClick

        void handleLineClick​(MouseEvent e,
                             int iLine,
                             int iX,
                             int iY)
      • getCursor

        Cursor getCursor​(int iLine)
      • renderHighlight

        void renderHighlight​(Graphics g,
                             int iLine)
      • setEditor

        void setEditor​(EditorHost gosuEditor)