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=9.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.String
assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationFrameworkstatic java.lang.String
className
Qualified class name: System.Windows.Navigation.NavigationServicestatic JCType
classType
The 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=9.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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static NavigationService cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoNavigationService
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
NavigationService
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Navigate
public boolean Navigate(NetObject root, NetObject navigationState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidCastException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, InvalidOperationException, NullReferenceException, ExternalException, CultureNotFoundException, UriFormatException, RankException, SystemException, MulticastNotSupportedException, Win32Exception, TimeoutException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidCastException
PlatformNotSupportedException
NotSupportedException
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
OutOfMemoryException
SecurityException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
InvalidOperationException
NullReferenceException
ExternalException
CultureNotFoundException
UriFormatException
RankException
SystemException
MulticastNotSupportedException
Win32Exception
TimeoutException
-
Navigate
public boolean Navigate(NetObject root) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidCastException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, InvalidOperationException, UriFormatException, RankException, SystemException, MulticastNotSupportedException, Win32Exception, InvalidEnumArgumentException, TimeoutException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidCastException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
IndexOutOfRangeException
ArgumentOutOfRangeException
OutOfMemoryException
SecurityException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
InvalidOperationException
UriFormatException
RankException
SystemException
MulticastNotSupportedException
Win32Exception
InvalidEnumArgumentException
TimeoutException
-
Navigate
public boolean Navigate(Uri source, NetObject navigationState, boolean sandboxExternalContent) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, UriFormatException, OverflowException, FormatException, InvalidCastException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, WebException, Win32Exception, CookieException, RankException, SystemException, MulticastNotSupportedException, InvalidEnumArgumentException, TimeoutException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
ArgumentException
NullReferenceException
OutOfMemoryException
ExternalException
ArgumentNullException
InvalidOperationException
CultureNotFoundException
ArgumentOutOfRangeException
UriFormatException
OverflowException
FormatException
InvalidCastException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
WebException
Win32Exception
CookieException
RankException
SystemException
MulticastNotSupportedException
InvalidEnumArgumentException
TimeoutException
-
Navigate
public boolean Navigate(Uri source, NetObject navigationState) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, UriFormatException, OverflowException, FormatException, InvalidCastException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, WebException, Win32Exception, CookieException, RankException, SystemException, MulticastNotSupportedException, InvalidEnumArgumentException, TimeoutException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
ArgumentException
NullReferenceException
OutOfMemoryException
ExternalException
ArgumentNullException
InvalidOperationException
CultureNotFoundException
ArgumentOutOfRangeException
UriFormatException
OverflowException
FormatException
InvalidCastException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
WebException
Win32Exception
CookieException
RankException
SystemException
MulticastNotSupportedException
InvalidEnumArgumentException
TimeoutException
-
Navigate
public boolean Navigate(Uri source) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, UriFormatException, OverflowException, FormatException, InvalidCastException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, WebException, Win32Exception, CookieException, RankException, SystemException, MulticastNotSupportedException, InvalidEnumArgumentException, TimeoutException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
ArgumentException
NullReferenceException
OutOfMemoryException
ExternalException
ArgumentNullException
InvalidOperationException
CultureNotFoundException
ArgumentOutOfRangeException
UriFormatException
OverflowException
FormatException
InvalidCastException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
WebException
Win32Exception
CookieException
RankException
SystemException
MulticastNotSupportedException
InvalidEnumArgumentException
TimeoutException
-
RemoveBackEntry
public JournalEntry RemoveBackEntry() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, RankException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException
-
GetNavigationService
public static NavigationService GetNavigationService(DependencyObject dependencyObject) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
AddBackEntry
public void AddBackEntry(CustomContentState state) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, UriFormatException, UnreachableException, SecurityException, IOException, UnauthorizedAccessException, SystemException, OutOfMemoryException, InvalidEnumArgumentException, MulticastNotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
UriFormatException
UnreachableException
SecurityException
IOException
UnauthorizedAccessException
SystemException
OutOfMemoryException
InvalidEnumArgumentException
MulticastNotSupportedException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidCastException
-
GoBack
public void GoBack() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, MulticastNotSupportedException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
InvalidEnumArgumentException
MulticastNotSupportedException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
IndexOutOfRangeException
RankException
-
GoForward
public void GoForward() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, MulticastNotSupportedException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
InvalidEnumArgumentException
MulticastNotSupportedException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
IndexOutOfRangeException
RankException
-
Refresh
public void Refresh() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, NullReferenceException, OutOfMemoryException, ExternalException, ArgumentNullException, InvalidOperationException, CultureNotFoundException, ArgumentOutOfRangeException, UriFormatException, ArrayTypeMismatchException, FormatException, InvalidCastException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, WebException, Win32Exception, CookieException, RankException, IndexOutOfRangeException, SystemException, MulticastNotSupportedException, InvalidEnumArgumentException, TimeoutException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
NotSupportedException
ArgumentException
NullReferenceException
OutOfMemoryException
ExternalException
ArgumentNullException
InvalidOperationException
CultureNotFoundException
ArgumentOutOfRangeException
UriFormatException
ArrayTypeMismatchException
FormatException
InvalidCastException
ObjectDisposedException
SecurityException
IOException
UnauthorizedAccessException
WebException
Win32Exception
CookieException
RankException
IndexOutOfRangeException
SystemException
MulticastNotSupportedException
InvalidEnumArgumentException
TimeoutException
-
StopLoading
public void StopLoading() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ObjectDisposedException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, SecurityException, ArrayTypeMismatchException, PlatformNotSupportedException, IOException, UnauthorizedAccessException, InvalidOperationException, NotSupportedException, RankException, InvalidCastException, UriFormatException, UnreachableException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ObjectDisposedException
IndexOutOfRangeException
ArgumentOutOfRangeException
OutOfMemoryException
SecurityException
ArrayTypeMismatchException
PlatformNotSupportedException
IOException
UnauthorizedAccessException
InvalidOperationException
NotSupportedException
RankException
InvalidCastException
UriFormatException
UnreachableException
-
getCanGoBack
public boolean getCanGoBack() throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
getCanGoForward
public boolean getCanGoForward() throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
-
getContent
public NetObject getContent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setContent
public void setContent(NetObject Content) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidCastException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, SecurityException, ArgumentOutOfRangeException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, InvalidOperationException, CultureNotFoundException, UriFormatException, RankException, ArrayTypeMismatchException, UnreachableException, SystemException, MulticastNotSupportedException, Win32Exception, InvalidEnumArgumentException, TimeoutException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidCastException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
SecurityException
ArgumentOutOfRangeException
IOException
UnauthorizedAccessException
IndexOutOfRangeException
InvalidOperationException
CultureNotFoundException
UriFormatException
RankException
ArrayTypeMismatchException
UnreachableException
SystemException
MulticastNotSupportedException
Win32Exception
InvalidEnumArgumentException
TimeoutException
-
getCurrentSource
public Uri getCurrentSource() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSource
public Uri getSource() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, ExternalException, UriFormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
OutOfMemoryException
ExternalException
UriFormatException
-
setSource
public void setSource(Uri Source) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, NotSupportedException, ArgumentNullException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, UriFormatException, ArrayTypeMismatchException, FormatException, InvalidCastException, ObjectDisposedException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, WebException, Win32Exception, CookieException, RankException, SystemException, MulticastNotSupportedException, InvalidEnumArgumentException, TimeoutException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentException
NotSupportedException
ArgumentNullException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
InvalidOperationException
UriFormatException
ArrayTypeMismatchException
FormatException
InvalidCastException
ObjectDisposedException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
WebException
Win32Exception
CookieException
RankException
SystemException
MulticastNotSupportedException
InvalidEnumArgumentException
TimeoutException
-
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
-
-