Package editor
Class SimpleLineInfoManager
java.lang.Object
editor.AbstractLineInfoManager
editor.SimpleLineInfoManager
- All Implemented Interfaces:
ILineInfoManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BreakpointgetBreakpointAtLine(int iLine) protected BreakpointgetExecPointAtLine(int iLine) protected BreakpointgetFramePointAtLine(int iLine) voidhandleLineClick(MouseEvent e, int iLine, int iX, int iY) protected booleanisBreakpointAtLine(int iLine) protected booleanisExecPointAtLine(int iLine) protected booleanisFramePointAtLine(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:
isBreakpointAtLinein classAbstractLineInfoManager
-
getBreakpointAtLine
- Specified by:
getBreakpointAtLinein classAbstractLineInfoManager
-
isExecPointAtLine
protected boolean isExecPointAtLine(int iLine) - Specified by:
isExecPointAtLinein classAbstractLineInfoManager
-
getExecPointAtLine
- Specified by:
getExecPointAtLinein classAbstractLineInfoManager
-
isFramePointAtLine
protected boolean isFramePointAtLine(int iLine) - Specified by:
isFramePointAtLinein classAbstractLineInfoManager
-
getFramePointAtLine
- Specified by:
getFramePointAtLinein classAbstractLineInfoManager
-
handleLineClick
-