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 interfaceCursorA 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 BareCursorBareScreen. getCursor()Returns the cursor for the screen.BareCursorBareSession. 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.
-