public class PythonConsole extends ShrinkPanelPlugin implements FocusListener, SelectionListener
Modifier and Type | Class and Description |
---|---|
static class |
PythonConsole.MyJTextPane |
Constructor and Description |
---|
PythonConsole() |
Modifier and Type | Method and Description |
---|---|
void |
focusGained(FocusEvent e) |
void |
focusLost(FocusEvent e) |
PythonInterpreter |
getInterpreter() |
Class<? extends SideContainerPerspective> |
getPerspectivePluginClass() |
void |
install(Controller c) |
static void |
main(String[] args) |
void |
selectionChanged(SelectionEvent e) |
public void focusGained(FocusEvent e)
focusGained
in interface FocusListener
public void focusLost(FocusEvent e)
focusLost
in interface FocusListener
public PythonInterpreter getInterpreter()
public static void main(String[] args)
public Class<? extends SideContainerPerspective> getPerspectivePluginClass()
public void selectionChanged(SelectionEvent e)
selectionChanged
in interface SelectionListener