|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.netbeans.modules.vcscore.grouping.GroupUtils
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 |
public static MainVcsGroupNode getMainVcsGroupNodeInstance()
public static DataFolder getMainVcsGroupFolder()
public static VcsGroupNode getDefaultGroupInstance()
public static void addToDefaultGroup(Node[] nodes)
public static void addToGroup(DataFolder group, Node[] nodes)
public static DataShadow findDOInGroups(DataObject dataObj)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |