- java.lang.Object
-
- xyz.cofe.collection.TreeEvent<A>
-
- xyz.cofe.collection.TreeEvent.ParentChild<A>
-
- xyz.cofe.collection.TreeEvent.Added<A>
-
- xyz.cofe.collection.TreeEvent.Inserted<A>
-
- Type Parameters:
A- тип узла дерева
- All Implemented Interfaces:
AddedEvent<A,A>,CollectionEvent<A,A>,InsertedEvent<A,Integer,A>,ItemIndex<Integer>
public static class TreeEvent.Inserted<A extends Tree<A>> extends TreeEvent.Added<A> implements InsertedEvent<A,Integer,A>
Событие добавление дочернего узла с указанием позиции вставки
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class xyz.cofe.collection.TreeEvent
TreeEvent.Added<A extends Tree<A>>, TreeEvent.Deleted<A extends Tree<A>>, TreeEvent.Inserted<A extends Tree<A>>, TreeEvent.Listener<A extends Tree<A>>, TreeEvent.ParentChild<A extends Tree<A>>, TreeEvent.Removed<A extends Tree<A>>, TreeEvent.Updated<A extends Tree<A>>
-
-
Field Summary
Fields Modifier and Type Field Description protected Integerindex-
Fields inherited from class xyz.cofe.collection.TreeEvent.ParentChild
child, parent
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetIndex()Возвращает индекс элемента в коллекции-
Methods inherited from class xyz.cofe.collection.TreeEvent.Added
getNewItem
-
Methods inherited from class xyz.cofe.collection.TreeEvent.ParentChild
getChild, getParent, getSource, setChild, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface xyz.cofe.collection.AddedEvent
getNewItem
-
Methods inherited from interface xyz.cofe.collection.CollectionEvent
getSource
-
-
-
-
Field Detail
-
index
protected Integer index
-
-