net.sourceforge.groboutils.pmti.v1.defimpl
Class DefaultEditableAttributeSet

java.lang.Object
  extended bynet.sourceforge.groboutils.pmti.v1.defimpl.DefaultAttributeSet
      extended bynet.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

Constructor Summary
DefaultEditableAttributeSet(IEditableAttribute[] a)
           
 
Method Summary
protected  IAttribute[] createAttributeArray(int size)
           
 IEditableAttribute getEditableAttribute(java.lang.String name)
          Synonymn for getAttribute( String )
 IEditableAttribute[] getEditableAttributes()
          Synonymn for getAttributes()
 
Methods inherited from class net.sourceforge.groboutils.pmti.v1.defimpl.DefaultAttributeSet
getAttribute, getAttributeNames, getAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.groboutils.pmti.v1.IAttributeSet
getAttribute, getAttributeNames, getAttributes
 

Constructor Detail

DefaultEditableAttributeSet

public DefaultEditableAttributeSet(IEditableAttribute[] a)
Method Detail

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