Package editor
Class SimpleLineInfoManager
- java.lang.Object
-
- editor.AbstractLineInfoManager
-
- editor.SimpleLineInfoManager
-
- All Implemented Interfaces:
ILineInfoManager
public class SimpleLineInfoManager extends AbstractLineInfoManager
-
-
Constructor Summary
Constructors Constructor Description SimpleLineInfoManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BreakpointgetBreakpointAtLine(int iLine)protected BreakpointgetExecPointAtLine(int iLine)protected BreakpointgetFramePointAtLine(int iLine)voidhandleLineClick(java.awt.event.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
-
-
-
-
Method Detail
-
isBreakpointAtLine
protected boolean isBreakpointAtLine(int iLine)
- Specified by:
isBreakpointAtLinein classAbstractLineInfoManager
-
getBreakpointAtLine
protected Breakpoint getBreakpointAtLine(int iLine)
- Specified by:
getBreakpointAtLinein classAbstractLineInfoManager
-
isExecPointAtLine
protected boolean isExecPointAtLine(int iLine)
- Specified by:
isExecPointAtLinein classAbstractLineInfoManager
-
getExecPointAtLine
protected Breakpoint getExecPointAtLine(int iLine)
- Specified by:
getExecPointAtLinein classAbstractLineInfoManager
-
isFramePointAtLine
protected boolean isFramePointAtLine(int iLine)
- Specified by:
isFramePointAtLinein classAbstractLineInfoManager
-
getFramePointAtLine
protected Breakpoint getFramePointAtLine(int iLine)
- Specified by:
getFramePointAtLinein classAbstractLineInfoManager
-
handleLineClick
public void handleLineClick(java.awt.event.MouseEvent e, int iLine, int iX, int iY)
-
-