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 void
addChild(IMapNode child)
Adds a child to the node.void
setChildren(Set<IMapNode> children)
Methods inherited from class rs.edu.raf.dsw.rudok.app.repository.IMapNodeComposite
getChildren, receive, removeChild
Methods inherited from class rs.edu.raf.dsw.rudok.app.repository.IMapNode
addParent, getNodeName, getParents, removeParent, setNodeName, setParents, toString
Methods inherited from class rs.edu.raf.dsw.rudok.app.observer.IPublisher
addObserver, getObservers, publish, removeObserver, setObservers
Methods inherited from class rs.edu.raf.dsw.rudok.app.observer.IPublisherGlobal
addObserverGlobal, getObserversGlobal, removeObserverGlobal
Methods inherited from class rs.edu.raf.dsw.rudok.app.observer.IObserver
addPublisher, getPublishers, removePublisher, setPublishers
-
Constructor Details
-
ProjectExplorer
-
-
Method Details
-
setChildren
- Overrides:
setChildren
in classIMapNodeComposite
-
addChild
Description copied from class:IMapNodeComposite
Adds a child to the node.- Overrides:
addChild
in classIMapNodeComposite
- Parameters:
child
- Child to be added.
-