Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.arranger.jarl.trait.container
Class SimpleCollection  view SimpleCollection download SimpleCollection.java

java.lang.Object
  extended bycom.arranger.jarl.base.BaseJarlObject
      extended bycom.arranger.jarl.trait.BaseTrait
          extended bycom.arranger.jarl.trait.ContainerTrait
              extended bycom.arranger.jarl.trait.container.SimpleCollection
All Implemented Interfaces:
java.lang.Cloneable, com.arranger.jarl.base.IJarlObject, com.arranger.jarl.base.IJarlObjectCollection, com.arranger.jarl.trait.ITrait, com.arranger.jarl.trait.ITraitDef

public class SimpleCollection
extends com.arranger.jarl.trait.ContainerTrait

SimpleCollection created on Feb 25, 2003


Field Summary
 
Fields inherited from class com.arranger.jarl.trait.ContainerTrait
m_children
 
Fields inherited from class com.arranger.jarl.trait.BaseTrait
m_affineTransform, m_composite, m_context, m_graphics2D, m_paint
 
Fields inherited from class com.arranger.jarl.base.BaseJarlObject
m_cachedTime, m_className, m_configElement, m_useAbsoluteTime, m_zOrder
 
Constructor Summary
SimpleCollection()
           
 
Methods inherited from class com.arranger.jarl.trait.ContainerTrait
getChildren, postPaint, postPaint, prePaint, prePaint
 
Methods inherited from class com.arranger.jarl.trait.BaseTrait
initGraphicsTransform, initInstance, restoreComposite, restoreContext, restoreGraphics, restorePaint, restoreTransform, store, store, store, store, store
 
Methods inherited from class com.arranger.jarl.base.BaseJarlObject
addJarlObjectInfo, clone, getConfigElement, getJarlObjectInfo, getName, getZOrder, init, initAttributes, initDef, populateInfo, postCheckTime, preCheckTime, setZOrder
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.arranger.jarl.base.IJarlObject
clone, getConfigElement, getJarlObjectInfo, getZOrder, init, postCheckTime, preCheckTime, setZOrder
 
Methods inherited from interface com.arranger.jarl.trait.ITraitDef
initDef
 

Constructor Detail

SimpleCollection

public SimpleCollection()