Uses of Interface
com.rs.seagull.emulator.api.BareField
-
-
Uses of BareField in com.rs.seagull.emulator.api
Subinterfaces of BareField in com.rs.seagull.emulator.api Modifier and Type Interface Description interface
Field
A Field represents a user-defined named control that has text content and attributes.Methods in com.rs.seagull.emulator.api that return BareField Modifier and Type Method Description BareField
BareScreen. getHostField(com.seagullsw.common.toolbox.geometry.Point at)
Returns the host-defined field at the given location.Methods in com.rs.seagull.emulator.api that return types with arguments of type BareField Modifier and Type Method Description List<BareField>
BareScreen. getHostFields()
Returns a list of the host-defined fields.
-