|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandOutputCollector | |
org.netbeans.modules.vcscore.commands | Commands scheduling and executing framework implementation. |
org.netbeans.modules.vcscore.ui |
Uses of CommandOutputCollector in org.netbeans.modules.vcscore.commands |
Methods in org.netbeans.modules.vcscore.commands with parameters of type CommandOutputCollector | |
void |
VcsCommandVisualizer.setOutputCollector(CommandOutputCollector outputCollector)
After instatiation this method is called with the collector of output, that can be used for various purposes in the visualizer. |
void |
CommandOutputVisualizer.setOutputCollector(CommandOutputCollector outputCollector)
|
Uses of CommandOutputCollector in org.netbeans.modules.vcscore.ui |
Methods in org.netbeans.modules.vcscore.ui that return CommandOutputCollector | |
protected CommandOutputCollector |
AbstractOutputPanel.getOutputCollector()
Get the output collector. |
Methods in org.netbeans.modules.vcscore.ui with parameters of type CommandOutputCollector | |
void |
AbstractOutputPanel.setOutputCollector(CommandOutputCollector outputCollector)
Set the output collector. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |