pl.edu.agh.cast.model.attributes
Class LegendAttributeManager

java.lang.Object
  extended by pl.edu.agh.cast.model.attributes.AttributeManager
      extended by pl.edu.agh.cast.model.attributes.LegendAttributeManager
All Implemented Interfaces:
PropertyChangeListener, Serializable, EventListener, IPropertyChangeProvider

public class LegendAttributeManager
extends AttributeManager

This class represents AttributeManagers which are to manage attributes of Legend.

Author:
AGH CAST Team
See Also:
Serialized Form

Field Summary
protected static LegendAttributeManager dummyManager
          Dummy LegendAttributeManager.
static String PERMANENT_LABEL
          Name of the permanent attribute ID.
 
Fields inherited from class pl.edu.agh.cast.model.attributes.AttributeManager
ATTRIBUTE_REGISTRATION_STATUS, ATTRIBUTES_PROPERTY_CHANGE
 
Constructor Summary
LegendAttributeManager()
          Default constructor.
 
Method Summary
static LegendAttributeManager getDummyManager()
           
 
Methods inherited from class pl.edu.agh.cast.model.attributes.AttributeManager
addPropertyChangeListener, firePropertyChange, getAttribute, getAttributes, getPermanentAttributes, init, isRegisteredId, propertyChange, readResolve, registerAttribute, registerPermanentAttribute, registerPermanentAttribute, removePropertyChangeListener, setAttributeIsLabel, unregisterId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PERMANENT_LABEL

public static final String PERMANENT_LABEL
Name of the permanent attribute ID.

See Also:
Constant Field Values

dummyManager

protected static LegendAttributeManager dummyManager
Dummy LegendAttributeManager.

Constructor Detail

LegendAttributeManager

public LegendAttributeManager()
Default constructor.

Method Detail

getDummyManager

public static LegendAttributeManager getDummyManager()


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.