Uses of Interface
de.aristaflow.adept2.model.logmanagement.LogEntrySet.Cursor
-
Packages that use LogEntrySet.Cursor Package Description de.aristaflow.adept2.model.logmanagement -
-
Uses of LogEntrySet.Cursor in de.aristaflow.adept2.model.logmanagement
Methods in de.aristaflow.adept2.model.logmanagement that return LogEntrySet.Cursor Modifier and Type Method Description LogEntrySet.Cursor
LogEntrySet. getCursor()
Returns a cursor positioned before the first entry.LogEntrySet.Cursor
LogEntrySet. getCursor(int position)
Returns a cursor positioned at the specified position.
-