net.sourceforge.groboutils.pmti.v1
Interface IEditableAttributeSet

All Superinterfaces:
IAttributeSet
All Known Implementing Classes:
DefaultEditableAttributeSet

public interface IEditableAttributeSet
extends IAttributeSet

An editable form of an IAttributeSet. Note that the set of editable attributes cannot be changed - just their contents.

Since:
July 6, 2002
Version:
$Date: 2003/02/10 22:51:54 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Method Summary
 IEditableAttribute getEditableAttribute(java.lang.String name)
          Synonymn for getAttribute( String )
 IEditableAttribute[] getEditableAttributes()
          Synonymn for getAttributes()
 
Methods inherited from interface net.sourceforge.groboutils.pmti.v1.IAttributeSet
getAttribute, getAttributeNames, getAttributes
 

Method Detail

getEditableAttributes

public IEditableAttribute[] getEditableAttributes()
Synonymn for getAttributes()


getEditableAttribute

public IEditableAttribute getEditableAttribute(java.lang.String name)
Synonymn for getAttribute( String )



Copyright © 2001-2003 by The GroboUtils Project