|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAttributeSet | |
net.sourceforge.groboutils.pmti.v1 | |
net.sourceforge.groboutils.pmti.v1.defimpl | |
net.sourceforge.groboutils.pmti.v1.itf | The Issue Traceability Framework. |
Uses of IAttributeSet in net.sourceforge.groboutils.pmti.v1 |
Subinterfaces of IAttributeSet in net.sourceforge.groboutils.pmti.v1 | |
interface |
IEditableAttributeSet
An editable form of an IAttributeSet. |
Methods in net.sourceforge.groboutils.pmti.v1 that return IAttributeSet | |
IAttributeSet |
IIssueState.getAttributes()
Returns a list of all attributes associated with this state. |
IAttributeSet |
IIssue.getAttributes()
Returns a list of all attributes associated with this issue. |
Uses of IAttributeSet in net.sourceforge.groboutils.pmti.v1.defimpl |
Classes in net.sourceforge.groboutils.pmti.v1.defimpl that implement IAttributeSet | |
class |
DefaultAttributeSet
Contains a queryable set of attribute name-value pairs associated with issue types. |
class |
DefaultEditableAttributeSet
An editable form of an IAttributeSet. |
Methods in net.sourceforge.groboutils.pmti.v1.defimpl that return IAttributeSet | |
IAttributeSet |
DefaultIssueState.getAttributes()
Returns a list of all attributes associated with this state. |
IAttributeSet |
AbstractIssue.getAttributes()
Returns a list of all attributes associated with this issue. |
IAttributeSet |
AbstractEditableIssue.getAttributes()
|
Methods in net.sourceforge.groboutils.pmti.v1.defimpl with parameters of type IAttributeSet | |
protected abstract IEditableAttributeSet |
AbstractEditableIssue.createEditableAttributeSet(IAttributeSet as)
Creates an editable set of attributes based on the immutable attribute set. |
Constructors in net.sourceforge.groboutils.pmti.v1.defimpl with parameters of type IAttributeSet | |
DefaultIssueState(java.lang.String n,
java.lang.String d,
boolean o,
IAttributeSet s)
|
|
AbstractIssue(java.lang.String i,
java.lang.String t,
java.lang.String d,
IIssueState s,
IAttributeSet a)
|
Uses of IAttributeSet in net.sourceforge.groboutils.pmti.v1.itf |
Methods in net.sourceforge.groboutils.pmti.v1.itf with parameters of type IAttributeSet | |
protected boolean |
ITFReadProblemManager.attributesMatch(IAttributeSet check,
IAttributeSet verify)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |