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

Project factory

Handles the creation of Project nodes with or without parent ProjectExplorers.
  • Constructor Details

  • Method Details

    • createNode

      public IMapNode createNode​(Object... params)
      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 class IMapNodeFactory
      Returns:
      IMapNode new node on the given parent.