Package editor

Class AbstractLineInfoManager

    • Constructor Detail

      • AbstractLineInfoManager

        public AbstractLineInfoManager()
    • Method Detail

      • getGosuPanel

        protected GosuPanel getGosuPanel()
      • showContextMenu

        public void showContextMenu​(MouseEvent e,
                                    int iLine)
      • isBreakpointAtLine

        protected abstract boolean isBreakpointAtLine​(int iLine)
      • getBreakpointAtLine

        protected abstract Breakpoint getBreakpointAtLine​(int iLine)
      • isExecPointAtLine

        protected abstract boolean isExecPointAtLine​(int iLine)
      • getExecPointAtLine

        protected abstract Breakpoint getExecPointAtLine​(int iLine)
      • isFramePointAtLine

        protected abstract boolean isFramePointAtLine​(int iLine)
      • getFramePointAtLine

        protected abstract Breakpoint getFramePointAtLine​(int iLine)