Class CompositeActivityDesigner
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.workflow.componentmodel.design.ActivityDesigner
-
- system.workflow.componentmodel.design.CompositeActivityDesigner
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected,IDesignerFilter,IToolboxUser,IPersistUIState
- Direct Known Subclasses:
FreeformActivityDesigner,StructuredCompositeActivityDesigner
public class CompositeActivityDesigner extends ActivityDesigner
The base .NET class managing System.Workflow.ComponentModel.Design.CompositeActivityDesigner, 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.CompositeActivityDesigner
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.CompositeActivityDesignerstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description CompositeActivityDesigner()CompositeActivityDesigner(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CompositeActivityDesignercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoCompositeActivityDesigner, a cast assert is made to check if types are compatible.static Activity[]DeserializeActivitiesFromDataObject(IServiceProvider serviceProvider, IDataObject dataObj)voidEnsureVisibleContainedDesigner(ActivityDesigner containedDesigner)booleangetCanExpandCollapse()booleangetExpanded()NetObjectgetFirstSelectableObject()static ActivityDesigner[]GetIntersectingDesigners(ActivityDesigner topLevelDesigner, Rectangle rectangle)booleangetIsEditable()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 TypeNetObjectgetLastSelectableObject()NetObjectGetNextSelectableObject(NetObject current, DesignerNavigationDirection direction)HitTestInfoHitTest(Point point)booleanIsContainedDesignerVisible(ActivityDesigner containedDesigner)static voidMoveDesigners(ActivityDesigner activityDesigner, boolean moveBack)static IDataObjectSerializeActivitiesToDataObject(IServiceProvider serviceProvider, Activity[] activities)voidsetExpanded(boolean Expanded)voidsetJCOInstance(JCObject instance)-
Methods inherited from class system.workflow.componentmodel.design.ActivityDesigner
CanBeParentedTo, close, Dispose, EnsureVisible, getAccessibilityObject, getActivity, getBounds, getDesignerTheme, getImage, getIsLocked, getIsPrimarySelection, getIsRootDesigner, getIsSelected, getIsVisible, getLocation, getMinimumSize, getParentDesigner, GetPreviewImage, GetRootDesigner, getSize, getText, Invalidate, Invalidate, IsCommentedActivity, setImage, setLocation, setSize, setText
-
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.CompositeActivityDesigner- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CompositeActivityDesigner
public CompositeActivityDesigner(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
CompositeActivityDesigner
public CompositeActivityDesigner() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-
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 classActivityDesigner- 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 classActivityDesigner- 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 classActivityDesigner- 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 classActivityDesigner- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classActivityDesigner
-
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 classActivityDesigner- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static CompositeActivityDesigner cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoCompositeActivityDesigner, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
CompositeActivityDesignerinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
IsContainedDesignerVisible
public boolean IsContainedDesignerVisible(ActivityDesigner containedDesigner) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
GetNextSelectableObject
public NetObject GetNextSelectableObject(NetObject current, DesignerNavigationDirection direction) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SerializeActivitiesToDataObject
public static IDataObject SerializeActivitiesToDataObject(IServiceProvider serviceProvider, Activity[] activities) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, SerializationException, SecurityException, TargetException, NullReferenceException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionSerializationExceptionSecurityExceptionTargetExceptionNullReferenceExceptionIndexOutOfRangeException
-
DeserializeActivitiesFromDataObject
public static Activity[] DeserializeActivitiesFromDataObject(IServiceProvider serviceProvider, IDataObject dataObj) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, SerializationException, NotSupportedException
-
GetIntersectingDesigners
public static ActivityDesigner[] GetIntersectingDesigners(ActivityDesigner topLevelDesigner, Rectangle rectangle) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, FormatException, MissingManifestResourceException, ObjectDisposedException
-
HitTest
public HitTestInfo HitTest(Point point) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotImplementedException, IndexOutOfRangeException, KeyNotFoundException, WorkflowMarkupSerializationException, NotSupportedException, MissingMethodException, ExternalException
- Overrides:
HitTestin classActivityDesigner- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionWorkflowMarkupSerializationExceptionNotSupportedExceptionMissingMethodExceptionExternalException
-
EnsureVisibleContainedDesigner
public void EnsureVisibleContainedDesigner(ActivityDesigner containedDesigner) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, MulticastNotSupportedException, ObjectDisposedException, NotSupportedException
-
MoveDesigners
public static void MoveDesigners(ActivityDesigner activityDesigner, boolean moveBack) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException
-
getCanExpandCollapse
public boolean getCanExpandCollapse() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
getExpanded
public boolean getExpanded() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, MulticastNotSupportedException, ObjectDisposedException, NotSupportedException
-
setExpanded
public void setExpanded(boolean Expanded) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, MulticastNotSupportedException, ObjectDisposedException, Win32Exception, NotSupportedException
-
getIsEditable
public boolean getIsEditable() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotSupportedException
-
getFirstSelectableObject
public NetObject getFirstSelectableObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLastSelectableObject
public NetObject getLastSelectableObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-