Interface IPositionUpdater<T,P extends IPositionHolder<T,P>>
- All Superinterfaces:
IPositionListener
,IPreviewPositionListener
- All Known Implementing Classes:
PositionList
,PositionListBase
public interface IPositionUpdater<T,P extends IPositionHolder<T,P>>
extends IPreviewPositionListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPositionListener
(@NotNull IPositionListener listener) void
clear()
getList()
default P
getPosition
(int index) getPosition
(int index, @NotNull PositionAnchor anchor) void
removePositionListener
(@NotNull IPositionListener listener) void
Methods inherited from interface com.vladsch.flexmark.experimental.util.collection.iteration.IPositionListener
deleted, inserted
Methods inherited from interface com.vladsch.flexmark.experimental.util.collection.iteration.IPreviewPositionListener
changed, changing, deleting
-
Method Details
-
addPositionListener
-
removePositionListener
-
getList
-
getPosition
-
unframe
-
getPosition
-
clear
void clear() -
iterator
-