当前页面:
在线文档首页 >
NetBeans API Javadoc 4.1.0
RevisionChildren (NetBeans VCS API) - NetBeans API Javadoc 4.1.0
org.netbeans.modules.vcscore.versioning
Class RevisionChildren
java.lang.Object
org.openide.nodes.Children
org.openide.nodes.Children.Array
org.openide.nodes.Children.Keys
org.netbeans.modules.vcscore.versioning.RevisionChildren
- All Implemented Interfaces:
- ChangeListener, Cloneable, EventListener, Serializable
- public class RevisionChildren
- extends Children.Keys
- implements ChangeListener, Serializable
- See Also:
- Serialized Form
WAIT_KEY
protected static final Object WAIT_KEY
RevisionChildren
public RevisionChildren(RevisionList list)
- Creates new RevisionChildren
- Parameters:
list
- The RevisionList, can be null
RevisionChildren
public RevisionChildren(RevisionList list,
RevisionItem item)
- Creates new RevisionChildren
- Parameters:
list
- The RevisionList, can be nullitem
- The RevisionItem where this children are rooted.
getList
public RevisionList getList()
setList
public void setList(RevisionList newList)
- Set a new revision list. Can be called only for the root children.
addNotificationListener
public void addNotificationListener(RevisionChildren.NotificationListener l)
removeNotificationListener
public void removeNotificationListener(RevisionChildren.NotificationListener l)
addNotify
protected void addNotify()
removeNotify
protected void removeNotify()
accept
protected boolean accept(RevisionItem item)
createWaitingNode
protected Node createWaitingNode()
createNodes
protected Node[] createNodes(Object key)
stateChanged
public void stateChanged(ChangeEvent evt)
- Specified by:
stateChanged
in interface ChangeListener