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

TextInput (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.commands
Interface TextInput

All Known Subinterfaces:
VcsCommandExecutor
All Known Implementing Classes:
ExecuteCommand, ExternalCommand

public interface TextInput

The interface to provide the textual input to a command.


Method Summary
 void sendInput(String text)
          Send an input string to the standard input of the command.
 

Method Detail

sendInput

public void sendInput(String text)
Send an input string to the standard input of the command.

Parameters:
text - The input text.

 

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