Package editor
Class AbstractLineInfoManager
java.lang.Object
editor.AbstractLineInfoManager
- All Implemented Interfaces:
ILineInfoManager
- Direct Known Subclasses:
GosuClassLineInfoManager,SimpleLineInfoManager,SystemPanel.SystemPanelLineInfoMgr
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate EditorHostprivate ImageIconprivate ImageIconprivate static int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract BreakpointgetBreakpointAtLine(int iLine) protected BreakpointManagergetCursor(int iLine) protected abstract BreakpointgetExecPointAtLine(int iLine) protected abstract BreakpointgetFramePointAtLine(int iLine) protected GosuPanelintprotected abstract booleanisBreakpointAtLine(int iLine) protected abstract booleanisExecPointAtLine(int iLine) protected abstract booleanisFramePointAtLine(int iLine) voidvoidrenderHighlight(Graphics g, int iLine) voidsetEditor(EditorHost gosuEditor) voidshowContextMenu(MouseEvent e, int iLine) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface editor.ILineInfoManager
handleLineClick
-
Field Details
-
g_iRequiredWidth
private static int g_iRequiredWidth -
_iconBreakpoint
-
_iconBreakpointDisabled
-
_editor
-
-
Constructor Details
-
AbstractLineInfoManager
public AbstractLineInfoManager()
-
-
Method Details
-
setEditor
- Specified by:
setEditorin interfaceILineInfoManager
-
getEditor
- Specified by:
getEditorin interfaceILineInfoManager
-
getRequiredWidth
public int getRequiredWidth()- Specified by:
getRequiredWidthin interfaceILineInfoManager
-
render
- Specified by:
renderin interfaceILineInfoManager
-
getBreakpointManager
-
getGosuPanel
-
renderHighlight
- Specified by:
renderHighlightin interfaceILineInfoManager
-
getCursor
- Specified by:
getCursorin interfaceILineInfoManager
-
showContextMenu
-
isBreakpointAtLine
protected abstract boolean isBreakpointAtLine(int iLine) -
getBreakpointAtLine
-
isExecPointAtLine
protected abstract boolean isExecPointAtLine(int iLine) -
getExecPointAtLine
-
isFramePointAtLine
protected abstract boolean isFramePointAtLine(int iLine) -
getFramePointAtLine
-