站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

OutputEvent (NetBeans Input/Output API) - NetBeans API Javadoc 5.0.0

 

org.openide.windows
Class OutputEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.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

Field Summary
 
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 May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.