|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VcsDescribedCommand | |
org.netbeans.modules.vcscore.cmdline | |
org.netbeans.modules.vcscore.commands | Commands scheduling and executing framework implementation. |
org.netbeans.modules.vcscore.util | This package provides declarative UI parsing and rendering engine. |
Uses of VcsDescribedCommand in org.netbeans.modules.vcscore.cmdline |
Methods in org.netbeans.modules.vcscore.cmdline that return VcsDescribedCommand | |
VcsDescribedCommand |
ExecuteCommand.getDescribedCommand()
Deprecated. Needed for the compatibility with old "API" only. |
Methods in org.netbeans.modules.vcscore.cmdline with parameters of type VcsDescribedCommand | |
void |
UserCommandCustomizer.setCommand(VcsDescribedCommand cmd,
VariableInputDialog dlg,
String title)
|
void |
ExecuteCommand.setDescribedCommand(VcsDescribedCommand command)
Deprecated. Needed for the compatibility with old "API" only. |
Constructors in org.netbeans.modules.vcscore.cmdline with parameters of type VcsDescribedCommand | |
WrappingCommandTask(UserCommandSupport cmdSupport,
VcsDescribedCommand cmd)
Creates a new instance of WrappingCommandTask |
|
UserCommandTask(UserCommandSupport cmdSupport,
VcsDescribedCommand cmd)
Creates a new instance of UserCommandTask |
Uses of VcsDescribedCommand in org.netbeans.modules.vcscore.commands |
Methods in org.netbeans.modules.vcscore.commands with parameters of type VcsDescribedCommand | |
static VariableInputDialog |
CommandCustomizationSupport.createInputDialog(CommandExecutionContext executionContext,
String exec,
Hashtable vars,
VcsDescribedCommand dcmd,
boolean[] forEachFile,
StringBuffer retTitle)
|
Uses of VcsDescribedCommand in org.netbeans.modules.vcscore.util |
Constructors in org.netbeans.modules.vcscore.util with parameters of type VcsDescribedCommand | |
VariableInputDialog(VcsDescribedCommand dcmd,
VariableInputDescriptor inputDescriptor,
boolean expert,
Hashtable vars)
Creates new form VariableInputDialog. |
|
VariableInputDialog(VcsDescribedCommand dcmd,
VariableInputDescriptor inputDescriptor,
boolean expert,
Hashtable vars,
boolean rapidVariablesAssignment,
boolean dynamicVarChanges)
Creates new form VariableInputDialog. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |