Package system.windows.shell
Class JumpTask
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.shell.JumpItem
-
- system.windows.shell.JumpTask
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class JumpTask extends JumpItem
The base .NET class managing System.Windows.Shell.JumpTask, PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Shell.JumpTask
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=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationFrameworkstatic java.lang.String
className
Qualified class name: System.Windows.Shell.JumpTaskstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JumpTask
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoJumpTask
, a cast assert is made to check if types are compatible.java.lang.String
getApplicationPath()
java.lang.String
getArguments()
java.lang.String
getDescription()
int
getIconResourceIndex()
java.lang.String
getIconResourcePath()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typejava.lang.String
getTitle()
java.lang.String
getWorkingDirectory()
void
setApplicationPath(java.lang.String ApplicationPath)
void
setArguments(java.lang.String Arguments)
void
setDescription(java.lang.String Description)
void
setIconResourceIndex(int IconResourceIndex)
void
setIconResourcePath(java.lang.String IconResourcePath)
void
setJCOInstance(JCObject instance)
void
setTitle(java.lang.String Title)
void
setWorkingDirectory(java.lang.String WorkingDirectory)
-
Methods inherited from class system.windows.shell.JumpItem
getCustomCategory, setCustomCategory
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=8.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.Shell.JumpTask- 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 classJumpItem
- 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 classJumpItem
- 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 classJumpItem
- 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 classJumpItem
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classJumpItem
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classJumpItem
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static JumpTask cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoJumpTask
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
JumpTask
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getIconResourceIndex
public int getIconResourceIndex() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIconResourceIndex
public void setIconResourceIndex(int IconResourceIndex) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getApplicationPath
public java.lang.String getApplicationPath() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setApplicationPath
public void setApplicationPath(java.lang.String ApplicationPath) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getArguments
public java.lang.String getArguments() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setArguments
public void setArguments(java.lang.String Arguments) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDescription
public java.lang.String getDescription() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDescription
public void setDescription(java.lang.String Description) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIconResourcePath
public java.lang.String getIconResourcePath() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIconResourcePath
public void setIconResourcePath(java.lang.String IconResourcePath) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTitle
public java.lang.String getTitle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTitle
public void setTitle(java.lang.String Title) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWorkingDirectory
public java.lang.String getWorkingDirectory() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWorkingDirectory
public void setWorkingDirectory(java.lang.String WorkingDirectory) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-