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

MainVcsGroupChildren (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.grouping
Class MainVcsGroupChildren

java.lang.Object
  extended byorg.openide.nodes.Children
      extended byorg.openide.nodes.Children.Array
          extended byorg.openide.nodes.Children.Keys
              extended byorg.netbeans.modules.vcscore.grouping.MainVcsGroupChildren
All Implemented Interfaces:
Cloneable

public class MainVcsGroupChildren
extends Children.Keys

List of children of a containing node. Remember to document what your permitted keys are!


Nested Class Summary
 
Nested classes inherited from class org.openide.nodes.Children
Children.Array, Children.Keys, Children.Map, Children.SortedArray, Children.SortedMap
 
Field Summary
 
Fields inherited from class org.openide.nodes.Children.Array
nodes
 
Fields inherited from class org.openide.nodes.Children
LEAF, MUTEX
 
Constructor Summary
MainVcsGroupChildren()
           
 
Method Summary
protected  void addNotify()
          Called when the preparetion of nodes is needed
protected  Node[] createNodes(Object key)
          Creates nodes for given key.
static DataFolder getMainVcsGroupFolder()
           
protected  void removeNotify()
          Called when all children are garbage collected
 
Methods inherited from class org.openide.nodes.Children.Keys
add, clone, destroyNodes, refreshKey, remove, setBefore, setKeys, setKeys
 
Methods inherited from class org.openide.nodes.Children.Array
initCollection, refresh
 
Methods inherited from class org.openide.nodes.Children
findChild, getNode, getNodes, getNodes, getNodesCount, isInitialized, nodes
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainVcsGroupChildren

public MainVcsGroupChildren()
Method Detail

getMainVcsGroupFolder

public static DataFolder getMainVcsGroupFolder()

addNotify

protected void addNotify()
Called when the preparetion of nodes is needed


removeNotify

protected void removeNotify()
Called when all children are garbage collected


createNodes

protected Node[] createNodes(Object key)
Creates nodes for given key.


 

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