Class ProjectImpl

    • Field Detail

      • instanceContent

        private final transient org.openide.util.lookup.InstanceContent instanceContent
      • lookup

        private final transient org.openide.util.lookup.AbstractLookup lookup
    • Constructor Detail

      • ProjectImpl

        public ProjectImpl​(int id)
      • ProjectImpl

        public ProjectImpl​(String name)
    • Method Detail

      • add

        public void add​(Object instance)
        Description copied from interface: Project
        Adds an abilities to this project.
        Specified by:
        add in interface Project
        Parameters:
        instance - the instance that is to be added to the lookup
      • remove

        public void remove​(Object instance)
        Description copied from interface: Project
        Removes an abilities to this project.
        Specified by:
        remove in interface Project
        Parameters:
        instance - the instance that is to be removed from the lookup
      • getName

        public String getName()
      • nextWorkspaceId

        public int nextWorkspaceId()
      • getWorkspaceIds

        public int getWorkspaceIds()
      • setWorkspaceIds

        public void setWorkspaceIds​(int ids)