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

Packages that use IEditableAttribute
net.sourceforge.groboutils.pmti.v1   
net.sourceforge.groboutils.pmti.v1.defimpl   
 

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

Subinterfaces of IEditableAttribute in net.sourceforge.groboutils.pmti.v1
 interface IEditableListAttribute
          An editable list of values for a single attribute.
 

Methods in net.sourceforge.groboutils.pmti.v1 that return IEditableAttribute
 IEditableAttribute[] IEditableAttributeSet.getEditableAttributes()
          Synonymn for getAttributes()
 IEditableAttribute IEditableAttributeSet.getEditableAttribute(java.lang.String name)
          Synonymn for getAttribute( String )
 

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

Classes in net.sourceforge.groboutils.pmti.v1.defimpl that implement IEditableAttribute
 class AbstractEditableAttribute
          This uses delegation to allow for maximum flexibility in creating new editable attributes based on this class through subclassing.
 class AbstractEditableListAttribute
          A simple name-value association for a specific kind of issue attribute.
 

Methods in net.sourceforge.groboutils.pmti.v1.defimpl that return IEditableAttribute
 IEditableAttribute[] DefaultEditableAttributeSet.getEditableAttributes()
          Synonymn for getAttributes()
 IEditableAttribute DefaultEditableAttributeSet.getEditableAttribute(java.lang.String name)
          Synonymn for getAttribute( String )
 

Constructors in net.sourceforge.groboutils.pmti.v1.defimpl with parameters of type IEditableAttribute
DefaultEditableAttributeSet(IEditableAttribute[] a)
           
 



Copyright © 2001-2003 by The GroboUtils Project