当前页面:
在线文档首页 >
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
org.openide.nodes.Children
org.openide.nodes.Children.Array
org.openide.nodes.Children.Keys
org.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. |
VcsGroupChildren
public VcsGroupChildren(DataFolder dobj)
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