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

VcsGroupChildren (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.grouping
Class VcsGroupChildren

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.VcsGroupChildren
All Implemented Interfaces:
Cloneable, EventListener, PropertyChangeListener

public class VcsGroupChildren
extends Children.Keys
implements PropertyChangeListener

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


Nested Class Summary
 class VcsGroupChildren.RefreshAllTask
          A runnable that is to be put into the requestprocessor, when any refresh of the grouo children is requested.
 
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
VcsGroupChildren(DataFolder dobj)
           
 
Method Summary
protected  void addNotify()
          Called when the preparetion of nodes is needed
protected  Node[] createNodes(Object key)
          Creates nodes for given key.
 void propertyChange(PropertyChangeEvent propertyChangeEvent)
           
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

VcsGroupChildren

public VcsGroupChildren(DataFolder dobj)
Method Detail

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.


propertyChange

public void propertyChange(PropertyChangeEvent propertyChangeEvent)
Specified by:
propertyChange in interface PropertyChangeListener

 

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