Package apple.uikit

Class UIAccessibilityCustomAction

  • All Implemented Interfaces:
    NSObject

    public class UIAccessibilityCustomAction
    extends NSObject
    • Constructor Detail

      • UIAccessibilityCustomAction

        protected UIAccessibilityCustomAction​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • version_static

        public static long version_static()
      • initWithNameTargetSelector

        public UIAccessibilityCustomAction initWithNameTargetSelector​(java.lang.String name,
                                                                      java.lang.Object target,
                                                                      org.moe.natj.objc.SEL selector)
      • name

        public java.lang.String name()
        A localized name that describes the action.
      • selector

        public org.moe.natj.objc.SEL selector()
        The method that will be called on the target to perform the action. It must conform to one of the following signatures: - (BOOL)myPerformActionMethod; - (BOOL)myPerformActionMethod:(UIAccessibilityCustomAction *)action;
      • setName

        public void setName​(java.lang.String value)
        A localized name that describes the action.
      • setSelector

        public void setSelector​(org.moe.natj.objc.SEL value)
        The method that will be called on the target to perform the action. It must conform to one of the following signatures: - (BOOL)myPerformActionMethod; - (BOOL)myPerformActionMethod:(UIAccessibilityCustomAction *)action;
      • setTarget_unsafe

        public void setTarget_unsafe​(java.lang.Object value)
        The object that will perform the action.
      • setTarget

        public void setTarget​(java.lang.Object value)
        The object that will perform the action.
      • target

        public java.lang.Object target()
        The object that will perform the action.
      • attributedName

        public NSAttributedString attributedName()
        Underlying attributed version of the "name" property. Setting this property will change the value of the "name" property and vice-versa.
      • setAttributedName

        public void setAttributedName​(NSAttributedString value)
        Underlying attributed version of the "name" property. Setting this property will change the value of the "name" property and vice-versa.
      • image

        public UIImage image()
        An image representing the action to be shown with some assistive technologies such as Switch Control.
      • initWithNameImageTargetSelector

        public UIAccessibilityCustomAction initWithNameImageTargetSelector​(java.lang.String name,
                                                                           UIImage image,
                                                                           java.lang.Object target,
                                                                           org.moe.natj.objc.SEL selector)
      • setImage

        public void setImage​(UIImage value)
        An image representing the action to be shown with some assistive technologies such as Switch Control.