Package editor

Class AbstractLineInfoManager

    • Field Detail

      • g_iRequiredWidth

        private static int g_iRequiredWidth
      • _iconBreakpoint

        private javax.swing.ImageIcon _iconBreakpoint
      • _iconBreakpointDisabled

        private javax.swing.ImageIcon _iconBreakpointDisabled
    • Constructor Detail

      • AbstractLineInfoManager

        public AbstractLineInfoManager()
    • Method Detail

      • render

        public void render​(java.awt.Graphics g,
                           int iLine,
                           int iLineHeight,
                           int iX,
                           int iY)
        Specified by:
        render in interface ILineInfoManager
      • getGosuPanel

        protected GosuPanel getGosuPanel()
      • showContextMenu

        public void showContextMenu​(java.awt.event.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)