Package org.robovm.apple.uikit
Class UIResponderStandardEditActionsAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.uikit.UIResponderStandardEditActionsAdapter
- All Implemented Interfaces:
NSObjectProtocol,UIResponderStandardEditActions,ObjCProtocol
public class UIResponderStandardEditActionsAdapter extends NSObject implements UIResponderStandardEditActions
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAINFields inherited from class org.robovm.objc.ObjCObject
customClass -
Constructor Summary
Constructors Constructor Description UIResponderStandardEditActionsAdapter() -
Method Summary
Modifier and Type Method Description voidcopy(NSObject sender)voidcut(NSObject sender)voiddecreaseSize(NSObject sender)voiddelete(NSObject sender)voidincreaseSize(NSObject sender)voidmakeTextWritingDirectionLeftToRight(NSObject sender)voidmakeTextWritingDirectionRightToLeft(NSObject sender)voidpaste(NSObject sender)voidpasteAndGo(NSObject sender)voidpasteAndMatchStyle(NSObject sender)voidpasteAndSearch(NSObject sender)voidprint(NSObject sender)voidselect(NSObject sender)voidselectAll(NSObject sender)voidtoggleBoldface(NSObject sender)voidtoggleItalics(NSObject sender)voidtoggleUnderline(NSObject sender)voidupdateTextAttributes(Block1<NSDictionary<NSString,?>,NSDictionary<NSString,?>> conversionHandler)Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandle
-
Constructor Details
-
UIResponderStandardEditActionsAdapter
public UIResponderStandardEditActionsAdapter()
-
-
Method Details
-
cut
- Specified by:
cutin interfaceUIResponderStandardEditActions
-
copy
- Specified by:
copyin interfaceUIResponderStandardEditActions
-
paste
- Specified by:
pastein interfaceUIResponderStandardEditActions
-
pasteAndMatchStyle
- Specified by:
pasteAndMatchStylein interfaceUIResponderStandardEditActions- Since:
- Available in iOS 15.0 and later.
-
pasteAndGo
- Specified by:
pasteAndGoin interfaceUIResponderStandardEditActions- Since:
- Available in iOS 15.0 and later.
-
pasteAndSearch
- Specified by:
pasteAndSearchin interfaceUIResponderStandardEditActions- Since:
- Available in iOS 15.0 and later.
-
select
- Specified by:
selectin interfaceUIResponderStandardEditActions
-
selectAll
- Specified by:
selectAllin interfaceUIResponderStandardEditActions
-
delete
- Specified by:
deletein interfaceUIResponderStandardEditActions
-
makeTextWritingDirectionLeftToRight
- Specified by:
makeTextWritingDirectionLeftToRightin interfaceUIResponderStandardEditActions
-
makeTextWritingDirectionRightToLeft
- Specified by:
makeTextWritingDirectionRightToLeftin interfaceUIResponderStandardEditActions
-
toggleBoldface
- Specified by:
toggleBoldfacein interfaceUIResponderStandardEditActions
-
toggleItalics
- Specified by:
toggleItalicsin interfaceUIResponderStandardEditActions
-
toggleUnderline
- Specified by:
toggleUnderlinein interfaceUIResponderStandardEditActions
-
increaseSize
- Specified by:
increaseSizein interfaceUIResponderStandardEditActions
-
decreaseSize
- Specified by:
decreaseSizein interfaceUIResponderStandardEditActions
-
updateTextAttributes
public void updateTextAttributes(Block1<NSDictionary<NSString,?>,NSDictionary<NSString,?>> conversionHandler)- Specified by:
updateTextAttributesin interfaceUIResponderStandardEditActions- Since:
- Available in iOS 13.0 and later.
-
print
- Specified by:
printin interfaceUIResponderStandardEditActions- Since:
- Available in iOS 15.0 and later.
-