org.netbeans.core.output2.ui |
|
Java Source File Name | Type | Comment |
AbstractOutputPane.java | Class | A scroll pane containing an editor pane, with special handling of the caret
and scrollbar - until a keyboard or mouse event, after a call to setDocument(),
the caret and scrollbar are locked to the last line of the document. |
AbstractOutputTab.java | Class | A basic output pane. |
AbstractOutputWindow.java | Class | A panel which, if more than one AbstractOutputTab is added to it, instead
adds additional views to an internal tabbed pane. |
WeakAction.java | Class | Action which delegates to a weakly referenced original. |