|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandsTree | |
org.netbeans.modules.vcscore | |
org.netbeans.modules.vcscore.actions | This package integrates VCS support with actions UI. |
org.netbeans.modules.vcscore.commands | Commands scheduling and executing framework implementation. |
Uses of CommandsTree in org.netbeans.modules.vcscore |
Methods in org.netbeans.modules.vcscore that return CommandsTree | |
CommandsTree |
VcsFileSystem.getCommands()
Get the commands. |
CommandsTree |
DefaultVcsCommandsProvider.getCommands()
|
Methods in org.netbeans.modules.vcscore with parameters of type CommandsTree | |
void |
VcsFileSystem.setCommands(CommandsTree root)
Set the tree structure of commands. |
void |
DefaultVcsCommandsProvider.setCommands(CommandsTree commands)
|
Constructors in org.netbeans.modules.vcscore with parameters of type CommandsTree | |
DefaultVcsCommandsProvider(CommandsTree commands)
Creates a new instance of DefaultVcsCommandsProvider |
Uses of CommandsTree in org.netbeans.modules.vcscore.actions |
Constructors in org.netbeans.modules.vcscore.actions with parameters of type CommandsTree | |
CommandMenu(CommandsTree commandRoot,
Map filesWithInfo,
boolean removeDisabled,
boolean inMenu,
boolean globalExpertMode)
Creates a new instance of CommandMenu. |
Uses of CommandsTree in org.netbeans.modules.vcscore.commands |
Fields in org.netbeans.modules.vcscore.commands declared as CommandsTree | |
static CommandsTree |
CommandsTree.EMPTY
An empty commands tree element, that can be used for separators. |
Methods in org.netbeans.modules.vcscore.commands that return CommandsTree | |
CommandsTree[] |
CommandsTree.children()
Provides the array of children. |
CommandsTree |
CommandsTree.Provider.getCommands()
Get the commands. |
Methods in org.netbeans.modules.vcscore.commands with parameters of type CommandsTree | |
void |
CommandsTree.add(CommandsTree child)
Add a new child to this tree node. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |