net.sourceforge.groboutils.pmti.v1.defimpl
Class DefaultEditableAttributeSet
java.lang.Object
net.sourceforge.groboutils.pmti.v1.defimpl.DefaultAttributeSet
net.sourceforge.groboutils.pmti.v1.defimpl.DefaultEditableAttributeSet
- All Implemented Interfaces:
- IAttributeSet, IEditableAttributeSet
- public class DefaultEditableAttributeSet
- extends DefaultAttributeSet
- implements IEditableAttributeSet
An editable form of an IAttributeSet. Note that the set of editable
attributes cannot be changed - just their contents.
Note: as written, this class is not easily extendable, especially if the
corresponding super class is different.
- Since:
- July 12, 2002
- Version:
- $Date: 2003/02/10 22:51:58 $
- Author:
- Matt Albrecht groboclown@users.sourceforge.net
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultEditableAttributeSet
public DefaultEditableAttributeSet(IEditableAttribute[] a)
getEditableAttributes
public IEditableAttribute[] getEditableAttributes()
- Synonymn for getAttributes()
- Specified by:
getEditableAttributes
in interface IEditableAttributeSet
getEditableAttribute
public IEditableAttribute getEditableAttribute(java.lang.String name)
- Synonymn for getAttribute( String )
- Specified by:
getEditableAttribute
in interface IEditableAttributeSet
createAttributeArray
protected IAttribute[] createAttributeArray(int size)
- Overrides:
createAttributeArray
in class DefaultAttributeSet
Copyright © 2001-2003 by The GroboUtils Project