Class ProjectFactory
java.lang.Object
rs.edu.raf.dsw.rudok.app.repository.nodefactory.IMapNodeFactory
rs.edu.raf.dsw.rudok.app.repository.nodefactory.ProjectFactory
public class ProjectFactory extends IMapNodeFactory
-
Constructor Summary
Constructors Constructor Description ProjectFactory(ProjectExplorer parent)
-
Method Summary
Modifier and Type Method Description IMapNode
createNode(Object... params)
Creates a new node on the given parent.Methods inherited from class rs.edu.raf.dsw.rudok.app.repository.nodefactory.IMapNodeFactory
getParent
-
Constructor Details
-
ProjectFactory
-
-
Method Details
-
createNode
Description copied from class:IMapNodeFactory
Creates a new node on the given parent. If no parent, only creates the node and assigns to no parent.- Specified by:
createNode
in classIMapNodeFactory
- Returns:
IMapNode
new node on the given parent.
-