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 BreakpointgetBreakpointAtLine(int iLine) protected BreakpointgetExecPointAtLine(int iLine) protected BreakpointgetFramePointAtLine(int iLine) intvoidhandleLineClick(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, render, renderHighlight, setEditor, showContextMenu
-
Constructor Details
-
SystemPanelLineInfoMgr
private SystemPanelLineInfoMgr()
-
-
Method Details
-
getRequiredWidth
public int getRequiredWidth()- Specified by:
getRequiredWidthin interfaceILineInfoManager- Overrides:
getRequiredWidthin classAbstractLineInfoManager
-
handleLineClick
-
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
-