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

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
OutputEvent(InputOutput src)
          Create an event.
 
Method Summary
 InputOutput getInputOutput()
          Get the Output Window tab in question.
abstract  String getLine()
          Get the text on the line.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutputEvent

public OutputEvent(InputOutput src)
Create an event.
Parameters:
src - the tab in question
Method Detail

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.