public abstract class AbstractLineInfoManager extends Object implements ILineInfoManager
| Constructor and Description |
|---|
AbstractLineInfoManager() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Breakpoint |
getBreakpointAtLine(int iLine) |
protected BreakpointManager |
getBreakpointManager() |
Cursor |
getCursor(int iLine) |
EditorHost |
getEditor() |
protected abstract Breakpoint |
getExecPointAtLine(int iLine) |
protected abstract Breakpoint |
getFramePointAtLine(int iLine) |
protected GosuPanel |
getGosuPanel() |
int |
getRequiredWidth() |
protected abstract boolean |
isBreakpointAtLine(int iLine) |
protected abstract boolean |
isExecPointAtLine(int iLine) |
protected abstract boolean |
isFramePointAtLine(int iLine) |
void |
render(Graphics g,
int iLine,
int iLineHeight,
int iX,
int iY) |
void |
renderHighlight(Graphics g,
int iLine) |
void |
setEditor(EditorHost gosuEditor) |
void |
showContextMenu(MouseEvent e,
int iLine) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleLineClickpublic void setEditor(EditorHost gosuEditor)
setEditor in interface ILineInfoManagerpublic EditorHost getEditor()
getEditor in interface ILineInfoManagerpublic int getRequiredWidth()
getRequiredWidth in interface ILineInfoManagerpublic void render(Graphics g, int iLine, int iLineHeight, int iX, int iY)
render in interface ILineInfoManagerprotected BreakpointManager getBreakpointManager()
protected GosuPanel getGosuPanel()
public void renderHighlight(Graphics g, int iLine)
renderHighlight in interface ILineInfoManagerpublic Cursor getCursor(int iLine)
getCursor in interface ILineInfoManagerpublic void showContextMenu(MouseEvent e, int iLine)
protected abstract boolean isBreakpointAtLine(int iLine)
protected abstract Breakpoint getBreakpointAtLine(int iLine)
protected abstract boolean isExecPointAtLine(int iLine)
protected abstract Breakpoint getExecPointAtLine(int iLine)
protected abstract boolean isFramePointAtLine(int iLine)
protected abstract Breakpoint getFramePointAtLine(int iLine)
Copyright © 2019. All rights reserved.