| Package | Description |
|---|---|
| jeb.api.ui |
This package contains classes representing parts of the graphical user interface (GUI) of JEB.
|
| Modifier and Type | Method and Description |
|---|---|
CodePosition |
CodeView.getCodePosition()
Get the code position from caret.
|
CodePosition |
JavaView.getCodePosition(int lineindex) |
abstract CodePosition |
CodeView.getCodePosition(int lineindex)
Get the code position at a given line.
|
CodePosition |
AssemblyView.getCodePosition(int lineindex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AssemblyView.setCodePosition(CodePosition pos)
Set the caret on the specified code position.
|