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

CommandOutputTextProcessor.TextOutput (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.commands
Class CommandOutputTextProcessor.TextOutput

java.lang.Object
  extended byorg.netbeans.modules.vcscore.commands.CommandOutputTextProcessor.TextOutput
Enclosing class:
CommandOutputTextProcessor

public final class CommandOutputTextProcessor.TextOutput
extends Object

The text output.


Method Summary
 void addText(String text)
          Add the text to the text area (or to an internal buffer if the area is not set yet.
 void setTextArea(JTextArea area)
          Set the text area that is used to display the text ouput.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setTextArea

public void setTextArea(JTextArea area)
Set the text area that is used to display the text ouput. Until the area is set, the output is buffered.


addText

public void addText(String text)
Add the text to the text area (or to an internal buffer if the area is not set yet.


 

Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.