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

Uses of Package org.netbeans.modules.vcscore.commands (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

Uses of Package
org.netbeans.modules.vcscore.commands

Packages that use org.netbeans.modules.vcscore.commands
org.netbeans.modules.vcscore   
org.netbeans.modules.vcscore.actions This package integrates VCS support with actions UI. 
org.netbeans.modules.vcscore.cmdline   
org.netbeans.modules.vcscore.cmdline.exec   
org.netbeans.modules.vcscore.commands Commands scheduling and executing framework implementation. 
org.netbeans.modules.vcscore.ui   
org.netbeans.modules.vcscore.util This package provides declarative UI parsing and rendering engine. 
 

Classes in org.netbeans.modules.vcscore.commands used by org.netbeans.modules.vcscore
CommandDataOutputListener
          Deprecated. Use RegexOutputListener instead.
CommandExecutionContext
          A provider of execution context, that is necessary for the UserCommand to be executed.
CommandOutputListener
          Deprecated. Use TextOutputListener or TextErrorListener instead.
CommandsPool
          Deprecated. Use CommandProcessor instead. This class is kept just for compatibility reasons. It delegates it's work to CommandProcessor.
CommandsTree
          This class represents a tree structure of commands.
CommandsTree.Provider
          Provider of CommandsTree.
VcsCommand
          The VcsCommand interface should be implemented by any class whose instances are intended to be executed by a VcsCommandExecutor.
VcsCommandExecutor
          The VcsCommand interface should be implemented by any class whose instances are intended to be executed as version control commands.
 

Classes in org.netbeans.modules.vcscore.commands used by org.netbeans.modules.vcscore.actions
CommandsTree
          This class represents a tree structure of commands.
 

Classes in org.netbeans.modules.vcscore.commands used by org.netbeans.modules.vcscore.cmdline
ActionCommandSupport
          This class represents a command which has associated an action.
CommandDataOutputListener
          Deprecated. Use RegexOutputListener instead.
CommandExecutionContext
          A provider of execution context, that is necessary for the UserCommand to be executed.
CommandOutputListener
          Deprecated. Use TextOutputListener or TextErrorListener instead.
CommandTaskInfo
          Info, that is used to submit a task into CommandProcessor.
ProvidedCommand
          This class represents a command which knows about it's VcsCommandsProvider.
RecursionAwareCommandSupport
          This extension of CommandSupport can be asked whether the created commands will be able to process folders nonrecursively.
RegexOutputListener
          The listener to get the data output of a command obtained from a regular expression parser usually applied on the standard text output of the command.
TextInput
          The interface to provide the textual input to a command.
TextOutputListener
          The listener to get the textual output of a command line by line.
VcsCommand
          The VcsCommand interface should be implemented by any class whose instances are intended to be executed by a VcsCommandExecutor.
VcsCommandCookie
          Cookie of VcsCommand.
VcsCommandExecutor
          The VcsCommand interface should be implemented by any class whose instances are intended to be executed as version control commands.
VcsCommandVisualizer
          This class should be used to display the graphical output of the running command.
VcsDescribedCommand
          This class represents a command whose behavior is described by VcsCommand.
VcsDescribedTask
          This class represents a command task whose behavior is described by VcsCommand.
 

Classes in org.netbeans.modules.vcscore.commands used by org.netbeans.modules.vcscore.cmdline.exec
OutputProgressListener
          The listener that is notified about the progress of output from a command.
RegexOutputListener
          The listener to get the data output of a command obtained from a regular expression parser usually applied on the standard text output of the command.
TextInput
          The interface to provide the textual input to a command.
TextOutputListener
          The listener to get the textual output of a command line by line.
 

Classes in org.netbeans.modules.vcscore.commands used by org.netbeans.modules.vcscore.commands
ChainingCommand
          A command, that permits chaining of several command.
CommandDataOutputListener
          Deprecated. Use RegexOutputListener instead.
CommandExecutionContext
          A provider of execution context, that is necessary for the UserCommand to be executed.
CommandOutputCollector
          The collector of commands' output.
CommandOutputListener
          Deprecated. Use TextOutputListener or TextErrorListener instead.
CommandOutputTextProcessor
          The processor of text output of a command.
CommandOutputTextProcessor.TextOutput
          The text output.
CommandOutputTopComponent
          TopComponent for vcs command output
CommandOutputVisualizer
          The default visualizer of command output.
CommandProcessListener
          This listener is to be used to listen on commands preprocessing and execution.
CommandProcessor
          This class is used as a container of all external commands which are either running or finished.
CommandsPool
          Deprecated. Use CommandProcessor instead. This class is kept just for compatibility reasons. It delegates it's work to CommandProcessor.
CommandsTree
          This class represents a tree structure of commands.
CommandTaskInfo
          Info, that is used to submit a task into CommandProcessor.
FileReaderCommand
          The command, that produces files and their VCS status with respect to the VCS repository.
RegexErrorListener
          The listener to get the error data output of a command obtained from a regular expression parser usually applied on the error text output of the command.
RegexOutputCommand
          This class represents a command which produce elements of parsed data from a text output of the command using a regular expression.
RegexOutputListener
          The listener to get the data output of a command obtained from a regular expression parser usually applied on the standard text output of the command.
TextErrorListener
          The listener to get the error textual output of a command line by line.
TextInput
          The interface to provide the textual input to a command.
TextOutputCommand
          This class represents a command which produce a text output.
TextOutputListener
          The listener to get the textual output of a command line by line.
VcsCommand
          The VcsCommand interface should be implemented by any class whose instances are intended to be executed by a VcsCommandExecutor.
VcsCommandCookie
          Cookie of VcsCommand.
VcsCommandExecutor
          The VcsCommand interface should be implemented by any class whose instances are intended to be executed as version control commands.
VcsCommandVisualizer
          This class should be used to display the graphical output of the running command.
VcsCommandVisualizer.Wrapper
          The wrapper of the visualizer.
VcsDescribedCommand
          This class represents a command whose behavior is described by VcsCommand.
VcsDescribedTask
          This class represents a command task whose behavior is described by VcsCommand.
 

Classes in org.netbeans.modules.vcscore.commands used by org.netbeans.modules.vcscore.ui
CommandOutputCollector
          The collector of commands' output.
 

Classes in org.netbeans.modules.vcscore.commands used by org.netbeans.modules.vcscore.util
CommandExecutionContext
          A provider of execution context, that is necessary for the UserCommand to be executed.
VcsDescribedCommand
          This class represents a command whose behavior is described by VcsCommand.
 


 

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