Package editor
Class GosuClassLineInfoManager
java.lang.Object
editor.AbstractLineInfoManager
editor.GosuClassLineInfoManager
- All Implemented Interfaces:
ILineInfoManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BreakpointgetBreakpointAtLine(int iLine) getCursor(int iLine) protected BreakpointgetExecPointAtLine(int iLine) protected BreakpointgetFramePointAtLine(int iLine) private IFunctionStatementgetSuperFunction(int iLine) voidhandleLineClick(MouseEvent e, int iLine, int iX, int iY) protected booleanisBreakpointAtLine(int iLine) protected booleanisExecPointAtLine(int iLine) protected booleanisFramePointAtLine(int iLine) voidMethods inherited from class editor.AbstractLineInfoManager
getBreakpointManager, getEditor, getGosuPanel, getRequiredWidth, renderHighlight, setEditor, showContextMenu
-
Field Details
-
_iconOverride
-
_iconImpl
-
_iconOverrideAndImpl
-
-
Constructor Details
-
GosuClassLineInfoManager
public GosuClassLineInfoManager()
-
-
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
-
getCursor
- Specified by:
getCursorin interfaceILineInfoManager- Overrides:
getCursorin classAbstractLineInfoManager
-
handleLineClick
-
render
- Specified by:
renderin interfaceILineInfoManager- Overrides:
renderin classAbstractLineInfoManager
-
getSuperFunction
-