org.openide.windows
Class OutputEvent
java.lang.Object
|
+--java.util.EventObject
|
+--org.openide.windows.OutputEvent
- All Implemented Interfaces:
- Serializable
- public abstract class OutputEvent
- extends EventObject
Event fired when something happens to a line in the Output Window.
- See Also:
- Serialized Form
OutputEvent
public OutputEvent(InputOutput src)
- Create an event.
- Parameters:
src
- the tab in question
getLine
public abstract String getLine()
- Get the text on the line.
- Returns:
- the text
getInputOutput
public InputOutput getInputOutput()
- Get the Output Window tab in question.
- Returns:
- the tab
Built on December 12 2001. | Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.