Package system.activities.presentation
Class WorkflowDesigner
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.activities.presentation.WorkflowDesigner
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class WorkflowDesigner extends NetObject
The base .NET class managing System.Activities.Presentation.WorkflowDesigner, System.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..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
- 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: System.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: System.Activities.Presentationstatic java.lang.String
className
Qualified class name: System.Activities.Presentation.WorkflowDesignerstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description WorkflowDesigner()
WorkflowDesigner(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addModelChanged(EventHandler handler)
void
addTextChanged(TextChangedEventHandler handler)
static WorkflowDesigner
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoWorkflowDesigner
, 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 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 TypeUIElement
getOutlineView()
UIElement
getPropertyInspectorView()
java.lang.String
getText()
UIElement
getView()
boolean
IsInErrorState()
void
Load()
void
Load(java.lang.String fileName)
void
Load(NetObject instance)
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)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Activities.Presentation- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Activities.Presentation.WorkflowDesigner- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WorkflowDesigner
public WorkflowDesigner(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
WorkflowDesigner
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
- 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
OverflowException
ResourceReferenceKeyNotFoundException
-
-
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 WorkflowDesigner cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoWorkflowDesigner
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
WorkflowDesigner
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
IsInErrorState
public boolean IsInErrorState() throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, TypeLoadException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, NotImplementedException, ArgumentOutOfRangeException
-
Flush
public void Flush() throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, MulticastNotSupportedException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, ThreadAbortException, XamlException, UnauthorizedAccessException, OutOfMemoryException, NotSupportedException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentException
MulticastNotSupportedException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
ThreadAbortException
XamlException
UnauthorizedAccessException
OutOfMemoryException
NotSupportedException
-
Load
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
- 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
-
Load
public void Load(NetObject instance) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, SecurityException, NotSupportedException, NullReferenceException, MissingMethodException, InvalidCastException, InvalidEnumArgumentException, Win32Exception, ThreadAbortException, FormatException, EndOfStreamException, IOException, OverflowException
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
MissingManifestResourceException
ObjectDisposedException
SecurityException
NotSupportedException
NullReferenceException
MissingMethodException
InvalidCastException
InvalidEnumArgumentException
Win32Exception
ThreadAbortException
FormatException
EndOfStreamException
IOException
OverflowException
-
Load
public 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
- 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
-
Save
public 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
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidEnumArgumentException
InvalidOperationException
Win32Exception
SecurityException
NotSupportedException
NotImplementedException
ObjectDisposedException
IndexOutOfRangeException
UnauthorizedAccessException
IOException
NullReferenceException
KeyNotFoundException
XamlException
OutOfMemoryException
PathTooLongException
-
getDebugManagerView
public IDesignerDebugView getDebugManagerView() throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
getContext
public EditingContext getContext() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPropertyInspectorFontAndColorData
public 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
- 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
-
getText
public java.lang.String getText() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setText
public void setText(java.lang.String Text) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getContextMenu
public ContextMenu getContextMenu() throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, TypeLoadException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, NotImplementedException, ArgumentOutOfRangeException
-
getOutlineView
public 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
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
NotImplementedException
ArgumentNullException
InvalidOperationException
MissingManifestResourceException
IndexOutOfRangeException
UriFormatException
OutOfMemoryException
NotSupportedException
NullReferenceException
OverflowException
ObjectDisposedException
IOException
KeyNotFoundException
AmbiguousMatchException
XamlException
XamlParseException
InvalidEnumArgumentException
-
getPropertyInspectorView
public 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
- 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
-
getView
public UIElement getView() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addModelChanged
public void addModelChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeModelChanged
public void removeModelChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTextChanged
public void addTextChanged(TextChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeTextChanged
public void removeTextChanged(TextChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-