Package editor
Class SimpleLineInfoManager
java.lang.Object
editor.AbstractLineInfoManager
editor.SimpleLineInfoManager
- All Implemented Interfaces:
ILineInfoManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Breakpoint
getBreakpointAtLine
(int iLine) protected Breakpoint
getExecPointAtLine
(int iLine) protected Breakpoint
getFramePointAtLine
(int iLine) void
handleLineClick
(MouseEvent e, int iLine, int iX, int iY) protected boolean
isBreakpointAtLine
(int iLine) protected boolean
isExecPointAtLine
(int iLine) protected boolean
isFramePointAtLine
(int iLine) Methods inherited from class editor.AbstractLineInfoManager
getBreakpointManager, getCursor, getEditor, getGosuPanel, getRequiredWidth, render, renderHighlight, setEditor, showContextMenu
-
Constructor Details
-
SimpleLineInfoManager
public SimpleLineInfoManager()
-
-
Method Details
-
isBreakpointAtLine
protected boolean isBreakpointAtLine(int iLine) - Specified by:
isBreakpointAtLine
in classAbstractLineInfoManager
-
getBreakpointAtLine
- Specified by:
getBreakpointAtLine
in classAbstractLineInfoManager
-
isExecPointAtLine
protected boolean isExecPointAtLine(int iLine) - Specified by:
isExecPointAtLine
in classAbstractLineInfoManager
-
getExecPointAtLine
- Specified by:
getExecPointAtLine
in classAbstractLineInfoManager
-
isFramePointAtLine
protected boolean isFramePointAtLine(int iLine) - Specified by:
isFramePointAtLine
in classAbstractLineInfoManager
-
getFramePointAtLine
- Specified by:
getFramePointAtLine
in classAbstractLineInfoManager
-
handleLineClick
-