Package system.windows.navigation
Class NavigationService
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.navigation.NavigationService
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class NavigationService extends NetObject
The base .NET class managing System.Windows.Navigation.NavigationService, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Navigation.NavigationService
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: PresentationFrameworkstatic java.lang.StringclassNameQualified class name: System.Windows.Navigation.NavigationServicestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description NavigationService()NavigationService(java.lang.Object instance)Internal constructor.
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationFramework- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Navigation.NavigationService- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static NavigationService cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoNavigationService, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
NavigationServiceinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Navigate
public boolean Navigate(NetObject root) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, InvalidCastException, NotSupportedException, MissingMethodException, SecurityException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, UriFormatException, RankException, NotImplementedException, SystemException, InvalidDeploymentException, MemberAccessException, MulticastNotSupportedException, Win32Exception, OverflowException, InvalidEnumArgumentException, TimeoutException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentExceptionInvalidCastExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionUriFormatExceptionRankExceptionNotImplementedExceptionSystemExceptionInvalidDeploymentExceptionMemberAccessExceptionMulticastNotSupportedExceptionWin32ExceptionOverflowExceptionInvalidEnumArgumentExceptionTimeoutException
-
Navigate
public boolean Navigate(NetObject root, NetObject navigationState) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, InvalidCastException, NotSupportedException, ArgumentOutOfRangeException, MissingMethodException, TargetInvocationException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, UriFormatException, CultureNotFoundException, RankException, NotImplementedException, SystemException, InvalidDeploymentException, MemberAccessException, MulticastNotSupportedException, Win32Exception, ConfigurationErrorsException, OverflowException, TimeoutException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentExceptionInvalidCastExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionUriFormatExceptionCultureNotFoundExceptionRankExceptionNotImplementedExceptionSystemExceptionInvalidDeploymentExceptionMemberAccessExceptionMulticastNotSupportedExceptionWin32ExceptionConfigurationErrorsExceptionOverflowExceptionTimeoutException
-
Navigate
public boolean Navigate(Uri source) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, ArgumentException, InvalidCastException, NotSupportedException, MissingMethodException, SecurityException, ArgumentOutOfRangeException, ObjectDisposedException, UnauthorizedAccessException, IOException, OutOfMemoryException, CultureNotFoundException, ConfigurationErrorsException, WebException, NotImplementedException, Win32Exception, CookieException, XmlSyntaxException, RankException, SystemException, InvalidDeploymentException, MemberAccessException, UriFormatException, OverflowException, InvalidEnumArgumentException, TimeoutException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidCastExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCultureNotFoundExceptionConfigurationErrorsExceptionWebExceptionNotImplementedExceptionWin32ExceptionCookieExceptionXmlSyntaxExceptionRankExceptionSystemExceptionInvalidDeploymentExceptionMemberAccessExceptionUriFormatExceptionOverflowExceptionInvalidEnumArgumentExceptionTimeoutException
-
Navigate
public boolean Navigate(Uri source, NetObject navigationState) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, ArgumentException, InvalidCastException, NotSupportedException, MissingMethodException, SecurityException, ArgumentOutOfRangeException, ObjectDisposedException, UnauthorizedAccessException, IOException, OutOfMemoryException, CultureNotFoundException, ConfigurationErrorsException, WebException, NotImplementedException, Win32Exception, CookieException, XmlSyntaxException, RankException, SystemException, InvalidDeploymentException, MemberAccessException, UriFormatException, OverflowException, InvalidEnumArgumentException, TimeoutException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidCastExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCultureNotFoundExceptionConfigurationErrorsExceptionWebExceptionNotImplementedExceptionWin32ExceptionCookieExceptionXmlSyntaxExceptionRankExceptionSystemExceptionInvalidDeploymentExceptionMemberAccessExceptionUriFormatExceptionOverflowExceptionInvalidEnumArgumentExceptionTimeoutException
-
Navigate
public boolean Navigate(Uri source, NetObject navigationState, boolean sandboxExternalContent) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, ArgumentException, InvalidCastException, NotSupportedException, MissingMethodException, SecurityException, ArgumentOutOfRangeException, ObjectDisposedException, UnauthorizedAccessException, IOException, OutOfMemoryException, CultureNotFoundException, ConfigurationErrorsException, WebException, NotImplementedException, Win32Exception, CookieException, XmlSyntaxException, RankException, SystemException, InvalidDeploymentException, MemberAccessException, UriFormatException, OverflowException, InvalidEnumArgumentException, TimeoutException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentExceptionInvalidCastExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCultureNotFoundExceptionConfigurationErrorsExceptionWebExceptionNotImplementedExceptionWin32ExceptionCookieExceptionXmlSyntaxExceptionRankExceptionSystemExceptionInvalidDeploymentExceptionMemberAccessExceptionUriFormatExceptionOverflowExceptionInvalidEnumArgumentExceptionTimeoutException
-
RemoveBackEntry
public JournalEntry RemoveBackEntry() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException
-
GetNavigationService
public static NavigationService GetNavigationService(DependencyObject dependencyObject) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
AddBackEntry
public void AddBackEntry(CustomContentState state) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, SecurityException, UnauthorizedAccessException, IOException, NotSupportedException, SystemException, InvalidDeploymentException, MemberAccessException, PathTooLongException, UriFormatException, InvalidEnumArgumentException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNotSupportedExceptionSystemExceptionInvalidDeploymentExceptionMemberAccessExceptionPathTooLongExceptionUriFormatExceptionInvalidEnumArgumentExceptionMulticastNotSupportedException
-
GoBack
public void GoBack() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException, MulticastNotSupportedException, NotSupportedException, SecurityException, UnauthorizedAccessException, IOException, RankException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionMulticastNotSupportedExceptionNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionRankException
-
GoForward
public void GoForward() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException, MulticastNotSupportedException, NotSupportedException, SecurityException, UnauthorizedAccessException, IOException, RankException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionMulticastNotSupportedExceptionNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionRankException
-
Refresh
public void Refresh() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, ObjectDisposedException, CultureNotFoundException, OutOfMemoryException, NotSupportedException, InvalidCastException, SecurityException, UnauthorizedAccessException, IOException, WebException, NotImplementedException, Win32Exception, CookieException, XmlSyntaxException, NullReferenceException, RankException, SystemException, InvalidDeploymentException, UriFormatException, MulticastNotSupportedException, OverflowException, InvalidEnumArgumentException, TimeoutException- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCultureNotFoundExceptionOutOfMemoryExceptionNotSupportedExceptionInvalidCastExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionWebExceptionNotImplementedExceptionWin32ExceptionCookieExceptionXmlSyntaxExceptionNullReferenceExceptionRankExceptionSystemExceptionInvalidDeploymentExceptionUriFormatExceptionMulticastNotSupportedExceptionOverflowExceptionInvalidEnumArgumentExceptionTimeoutException
-
StopLoading
public void StopLoading() throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotSupportedException, MissingMethodException, SecurityException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, UnauthorizedAccessException, IOException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, InvalidCastException, UriFormatException, RankException- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotSupportedExceptionMissingMethodExceptionSecurityExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionInvalidOperationExceptionMissingManifestResourceExceptionNotImplementedExceptionInvalidCastExceptionUriFormatExceptionRankException
-
getCanGoBack
public boolean getCanGoBack() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeException
-
getCanGoForward
public boolean getCanGoForward() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeException
-
getContent
public NetObject getContent() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationException
-
setContent
public void setContent(NetObject Content) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, InvalidCastException, NotSupportedException, SecurityException, ObjectDisposedException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, RankException, NotImplementedException, SystemException, InvalidDeploymentException, UriFormatException, MulticastNotSupportedException, Win32Exception, OverflowException, InvalidEnumArgumentException, TimeoutException
- Throws:
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionInvalidCastExceptionNotSupportedExceptionSecurityExceptionObjectDisposedExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionRankExceptionNotImplementedExceptionSystemExceptionInvalidDeploymentExceptionUriFormatExceptionMulticastNotSupportedExceptionWin32ExceptionOverflowExceptionInvalidEnumArgumentExceptionTimeoutException
-
getCurrentSource
public Uri getCurrentSource() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationException
-
getSource
public Uri getSource() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, UriFormatException, IndexOutOfRangeException, OutOfMemoryException, ArgumentException, CultureNotFoundException, NotSupportedException
-
setSource
public void setSource(Uri Source) throws java.lang.Throwable, InvalidOperationException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidCastException, NotSupportedException, SecurityException, ObjectDisposedException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, CultureNotFoundException, UriFormatException, WebException, NotImplementedException, Win32Exception, CookieException, XmlSyntaxException, NullReferenceException, RankException, SystemException, InvalidDeploymentException, MulticastNotSupportedException, OverflowException, InvalidEnumArgumentException, TimeoutException
- Throws:
java.lang.ThrowableInvalidOperationExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidCastExceptionNotSupportedExceptionSecurityExceptionObjectDisposedExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionUriFormatExceptionWebExceptionNotImplementedExceptionWin32ExceptionCookieExceptionXmlSyntaxExceptionNullReferenceExceptionRankExceptionSystemExceptionInvalidDeploymentExceptionMulticastNotSupportedExceptionOverflowExceptionInvalidEnumArgumentExceptionTimeoutException
-
addFragmentNavigation
public void addFragmentNavigation(FragmentNavigationEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeFragmentNavigation
public void removeFragmentNavigation(FragmentNavigationEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addLoadCompleted
public void addLoadCompleted(LoadCompletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeLoadCompleted
public void removeLoadCompleted(LoadCompletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNavigated
public void addNavigated(NavigatedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNavigated
public void removeNavigated(NavigatedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNavigating
public void addNavigating(NavigatingCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNavigating
public void removeNavigating(NavigatingCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNavigationFailed
public void addNavigationFailed(NavigationFailedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNavigationFailed
public void removeNavigationFailed(NavigationFailedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNavigationProgress
public void addNavigationProgress(NavigationProgressEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNavigationProgress
public void removeNavigationProgress(NavigationProgressEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNavigationStopped
public void addNavigationStopped(NavigationStoppedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNavigationStopped
public void removeNavigationStopped(NavigationStoppedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-