public class WorkflowDesigner extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Activities.Presentation.WorkflowDesigner
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: System.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: System.Activities.Presentation
|
static java.lang.String |
className
Qualified class name: System.Activities.Presentation.WorkflowDesigner
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
WorkflowDesigner() |
WorkflowDesigner(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addModelChanged(EventHandler handler) |
void |
addTextChanged(TextChangedEventHandler handler) |
static WorkflowDesigner |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into WorkflowDesigner, a cast assert is made to check if types are compatible. |
void |
Flush() |
EditingContext |
getContext() |
ContextMenu |
getContextMenu() |
IDesignerDebugView |
getDebugManagerView() |
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
|
UIElement |
getOutlineView() |
UIElement |
getPropertyInspectorView() |
java.lang.String |
getText() |
UIElement |
getView() |
boolean |
IsInErrorState() |
void |
Load() |
void |
Load(NetObject instance) |
void |
Load(java.lang.String fileName) |
void |
removeModelChanged(EventHandler handler) |
void |
removeTextChanged(TextChangedEventHandler handler) |
void |
Save(java.lang.String fileName) |
void |
setJCOInstance(JCObject instance) |
void |
setPropertyInspectorFontAndColorData(java.lang.String PropertyInspectorFontAndColorData) |
void |
setText(java.lang.String Text) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public WorkflowDesigner()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
CultureNotFoundException,
ArgumentException,
ArgumentOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
PlatformNotSupportedException,
IndexOutOfRangeException,
Win32Exception,
RankException,
SecurityException,
InvalidEnumArgumentException,
NotSupportedException,
UriFormatException,
OutOfMemoryException,
IOException,
KeyNotFoundException,
AmbiguousMatchException,
XamlParseException,
SystemException,
WebException,
XamlParseException,
OverflowException,
ResourceReferenceKeyNotFoundException
java.lang.ThrowableArgumentNullExceptionFormatExceptionCultureNotFoundExceptionArgumentExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionWin32ExceptionRankExceptionSecurityExceptionInvalidEnumArgumentExceptionNotSupportedExceptionUriFormatExceptionOutOfMemoryExceptionIOExceptionKeyNotFoundExceptionAmbiguousMatchExceptionXamlParseExceptionSystemExceptionWebExceptionOverflowExceptionResourceReferenceKeyNotFoundExceptionpublic WorkflowDesigner(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addModelChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addTextChanged(TextChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static WorkflowDesigner cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into WorkflowDesigner, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedWorkflowDesigner instancejava.lang.Throwable - in case of error during cast operationpublic void Flush()
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentException,
MulticastNotSupportedException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
ThreadAbortException,
XamlException,
UnauthorizedAccessException,
OutOfMemoryException,
NotSupportedException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionMulticastNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionThreadAbortExceptionXamlExceptionUnauthorizedAccessExceptionOutOfMemoryExceptionNotSupportedExceptionpublic EditingContext getContext() throws java.lang.Throwable
java.lang.Throwablepublic ContextMenu getContextMenu() throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, TypeLoadException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, NotImplementedException, ArgumentOutOfRangeException
public IDesignerDebugView getDebugManagerView() throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic UIElement getOutlineView() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, NotImplementedException, ArgumentNullException, InvalidOperationException, MissingManifestResourceException, IndexOutOfRangeException, UriFormatException, OutOfMemoryException, NotSupportedException, NullReferenceException, OverflowException, ObjectDisposedException, IOException, KeyNotFoundException, AmbiguousMatchException, XamlException, XamlParseException, InvalidEnumArgumentException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionNotImplementedExceptionArgumentNullExceptionInvalidOperationExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionUriFormatExceptionOutOfMemoryExceptionNotSupportedExceptionNullReferenceExceptionOverflowExceptionObjectDisposedExceptionIOExceptionKeyNotFoundExceptionAmbiguousMatchExceptionXamlExceptionXamlParseExceptionInvalidEnumArgumentExceptionpublic UIElement getPropertyInspectorView() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, SecurityException, UriFormatException, OutOfMemoryException, OverflowException, ObjectDisposedException, IOException, KeyNotFoundException, InvalidCastException, ConfigurationErrorsException, ThreadAbortException, NotImplementedException, AmbiguousMatchException, XamlException, XamlParseException, RankException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionSecurityExceptionUriFormatExceptionOutOfMemoryExceptionOverflowExceptionObjectDisposedExceptionIOExceptionKeyNotFoundExceptionInvalidCastExceptionConfigurationErrorsExceptionThreadAbortExceptionNotImplementedExceptionAmbiguousMatchExceptionXamlExceptionXamlParseExceptionRankExceptionpublic java.lang.String getText()
throws java.lang.Throwable
java.lang.Throwablepublic UIElement getView() throws java.lang.Throwable
java.lang.Throwablepublic boolean IsInErrorState()
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
TypeLoadException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
NotImplementedException,
ArgumentOutOfRangeException
public void Load()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
KeyNotFoundException,
XmlException,
MulticastNotSupportedException,
XamlException,
ThreadAbortException,
XamlSchemaException,
NotSupportedException,
NullReferenceException,
InvalidEnumArgumentException,
Win32Exception,
EndOfStreamException,
IOException,
OutOfMemoryException,
OverflowException,
IndexOutOfRangeException,
SecurityException,
UnauthorizedAccessException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionKeyNotFoundExceptionXmlExceptionMulticastNotSupportedExceptionXamlExceptionThreadAbortExceptionXamlSchemaExceptionNotSupportedExceptionNullReferenceExceptionInvalidEnumArgumentExceptionWin32ExceptionEndOfStreamExceptionIOExceptionOutOfMemoryExceptionOverflowExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionpublic void Load(NetObject instance) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, NullReferenceException, MissingMethodException, InvalidCastException, InvalidEnumArgumentException, Win32Exception, ThreadAbortException, FormatException, EndOfStreamException, IOException, OverflowException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionNullReferenceExceptionMissingMethodExceptionInvalidCastExceptionInvalidEnumArgumentExceptionWin32ExceptionThreadAbortExceptionFormatExceptionEndOfStreamExceptionIOExceptionOverflowExceptionpublic void Load(java.lang.String fileName)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingManifestResourceException,
ObjectDisposedException,
NotSupportedException,
XmlSyntaxException,
NullReferenceException,
InvalidEnumArgumentException,
Win32Exception,
ThreadAbortException,
FormatException,
EndOfStreamException,
IOException,
OverflowException,
PathTooLongException,
CultureNotFoundException,
XmlException,
XamlException,
NotImplementedException,
KeyNotFoundException,
SecurityException,
UnauthorizedAccessException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionXmlSyntaxExceptionNullReferenceExceptionInvalidEnumArgumentExceptionWin32ExceptionThreadAbortExceptionFormatExceptionEndOfStreamExceptionIOExceptionOverflowExceptionPathTooLongExceptionCultureNotFoundExceptionXmlExceptionXamlExceptionNotImplementedExceptionKeyNotFoundExceptionSecurityExceptionUnauthorizedAccessExceptionpublic void removeModelChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeTextChanged(TextChangedEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void Save(java.lang.String fileName)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidEnumArgumentException,
InvalidOperationException,
Win32Exception,
SecurityException,
NotSupportedException,
NotImplementedException,
ObjectDisposedException,
IndexOutOfRangeException,
UnauthorizedAccessException,
IOException,
NullReferenceException,
KeyNotFoundException,
XamlException,
OutOfMemoryException,
PathTooLongException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionNotSupportedExceptionNotImplementedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionUnauthorizedAccessExceptionIOExceptionNullReferenceExceptionKeyNotFoundExceptionXamlExceptionOutOfMemoryExceptionPathTooLongExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setPropertyInspectorFontAndColorData(java.lang.String PropertyInspectorFontAndColorData)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentException,
ObjectDisposedException,
IndexOutOfRangeException,
SecurityException,
UnauthorizedAccessException,
IOException,
MissingManifestResourceException,
XmlException,
NotImplementedException,
NotSupportedException,
FormatException,
XmlSchemaException,
ThreadAbortException,
XamlException,
XamlParseException,
OverflowException,
InvalidCastException,
ConfigurationErrorsException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionXmlExceptionNotImplementedExceptionNotSupportedExceptionFormatExceptionXmlSchemaExceptionThreadAbortExceptionXamlExceptionXamlParseExceptionOverflowExceptionInvalidCastExceptionConfigurationErrorsExceptionOutOfMemoryExceptionpublic void setText(java.lang.String Text)
throws java.lang.Throwable
java.lang.Throwable