|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IEditableAttributeSet | |
net.sourceforge.groboutils.pmti.v1 | |
net.sourceforge.groboutils.pmti.v1.defimpl |
Uses of IEditableAttributeSet in net.sourceforge.groboutils.pmti.v1 |
Methods in net.sourceforge.groboutils.pmti.v1 that return IEditableAttributeSet | |
IEditableAttributeSet |
IEditableIssueState.getEditableAttributes()
A synonymn for getAttributes(), but explicitly declares that the returned attributes are editable, without the need for a cast. |
IEditableAttributeSet |
IEditableIssue.getEditableAttributes()
This is a synonymn for getAttributes(), but this explicitly sets the returned value as an editable set, without the need for an extra cast. |
Uses of IEditableAttributeSet in net.sourceforge.groboutils.pmti.v1.defimpl |
Classes in net.sourceforge.groboutils.pmti.v1.defimpl that implement IEditableAttributeSet | |
class |
DefaultEditableAttributeSet
An editable form of an IAttributeSet. |
Methods in net.sourceforge.groboutils.pmti.v1.defimpl that return IEditableAttributeSet | |
IEditableAttributeSet |
DefaultEditableIssueState.getEditableAttributes()
A synonymn for getAttributes(), but explicitly declares that the returned attributes are editable, without the need for a cast. |
IEditableAttributeSet |
AbstractEditableIssue.getEditableAttributes()
This is a synonymn for getAttributes(), but this explicitly sets the returned value as an editable set, without the need for an extra cast. |
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 IEditableAttributeSet | |
DefaultEditableIssueState(java.lang.String n,
java.lang.String d,
boolean o,
IEditableAttributeSet s)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |