Package editor
Class SystemPanel.SystemPanelLineInfoMgr
java.lang.Object
editor.AbstractLineInfoManager
editor.SystemPanel.SystemPanelLineInfoMgr
- All Implemented Interfaces:
ILineInfoManager
- Enclosing class:
- SystemPanel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Breakpoint
getBreakpointAtLine
(int iLine) protected Breakpoint
getExecPointAtLine
(int iLine) protected Breakpoint
getFramePointAtLine
(int iLine) int
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, render, renderHighlight, setEditor, showContextMenu
-
Constructor Details
-
SystemPanelLineInfoMgr
private SystemPanelLineInfoMgr()
-
-
Method Details
-
getRequiredWidth
public int getRequiredWidth()- Specified by:
getRequiredWidth
in interfaceILineInfoManager
- Overrides:
getRequiredWidth
in classAbstractLineInfoManager
-
handleLineClick
-
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
-