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.String
assemblyFullName
Fully assembly qualified name: System.Workflow.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: System.Workflow.ComponentModelstatic java.lang.String
className
Qualified class name: System.Workflow.ComponentModel.Design.ActivityDesignerstatic JCType
classType
The 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 boolean
CanBeParentedTo(CompositeActivityDesigner parentActivityDesigner)
static ActivityDesigner
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoActivityDesigner
, a cast assert is made to check if types are compatible.void
close()
void
Dispose()
void
EnsureVisible()
AccessibleObject
getAccessibilityObject()
Activity
getActivity()
Rectangle
getBounds()
ActivityDesignerTheme
getDesignerTheme()
Image
getImage()
boolean
getIsLocked()
boolean
getIsPrimarySelection()
boolean
getIsRootDesigner()
boolean
getIsSelected()
boolean
getIsVisible()
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 TypePoint
getLocation()
Size
getMinimumSize()
CompositeActivityDesigner
getParentDesigner()
Image
GetPreviewImage(Graphics compatibleGraphics)
static ActivityDesigner
GetRootDesigner(IServiceProvider serviceProvider)
Size
getSize()
java.lang.String
getText()
HitTestInfo
HitTest(Point point)
void
Invalidate()
void
Invalidate(Rectangle rectangle)
static boolean
IsCommentedActivity(Activity activity)
void
setImage(Image Image)
void
setJCOInstance(JCObject instance)
void
setLocation(Point Location)
void
setSize(Size Size)
void
setText(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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIDesignerFilter
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceIPersistUIState
- Specified by:
getJCOAssemblyName
in interfaceIToolboxUser
- 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 interfaceIDesignerFilter
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceIPersistUIState
- Specified by:
getJCOClassName
in interfaceIToolboxUser
- 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 interfaceIDesignerFilter
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceIPersistUIState
- Specified by:
getJCOObjectName
in interfaceIToolboxUser
- 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 interfaceIDesignerFilter
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceIPersistUIState
- Specified by:
getJCOInstance
in interfaceIToolboxUser
- 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 interfaceIDesignerFilter
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceIPersistUIState
- Specified by:
getJCOType
in interfaceIToolboxUser
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ActivityDesigner cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoActivityDesigner
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ActivityDesigner
instance- 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.Throwable
ArgumentNullException
-
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, OutOfMemoryException, RankException
- 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
OutOfMemoryException
RankException
-
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.Throwable
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotImplementedException
IndexOutOfRangeException
KeyNotFoundException
WorkflowMarkupSerializationException
NotSupportedException
MissingMethodException
ExternalException
-
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.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotImplementedException
IndexOutOfRangeException
KeyNotFoundException
WorkflowMarkupSerializationException
NotSupportedException
MissingMethodException
ExternalException
OutOfMemoryException
-
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.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
OutOfMemoryException
MissingMethodException
TargetInvocationException
Win32Exception
PlatformNotSupportedException
NotImplementedException
KeyNotFoundException
WorkflowMarkupSerializationException
NotSupportedException
ExternalException
-
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:
close
in 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.Throwable
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotImplementedException
IndexOutOfRangeException
NotSupportedException
KeyNotFoundException
ConfigurationErrorsException
MulticastNotSupportedException
WorkflowMarkupSerializationException
MissingMethodException
TargetInvocationException
ExternalException
-
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.Throwable
ArgumentNullException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentException
PlatformNotSupportedException
NotImplementedException
IndexOutOfRangeException
NotSupportedException
KeyNotFoundException
ConfigurationErrorsException
MulticastNotSupportedException
WorkflowMarkupSerializationException
MissingMethodException
TargetInvocationException
ExternalException
-
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.Throwable
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentException
PlatformNotSupportedException
NotImplementedException
IndexOutOfRangeException
KeyNotFoundException
WorkflowMarkupSerializationException
NotSupportedException
MissingMethodException
ExternalException
-
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.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
KeyNotFoundException
ConfigurationErrorsException
FormatException
MulticastNotSupportedException
NullReferenceException
InvalidCastException
WorkflowMarkupSerializationException
MissingMethodException
ExternalException
-
getParentDesigner
public CompositeActivityDesigner getParentDesigner() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
-