Class ActivityDesigner
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.workflow.componentmodel.design.ActivityDesigner
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected,IDesignerFilter,IToolboxUser,IPersistUIState
- Direct Known Subclasses:
CompositeActivityDesigner
public class ActivityDesigner extends NetObject implements IDesignerFilter, IToolboxUser, IPersistUIState, java.lang.AutoCloseable
The base .NET class managing System.Workflow.ComponentModel.Design.ActivityDesigner, System.Workflow.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Workflow.ComponentModel.Design.ActivityDesigner
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.StringassemblyFullNameFully assembly qualified name: System.Workflow.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: System.Workflow.ComponentModelstatic java.lang.StringclassNameQualified class name: System.Workflow.ComponentModel.Design.ActivityDesignerstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ActivityDesigner()ActivityDesigner(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanCanBeParentedTo(CompositeActivityDesigner parentActivityDesigner)static ActivityDesignercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoActivityDesigner, a cast assert is made to check if types are compatible.voidclose()voidDispose()voidEnsureVisible()AccessibleObjectgetAccessibilityObject()ActivitygetActivity()RectanglegetBounds()ActivityDesignerThemegetDesignerTheme()ImagegetImage()booleangetIsLocked()booleangetIsPrimarySelection()booleangetIsRootDesigner()booleangetIsSelected()booleangetIsVisible()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypePointgetLocation()SizegetMinimumSize()CompositeActivityDesignergetParentDesigner()ImageGetPreviewImage(Graphics compatibleGraphics)static ActivityDesignerGetRootDesigner(IServiceProvider serviceProvider)SizegetSize()java.lang.StringgetText()HitTestInfoHitTest(Point point)voidInvalidate()voidInvalidate(Rectangle rectangle)static booleanIsCommentedActivity(Activity activity)voidsetImage(Image Image)voidsetJCOInstance(JCObject instance)voidsetLocation(Point Location)voidsetSize(Size Size)voidsetText(java.lang.String Text)-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.componentmodel.design.IDesignerFilter
PostFilterAttributes, PostFilterEvents, PostFilterProperties, PreFilterAttributes, PreFilterEvents, PreFilterProperties
-
Methods inherited from interface system.workflow.componentmodel.design.IPersistUIState
LoadViewState, SaveViewState
-
Methods inherited from interface system.drawing.design.IToolboxUser
GetToolSupported, ToolPicked
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Workflow.ComponentModel, 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.Workflow.ComponentModel- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Workflow.ComponentModel.Design.ActivityDesigner- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIDesignerFilter- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceIPersistUIState- Specified by:
getJCOAssemblyNamein interfaceIToolboxUser- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIDesignerFilter- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceIPersistUIState- Specified by:
getJCOClassNamein interfaceIToolboxUser- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIDesignerFilter- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceIPersistUIState- Specified by:
getJCOObjectNamein interfaceIToolboxUser- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIDesignerFilter- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceIPersistUIState- Specified by:
getJCOInstancein interfaceIToolboxUser- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIDesignerFilter- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceIPersistUIState- Specified by:
getJCOTypein interfaceIToolboxUser- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ActivityDesigner cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoActivityDesigner, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ActivityDesignerinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
CanBeParentedTo
public boolean CanBeParentedTo(CompositeActivityDesigner parentActivityDesigner) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
IsCommentedActivity
public static boolean IsCommentedActivity(Activity activity) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
GetPreviewImage
public Image GetPreviewImage(Graphics compatibleGraphics) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, PlatformNotSupportedException, NotSupportedException, KeyNotFoundException, ConfigurationErrorsException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException, TargetInvocationException, ExternalException, OverflowException, InvalidEnumArgumentException, UriFormatException, SecurityException, OutOfMemoryException, RankException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionPlatformNotSupportedExceptionNotSupportedExceptionKeyNotFoundExceptionConfigurationErrorsExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionMissingMethodExceptionTargetInvocationExceptionExternalExceptionOverflowExceptionInvalidEnumArgumentExceptionUriFormatExceptionSecurityExceptionOutOfMemoryExceptionRankException
-
GetRootDesigner
public static ActivityDesigner GetRootDesigner(IServiceProvider serviceProvider) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
HitTest
public HitTestInfo HitTest(Point point) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotImplementedException, IndexOutOfRangeException, KeyNotFoundException, WorkflowMarkupSerializationException, NotSupportedException, MissingMethodException, ExternalException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionWorkflowMarkupSerializationExceptionNotSupportedExceptionMissingMethodExceptionExternalException
-
Dispose
public void Dispose() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, MulticastNotSupportedException, NullReferenceException
-
EnsureVisible
public void EnsureVisible() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotImplementedException, IndexOutOfRangeException, KeyNotFoundException, WorkflowMarkupSerializationException, NotSupportedException, MissingMethodException, ExternalException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionWorkflowMarkupSerializationExceptionNotSupportedExceptionMissingMethodExceptionExternalExceptionOutOfMemoryException
-
Invalidate
public void Invalidate() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, MissingMethodException, TargetInvocationException, Win32Exception, PlatformNotSupportedException, NotImplementedException, KeyNotFoundException, WorkflowMarkupSerializationException, NotSupportedException, ExternalException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionPlatformNotSupportedExceptionNotImplementedExceptionKeyNotFoundExceptionWorkflowMarkupSerializationExceptionNotSupportedExceptionExternalException
-
Invalidate
public void Invalidate(Rectangle rectangle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, MissingMethodException, TargetInvocationException, Win32Exception
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
getIsLocked
public boolean getIsLocked() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
getIsPrimarySelection
public boolean getIsPrimarySelection() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getIsRootDesigner
public boolean getIsRootDesigner() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getIsSelected
public boolean getIsSelected() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
getIsVisible
public boolean getIsVisible() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getImage
public Image getImage() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setImage
public void setImage(Image Image) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, MulticastNotSupportedException, ObjectDisposedException, Win32Exception, NotSupportedException
-
getLocation
public Point getLocation() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLocation
public void setLocation(Point Location) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotImplementedException, IndexOutOfRangeException, NotSupportedException, KeyNotFoundException, ConfigurationErrorsException, MulticastNotSupportedException, WorkflowMarkupSerializationException, MissingMethodException, TargetInvocationException, ExternalException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionNotSupportedExceptionKeyNotFoundExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionWorkflowMarkupSerializationExceptionMissingMethodExceptionTargetInvocationExceptionExternalException
-
getBounds
public Rectangle getBounds() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMinimumSize
public Size getMinimumSize() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, PlatformNotSupportedException, NotImplementedException, IndexOutOfRangeException, NotSupportedException, KeyNotFoundException, ConfigurationErrorsException, MulticastNotSupportedException, WorkflowMarkupSerializationException, MissingMethodException, TargetInvocationException, ExternalException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionPlatformNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionNotSupportedExceptionKeyNotFoundExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionWorkflowMarkupSerializationExceptionMissingMethodExceptionTargetInvocationExceptionExternalException
-
getSize
public Size getSize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSize
public void setSize(Size Size) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, PlatformNotSupportedException, NotImplementedException, IndexOutOfRangeException, KeyNotFoundException, WorkflowMarkupSerializationException, NotSupportedException, MissingMethodException, ExternalException
- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionPlatformNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionWorkflowMarkupSerializationExceptionNotSupportedExceptionMissingMethodExceptionExternalException
-
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, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, MulticastNotSupportedException, ObjectDisposedException, Win32Exception, NotSupportedException
-
getAccessibilityObject
public AccessibleObject getAccessibilityObject() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, FormatException
-
getActivity
public Activity getActivity() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDesignerTheme
public ActivityDesignerTheme getDesignerTheme() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, KeyNotFoundException, ConfigurationErrorsException, FormatException, MulticastNotSupportedException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException, ExternalException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionKeyNotFoundExceptionConfigurationErrorsExceptionFormatExceptionMulticastNotSupportedExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionMissingMethodExceptionExternalException
-
getParentDesigner
public CompositeActivityDesigner getParentDesigner() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
-