Uses of Interface
net.sourceforge.groboutils.pmti.v1.IEditableIssue

Packages that use IEditableIssue
net.sourceforge.groboutils.pmti.v1   
net.sourceforge.groboutils.pmti.v1.defimpl   
net.sourceforge.groboutils.pmti.v1.itf The Issue Traceability Framework
 

Uses of IEditableIssue in net.sourceforge.groboutils.pmti.v1
 

Methods in net.sourceforge.groboutils.pmti.v1 that return IEditableIssue
 IEditableIssue IProblemManager.editIssue(IIssue issue)
          Given the real issue, returns the editable version of the issue.
 IEditableIssue IProblemManager.createIssue(java.lang.String type)
          Creates a new issue of the given type.
 

Uses of IEditableIssue in net.sourceforge.groboutils.pmti.v1.defimpl
 

Classes in net.sourceforge.groboutils.pmti.v1.defimpl that implement IEditableIssue
 class AbstractEditableIssue
          Allows for editing of an issue.
 

Uses of IEditableIssue in net.sourceforge.groboutils.pmti.v1.itf
 

Methods in net.sourceforge.groboutils.pmti.v1.itf that return IEditableIssue
 IEditableIssue ITFReadProblemManager.editIssue(IIssue issue)
          Given the real issue, returns the editable version of the issue.
 IEditableIssue ITFReadProblemManager.createIssue(java.lang.String type)
          Creates a new issue of the given type.
 



Copyright © 2001-2003 by The GroboUtils Project