Interface SupportsSimulatorTracePointerOption<T extends BaseOptions<T>>

    • Field Detail

      • SIMULATOR_TRACE_POINTER_OPTION

        static final java.lang.String SIMULATOR_TRACE_POINTER_OPTION
        See Also:
        Constant Field Values
    • Method Detail

      • simulatorTracePointer

        default T simulatorTracePointer()
        Enforce highlight of pointer moves in the Simulator window.
        Returns:
        self instance for chaining.
      • setSimulatorTracePointer

        default T setSimulatorTracePointer​(boolean value)
        Whether to highlight pointer moves in the Simulator window. The Simulator UI client must be shut down before the session startup in order for this capability to be applied properly. false by default.
        Parameters:
        value - Whether to highlight pointer moves in the Simulator window.
        Returns:
        self instance for chaining.
      • doesSimulatorTracePointer

        default java.util.Optional<java.lang.Boolean> doesSimulatorTracePointer()
        Get whether to highlight pointer moves in the Simulator window.
        Returns:
        True or false.