Uses of Interface
com.rs.seagull.emulator.api.BareCursor
-
-
Uses of BareCursor in com.rs.seagull.emulator.api
Subinterfaces of BareCursor in com.rs.seagull.emulator.api Modifier and Type Interface Description interface
Cursor
A Cursor represents the current "type-in" point on the screen.Methods in com.rs.seagull.emulator.api that return BareCursor Modifier and Type Method Description BareCursor
BareScreen. getCursor()
Returns the cursor for the screen.BareCursor
BareSession. getCursor()
Returns the cursor for the current screen.Methods in com.rs.seagull.emulator.api that return types with arguments of type BareCursor Modifier and Type Method Description List<BareCursor>
BareScreen. getCursorList()
Get a collection with all cursors of this screen.
-