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

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

 

Uses of Class
org.netbeans.modules.vcscore.commands.CommandsTree

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.
 


 

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