|
|||||||||
| Home >> All >> org >> jext >> scripting >> [ python overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jext.scripting.python
Class PythonLogWindow

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
org.jext.gui.DockablePane
org.jext.scripting.AbstractLogWindow
org.jext.scripting.python.PythonLogWindow
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class PythonLogWindow
- extends org.jext.scripting.AbstractLogWindow
- implements java.awt.event.ActionListener
- extends org.jext.scripting.AbstractLogWindow
| Nested Class Summary | |
(package private) class |
PythonLogWindow.MouseHandler
|
| Nested classes inherited from class javax.swing.JFrame |
javax.swing.JFrame.AccessibleJFrame |
| Nested classes inherited from class java.awt.Frame |
java.awt.Frame.AccessibleAWTFrame |
| Nested classes inherited from class java.awt.Window |
java.awt.Window.AccessibleAWTWindow |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private org.jext.gui.JextHighlightButton |
clear
|
private org.jext.gui.JextHighlightButton |
dock
|
private boolean |
docked
|
private gnu.regexp.RE |
regexp
|
private javax.swing.JScrollPane |
textAreaScroller
|
private java.io.Writer |
writerStdOut
|
private java.io.Writer |
writeStdErr
|
| Fields inherited from class org.jext.scripting.AbstractLogWindow |
textArea |
| Fields inherited from class org.jext.gui.DockablePane |
DOCK_MASK, DOCK_TO_LEFT_PANEL, DOCK_TO_UP_PANEL, FLOATING, HIDDEN, parent |
| Fields inherited from class javax.swing.JFrame |
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Frame |
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
| Fields inherited from class java.awt.Window |
|
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
PythonLogWindow(org.jext.JextFrame parent)
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent evt)
This method is invoked when an action occurs. |
protected void |
dockChangeHandler(int where,
int newWhere)
Override to do special handling of the change of docking status. |
java.io.Writer |
getStdErr()
Returns a writer in which external classes can send String to make them being displayed in the
console as error output. |
java.io.Writer |
getStdOut()
Returns a writer in which external classes can send String to make them being displayed in the
console as standard output. |
boolean |
isDocked()
|
private void |
toggleDocking()
Switches the docking status between DOCK_TO_LEFT_PANEL and FLOATING |
| Methods inherited from class org.jext.scripting.AbstractLogWindow |
log, logln |
| Methods inherited from class org.jext.gui.DockablePane |
getDockingStatus, setDockingStatus, setParent |
| Methods inherited from class java.awt.Frame |
addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.awt.MenuContainer |
getFont, postEvent |
| Field Detail |
regexp
private gnu.regexp.RE regexp
docked
private boolean docked
clear
private org.jext.gui.JextHighlightButton clear
dock
private org.jext.gui.JextHighlightButton dock
textAreaScroller
private javax.swing.JScrollPane textAreaScroller
writerStdOut
private java.io.Writer writerStdOut
writeStdErr
private java.io.Writer writeStdErr
| Constructor Detail |
PythonLogWindow
public PythonLogWindow(org.jext.JextFrame parent)
| Method Detail |
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
- Description copied from interface:
java.awt.event.ActionListener - This method is invoked when an action occurs.
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
toggleDocking
private void toggleDocking()
- Switches the docking status between DOCK_TO_LEFT_PANEL and FLOATING
dockChangeHandler
protected void dockChangeHandler(int where,
int newWhere)
- Description copied from class:
org.jext.gui.DockablePane - Override to do special handling of the change of docking status.
isDocked
public boolean isDocked()
getStdOut
public java.io.Writer getStdOut()
- Returns a writer in which external classes can send
Stringto make them being displayed in the console as standard output.
getStdErr
public java.io.Writer getStdErr()
- Returns a writer in which external classes can send
Stringto make them being displayed in the console as error output.
|
|||||||||
| Home >> All >> org >> jext >> scripting >> [ python overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC