Uses of Interface
com.vladsch.flexmark.experimental.util.collection.iteration.IPositionListener
-
Packages that use IPositionListener Package Description com.vladsch.flexmark.experimental.util.collection.iteration -
-
Uses of IPositionListener in com.vladsch.flexmark.experimental.util.collection.iteration
Subinterfaces of IPositionListener in com.vladsch.flexmark.experimental.util.collection.iteration Modifier and Type Interface Description interface
IPosition<T,P extends IPosition<T,P>>
Represents a position in the list at the given index and with a span of 0 or 1 elements.interface
IPositionHolder<T,P extends IPositionHolder<T,P>>
interface
IPositionUpdater<T,P extends IPositionHolder<T,P>>
interface
IPreviewPositionListener
Classes in com.vladsch.flexmark.experimental.util.collection.iteration that implement IPositionListener Modifier and Type Class Description class
IPositionBase<T,P extends IPosition<T,P>>
class
Position<T>
class
PositionList<T>
class
PositionListBase<T,P extends IPositionHolder<T,P>>
Iterator for list positions allowing to iterate over current elements while inserting and deleting elements relative to current positionFields in com.vladsch.flexmark.experimental.util.collection.iteration with type parameters of type IPositionListener Modifier and Type Field Description private @NotNull java.util.WeakHashMap<IPositionListener,java.lang.Integer>
PositionListBase. myListeners
Methods in com.vladsch.flexmark.experimental.util.collection.iteration with parameters of type IPositionListener Modifier and Type Method Description void
IPositionUpdater. addPositionListener(@NotNull IPositionListener listener)
void
PositionListBase. addPositionListener(@NotNull IPositionListener listener)
Add list edit listener for notifications of mods to the listvoid
IPositionUpdater. removePositionListener(@NotNull IPositionListener listener)
void
PositionListBase. removePositionListener(@NotNull IPositionListener listener)
Remove list edit listener
-