|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandSupport | |
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.commands | Commands scheduling and executing framework implementation. |
org.netbeans.spi.vcs.commands |
Uses of CommandSupport in org.netbeans.modules.vcscore |
Methods in org.netbeans.modules.vcscore that return CommandSupport | |
CommandSupport |
VcsFileSystem.getCommandSupport(String name)
Get a command support by it's name. |
Methods in org.netbeans.modules.vcscore with parameters of type CommandSupport | |
void |
VcsActionSupporter.addSupportForAction(Class actionClass,
CommandSupport commandSupp)
|
Uses of CommandSupport in org.netbeans.modules.vcscore.actions |
Methods in org.netbeans.modules.vcscore.actions with parameters of type CommandSupport | |
static JMenuItem |
CommandMenu.createItem(CommandSupport cmd,
boolean expertMode,
String advancedOptionsSign,
boolean inMenu,
Map filesWithInfo)
Create the command menu item. |
Uses of CommandSupport in org.netbeans.modules.vcscore.cmdline |
Subclasses of CommandSupport in org.netbeans.modules.vcscore.cmdline | |
class |
UserCommandSupport
The adapter from UserCommand to CommandSupport. |
Uses of CommandSupport in org.netbeans.modules.vcscore.commands |
Methods in org.netbeans.modules.vcscore.commands that return CommandSupport | |
CommandSupport |
CommandsTree.getCommandSupport()
Get the command of this item. |
CommandSupport |
CommandExecutionContext.getCommandSupport(String name)
|
Constructors in org.netbeans.modules.vcscore.commands with parameters of type CommandSupport | |
CommandsTree(CommandSupport cmdSupport)
Creates a new instance of CommandsTree. |
Uses of CommandSupport in org.netbeans.spi.vcs.commands |
Constructors in org.netbeans.spi.vcs.commands with parameters of type CommandSupport | |
CommandTaskSupport(CommandSupport cmdSupport,
Command cmd)
Creates a new instance of CommandTaskSupport. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |