com.jfimagine.jfgraph.shape.base
Class PropertyList

java.lang.Object
  |
  +--com.jfimagine.jfgraph.shape.base.AbstractObject
        |
        +--com.jfimagine.jfgraph.shape.base.ObjectList
              |
              +--com.jfimagine.jfgraph.shape.base.PropertyList
All Implemented Interfaces:
java.lang.Cloneable

public class PropertyList
extends ObjectList

PropertyList class. A property list is used to manipulate property issues.

Version:
$Revision: 1.1 $
Author:
CookieMaker

Field Summary
static java.lang.String XML_PROPERTYLIST
          A XML string tag represents a property List
 
Fields inherited from class com.jfimagine.jfgraph.shape.base.ObjectList
m_objectList, XML_OBJECTCOUNT, XML_OBJECTLIST
 
Fields inherited from class com.jfimagine.jfgraph.shape.base.AbstractObject
m_lastError, XML_OBJECTID, XML_OBJECTTYPE
 
Constructor Summary
PropertyList()
          Constructor for PropertyList
 
Method Summary
protected  AbstractObject cloneMe()
          Creates a new AbstractObject of the same class and with the same contents as this object.
 
Methods inherited from class com.jfimagine.jfgraph.shape.base.ObjectList
add, add, appendChildToDOM, attachRealPort, attachRealPort, bringToFront, clear, clone, contains, equals, extractChildFromDOM, getBounds, getByIndex, getByObjectId, getFromGroupsByObjectId, getIndexByObjectId, getList, hashCode, loadFromStream, moveObject, newObjectId, removeAll, removeByIndex, removeByObjectId, saveToStream, sendToBack, setList, setShowDesign, setZoomScale, size, toString
 
Methods inherited from class com.jfimagine.jfgraph.shape.base.AbstractObject
fromDOM, getLastError, getMaxObjectId, getObjectId, getObjectType, getXMLTag, getZoomScale, isShowDesign, setLastError, setObjectId, setObjectType, setValue, setXMLTag, toDOM
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

XML_PROPERTYLIST

public static final java.lang.String XML_PROPERTYLIST
A XML string tag represents a property List

See Also:
Constant Field Values
Constructor Detail

PropertyList

public PropertyList()
Constructor for PropertyList

Method Detail

cloneMe

protected AbstractObject cloneMe()
                          throws java.lang.CloneNotSupportedException
Creates a new AbstractObject of the same class and with the same contents as this object. This method implements the method defined in AbstractObject.

Overrides:
cloneMe in class ObjectList
Returns:
A clone of this class.
java.lang.CloneNotSupportedException


Copyright 2004 ~ 2005 JingFei International Cooperation LTD. All Rights Reserved.