Package org.robovm.apple.uikit
Class UINavigationControllerDelegateAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.uikit.UINavigationControllerDelegateAdapter
- All Implemented Interfaces:
NSObjectProtocol,UINavigationControllerDelegate,ObjCProtocol
- Direct Known Subclasses:
UIImagePickerControllerDelegateAdapter,UIVideoEditorControllerDelegateAdapter
public class UINavigationControllerDelegateAdapter extends NSObject implements UINavigationControllerDelegate
-
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
-
Constructor Summary
Constructors Constructor Description UINavigationControllerDelegateAdapter() -
Method Summary
Modifier and Type Method Description voiddidShowViewController(UINavigationController navigationController, UIViewController viewController, boolean animated)UIViewControllerAnimatedTransitioninggetAnimationController(UINavigationController navigationController, UINavigationControllerOperation operation, UIViewController fromVC, UIViewController toVC)UIViewControllerInteractiveTransitioninggetInteractionController(UINavigationController navigationController, UIViewControllerAnimatedTransitioning animationController)UIInterfaceOrientationgetPreferredInterfaceOrientation(UINavigationController navigationController)UIInterfaceOrientationMaskgetSupportedInterfaceOrientations(UINavigationController navigationController)voidwillShowViewController(UINavigationController navigationController, UIViewController viewController, boolean animated)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, updateStrongRef
-
Constructor Details
-
UINavigationControllerDelegateAdapter
public UINavigationControllerDelegateAdapter()
-
-
Method Details
-
willShowViewController
public void willShowViewController(UINavigationController navigationController, UIViewController viewController, boolean animated)- Specified by:
willShowViewControllerin interfaceUINavigationControllerDelegate
-
didShowViewController
public void didShowViewController(UINavigationController navigationController, UIViewController viewController, boolean animated)- Specified by:
didShowViewControllerin interfaceUINavigationControllerDelegate
-
getSupportedInterfaceOrientations
public UIInterfaceOrientationMask getSupportedInterfaceOrientations(UINavigationController navigationController)- Specified by:
getSupportedInterfaceOrientationsin interfaceUINavigationControllerDelegate
-
getPreferredInterfaceOrientation
public UIInterfaceOrientation getPreferredInterfaceOrientation(UINavigationController navigationController)- Specified by:
getPreferredInterfaceOrientationin interfaceUINavigationControllerDelegate
-
getInteractionController
public UIViewControllerInteractiveTransitioning getInteractionController(UINavigationController navigationController, UIViewControllerAnimatedTransitioning animationController)- Specified by:
getInteractionControllerin interfaceUINavigationControllerDelegate
-
getAnimationController
public UIViewControllerAnimatedTransitioning getAnimationController(UINavigationController navigationController, UINavigationControllerOperation operation, UIViewController fromVC, UIViewController toVC)- Specified by:
getAnimationControllerin interfaceUINavigationControllerDelegate
-