Trait objc2_app_kit::NSAccessibilityStaticText

source ·
pub unsafe trait NSAccessibilityStaticText: NSAccessibilityElementProtocol {
    // Provided methods
    unsafe fn accessibilityValue(&self) -> Option<Retained<NSString>>
       where Self: Sized + Message { ... }
    unsafe fn accessibilityAttributedStringForRange(
        &self,
        range: NSRange
    ) -> Option<Retained<NSAttributedString>>
       where Self: Sized + Message { ... }
    unsafe fn accessibilityVisibleCharacterRange(&self) -> NSRange
       where Self: Sized + Message { ... }
}
Available on crate feature NSAccessibilityProtocols only.

Provided Methods§

Trait Implementations§

source§

impl ProtocolType for dyn NSAccessibilityStaticText

source§

const NAME: &'static str = "NSAccessibilityStaticText"

The name of the Objective-C protocol that this type represents.
source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
source§

impl<T> ImplementedBy<T> for dyn NSAccessibilityStaticText

Implementations on Foreign Types§

source§

impl<T> NSAccessibilityStaticText for ProtocolObject<T>

Implementors§

source§

impl NSAccessibilityStaticText for NSComboBox

Available on crate features NSControl and NSResponder and NSTextField and NSView and NSComboBox only.
source§

impl NSAccessibilityStaticText for NSSearchField

Available on crate features NSControl and NSResponder and NSTextField and NSView and NSSearchField only.
source§

impl NSAccessibilityStaticText for NSSecureTextField

Available on crate features NSControl and NSResponder and NSTextField and NSView and NSSecureTextField only.
source§

impl NSAccessibilityStaticText for NSTextField

Available on crate features NSControl and NSResponder and NSView and NSTextField only.
source§

impl NSAccessibilityStaticText for NSTextView

Available on crate features NSResponder and NSText and NSView and NSTextView only.
source§

impl NSAccessibilityStaticText for NSTokenField

Available on crate features NSControl and NSResponder and NSTextField and NSView and NSTokenField only.