|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
fr.emn.lite.Lite
fr.emn.lite.LiteContainer
| Field Summary | |
protected java.util.LinkedList |
children
|
| Fields inherited from class fr.emn.lite.Lite |
model, oldParent, parent, PICK_ACTIVEBOUNDS, PICK_ALL, PICK_DEEPEST, PICK_FIRST, PICK_GRAPHBOUNDS, PICK_INSIDE, PICK_INTER, PICK_MANIPULABLE, visible |
| Fields inherited from class java.util.AbstractList |
modCount |
| Constructor Summary | |
LiteContainer()
|
|
| Method Summary | |
void |
add(int index,
Lite element)
Don't subclass. |
void |
add(int index,
java.lang.Object element)
Don't subclass. |
java.lang.Object |
get(int index)
Don't subclass. |
java.awt.geom.Rectangle2D |
getChildrenBounds()
|
java.lang.Object |
remove(int index)
Don't subclass. |
boolean |
remove(Lite Object)
|
java.lang.Object |
set(int index,
Lite element)
|
java.lang.Object |
set(int index,
java.lang.Object element)
Don't subclass. |
int |
size()
Don't subclass. |
| Methods inherited from class fr.emn.lite.Lite |
changeTransform, concatenate, context, dist, doPaint, equals, getActiveBounds, getActiveBoundsFrom, getAncestor, getAncestor, getBounds, getBoundsFrom, getBoundsFromNoCorrect, getChildrenGhostPath, getCommonAncestor, getGhost_old, getGhost, getGhostPath, getParent, getShadow, getTransform, getTransformFrom, getTransformNoCopy, isVisible, migrateBack, migrateTo, paint_old, paint, paintChildren, paintShadows, pick, pickChildren, preConcatenate, setContext, setParent, setTransform, setVisible, toString, transformBounds |
| Methods inherited from class java.util.AbstractList |
add, addAll, clear, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList |
| Methods inherited from class java.util.AbstractCollection |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray |
| Field Detail |
protected java.util.LinkedList children
| Constructor Detail |
public LiteContainer()
| Method Detail |
public void add(int index,
Lite element)
Modifiable variable-size abstract lists must implement get(int), size(), set(int, Object), add(int, Object), and remove(int) methods.
public void add(int index,
java.lang.Object element)
Modifiable variable-size abstract lists must implement get(int), size(), set(int, Object), add(int, Object), and remove(int) methods.
public java.lang.Object get(int index)
Modifiable variable-size abstract lists must implement get(int), size(), set(int, Object), add(int, Object), and remove(int) methods.
get in interface java.util.Listget in class Litepublic java.awt.geom.Rectangle2D getChildrenBounds()
public java.lang.Object remove(int index)
Modifiable variable-size abstract lists must implement get(int), size(), set(int, Object), add(int, Object), and remove(int) methods.
public boolean remove(Lite Object)
public java.lang.Object set(int index,
Lite element)
public java.lang.Object set(int index,
java.lang.Object element)
Modifiable variable-size abstract lists must implement get(int), size(), set(int, Object), add(int, Object), and remove(int) methods.
public int size()
Modifiable variable-size abstract lists must implement get(int), size(), set(int, Object), add(int, Object), and remove(int) methods.
size in interface java.util.Listsize in class Lite
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||