public class JumpTask extends JumpItem
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationFramework
|
static java.lang.String |
className
Qualified class name: System.Windows.Shell.JumpTask
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
JumpTask() |
JumpTask(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static JumpTask |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into JumpTask, 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 name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.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) |
getCustomCategory, setCustomCategorypublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public JumpTask()
throws java.lang.Throwable
java.lang.Throwablepublic JumpTask(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static JumpTask cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into JumpTask, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedJumpTask instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getApplicationPath()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getArguments()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getDescription()
throws java.lang.Throwable
java.lang.Throwablepublic int getIconResourceIndex()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getIconResourcePath()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class JumpItemString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class JumpItemString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class JumpItemObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class JumpItemString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class JumpItemJCType representing the CLR Type of the instantiated Classpublic java.lang.String getTitle()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getWorkingDirectory()
throws java.lang.Throwable
java.lang.Throwablepublic void setApplicationPath(java.lang.String ApplicationPath)
throws java.lang.Throwable
java.lang.Throwablepublic void setArguments(java.lang.String Arguments)
throws java.lang.Throwable
java.lang.Throwablepublic void setDescription(java.lang.String Description)
throws java.lang.Throwable
java.lang.Throwablepublic void setIconResourceIndex(int IconResourceIndex)
throws java.lang.Throwable
java.lang.Throwablepublic void setIconResourcePath(java.lang.String IconResourcePath)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class JumpItempublic void setTitle(java.lang.String Title)
throws java.lang.Throwable
java.lang.Throwablepublic void setWorkingDirectory(java.lang.String WorkingDirectory)
throws java.lang.Throwable
java.lang.Throwable