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

GroupUtils (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.grouping
Class GroupUtils

java.lang.Object
  extended byorg.netbeans.modules.vcscore.grouping.GroupUtils

public class GroupUtils
extends Object


Method Summary
static void addToDefaultGroup(Node[] nodes)
          Add the array of nodes to the default group..
static void addToGroup(DataFolder group, Node[] nodes)
          Add the array of nodes to the specified group.
static DataShadow findDOInGroups(DataObject dataObj)
          the method checks if the specified dataobject is already in any of the groups.
static VcsGroupNode getDefaultGroupInstance()
          Returns the node of the default group.
static DataFolder getMainVcsGroupFolder()
          returns the folder in the default filesystem where the groups data is stored.
static MainVcsGroupNode getMainVcsGroupNodeInstance()
          Returns the root node of the vcs group structure.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMainVcsGroupNodeInstance

public static MainVcsGroupNode getMainVcsGroupNodeInstance()
Returns the root node of the vcs group structure.


getMainVcsGroupFolder

public static DataFolder getMainVcsGroupFolder()
returns the folder in the default filesystem where the groups data is stored.


getDefaultGroupInstance

public static VcsGroupNode getDefaultGroupInstance()
Returns the node of the default group.


addToDefaultGroup

public static void addToDefaultGroup(Node[] nodes)
Add the array of nodes to the default group..


addToGroup

public static void addToGroup(DataFolder group,
                              Node[] nodes)
Add the array of nodes to the specified group.


findDOInGroups

public static DataShadow findDOInGroups(DataObject dataObj)
the method checks if the specified dataobject is already in any of the groups. if so, returns the shadow data object. Otherwise returns null


 

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