Class ProjectExplorer
public class ProjectExplorer extends IMapNodeComposite
Project Explorer
The root of allProject nodes.-
Nested Class Summary
Nested classes/interfaces inherited from class rs.edu.raf.dsw.rudok.app.repository.IMapNodeComposite
IMapNodeComposite.Message -
Field Summary
-
Constructor Summary
Constructors Constructor Description ProjectExplorer(String nodeName) -
Method Summary
Modifier and Type Method Description voidaddChild(IMapNode child)Adds a child to the node.voidsetChildren(Set<IMapNode> children)Methods inherited from class rs.edu.raf.dsw.rudok.app.repository.IMapNodeComposite
getChildren, receive, removeChildMethods inherited from class rs.edu.raf.dsw.rudok.app.repository.IMapNode
addParent, getNodeName, getParents, removeParent, setNodeName, setParents, toStringMethods inherited from class rs.edu.raf.dsw.rudok.app.observer.IPublisher
addObserver, getObservers, publish, removeObserver, setObserversMethods inherited from class rs.edu.raf.dsw.rudok.app.observer.IPublisherGlobal
addObserverGlobal, getObserversGlobal, removeObserverGlobalMethods inherited from class rs.edu.raf.dsw.rudok.app.observer.IObserver
addPublisher, getPublishers, removePublisher, setPublishers
-
Constructor Details
-
ProjectExplorer
-
-
Method Details
-
setChildren
- Overrides:
setChildrenin classIMapNodeComposite
-
addChild
Description copied from class:IMapNodeCompositeAdds a child to the node.- Overrides:
addChildin classIMapNodeComposite- Parameters:
child- Child to be added.
-