Uses of Class
io.keikai.doc.collab.types.ArraySearchMarker
Packages that use ArraySearchMarker
-
Uses of ArraySearchMarker in io.keikai.doc.collab.types
Fields in io.keikai.doc.collab.types with type parameters of type ArraySearchMarkerMethods in io.keikai.doc.collab.types that return ArraySearchMarkerModifier and TypeMethodDescriptionstatic ArraySearchMarkerArraySearchMarker.findMarker(AbstractType yArray, int index) Finds a marker for the given index in an AbstractType.Methods in io.keikai.doc.collab.types that return types with arguments of type ArraySearchMarkerMethod parameters in io.keikai.doc.collab.types with type arguments of type ArraySearchMarkerModifier and TypeMethodDescriptionvoidYText.setSearchMarker(List<ArraySearchMarker> searchMarker) static voidArraySearchMarker.updateMarkerChanges(List<ArraySearchMarker> searchMarker, int index, int len) Updates markers when a change happens.