Package editor
Class GosuClassLineInfoManager
- java.lang.Object
-
- editor.AbstractLineInfoManager
-
- editor.GosuClassLineInfoManager
-
- All Implemented Interfaces:
ILineInfoManager
public class GosuClassLineInfoManager extends AbstractLineInfoManager
-
-
Constructor Summary
Constructors Constructor Description GosuClassLineInfoManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BreakpointgetBreakpointAtLine(int iLine)CursorgetCursor(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)voidrender(Graphics g, int iLine, int iLineHeight, int iX, int iY)-
Methods inherited from class editor.AbstractLineInfoManager
getBreakpointManager, getEditor, getGosuPanel, getRequiredWidth, 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
-
getCursor
public Cursor getCursor(int iLine)
- Specified by:
getCursorin interfaceILineInfoManager- Overrides:
getCursorin classAbstractLineInfoManager
-
handleLineClick
public void handleLineClick(MouseEvent e, int iLine, int iX, int iY)
-
render
public void render(Graphics g, int iLine, int iLineHeight, int iX, int iY)
- Specified by:
renderin interfaceILineInfoManager- Overrides:
renderin classAbstractLineInfoManager
-
-