| Package | Description |
|---|---|
| processing.mode.java | |
| processing.mode.java.debug | |
| processing.mode.java.pdex | |
| processing.mode.java.runner |
| Modifier and Type | Field and Description |
|---|---|
protected JavaEditor |
Debugger.editor |
protected JavaEditor |
VariableInspector.editor |
| Modifier and Type | Method and Description |
|---|---|
JavaEditor |
Debugger.getEditor() |
| Constructor and Description |
|---|
Debugger(JavaEditor editor) |
VariableInspector(JavaEditor editor) |
| Modifier and Type | Field and Description |
|---|---|
protected JavaEditor |
LineHighlight.editor |
| Constructor and Description |
|---|
LineHighlight(int lineIdx,
JavaEditor editor)
Create a
LineHighlight on the current tab. |
LineHighlight(LineID lineID,
JavaEditor editor)
Create a
LineHighlight. |
| Modifier and Type | Field and Description |
|---|---|
protected JavaEditor |
CompletionPanel.editor |
protected JavaEditor |
PreprocessingService.editor |
| Modifier and Type | Method and Description |
|---|---|
JavaEditor |
JavaTextArea.getJavaEditor() |
| Constructor and Description |
|---|
CompletionPanel(JEditTextArea textarea,
int position,
String subWord,
DefaultListModel<CompletionCandidate> items,
Point location,
JavaEditor editor)
Triggers the completion popup
|
JavaTextArea(TextAreaDefaults defaults,
JavaEditor editor) |
PDEX(JavaEditor editor,
PreprocessingService pps) |
PreprocessingService(JavaEditor editor) |
| Modifier and Type | Field and Description |
|---|---|
protected JavaEditor |
Runner.editor |
Copyright © 2001–2017 Processing Foundation. All rights reserved.