public class GosuClassLineInfoManager extends AbstractLineInfoManager
| Constructor and Description |
|---|
GosuClassLineInfoManager() |
| Modifier and Type | Method and Description |
|---|---|
protected Breakpoint |
getBreakpointAtLine(int iLine) |
Cursor |
getCursor(int iLine) |
protected Breakpoint |
getExecPointAtLine(int iLine) |
protected Breakpoint |
getFramePointAtLine(int iLine) |
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) |
void |
render(Graphics g,
int iLine,
int iLineHeight,
int iX,
int iY) |
getBreakpointManager, getEditor, getGosuPanel, getRequiredWidth, renderHighlight, setEditor, showContextMenuprotected boolean isBreakpointAtLine(int iLine)
isBreakpointAtLine in class AbstractLineInfoManagerprotected Breakpoint getBreakpointAtLine(int iLine)
getBreakpointAtLine in class AbstractLineInfoManagerprotected boolean isExecPointAtLine(int iLine)
isExecPointAtLine in class AbstractLineInfoManagerprotected Breakpoint getExecPointAtLine(int iLine)
getExecPointAtLine in class AbstractLineInfoManagerprotected boolean isFramePointAtLine(int iLine)
isFramePointAtLine in class AbstractLineInfoManagerprotected Breakpoint getFramePointAtLine(int iLine)
getFramePointAtLine in class AbstractLineInfoManagerpublic Cursor getCursor(int iLine)
getCursor in interface ILineInfoManagergetCursor in class AbstractLineInfoManagerpublic void handleLineClick(MouseEvent e, int iLine, int iX, int iY)
public void render(Graphics g, int iLine, int iLineHeight, int iX, int iY)
render in interface ILineInfoManagerrender in class AbstractLineInfoManagerCopyright © 2022. All rights reserved.