public class ActivityDesigner extends NetObject implements IDesignerFilter, IToolboxUser, IPersistUIState, java.lang.AutoCloseable
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Workflow.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: System.Workflow.ComponentModel
|
static java.lang.String |
className
Qualified class name: System.Workflow.ComponentModel.Design.ActivityDesigner
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ActivityDesigner() |
ActivityDesigner(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CanBeParentedTo(CompositeActivityDesigner parentActivityDesigner) |
static ActivityDesigner |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ActivityDesigner, 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 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
|
Point |
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) |
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToStringPostFilterAttributes, PostFilterEvents, PostFilterProperties, PreFilterAttributes, PreFilterEvents, PreFilterProperties, ToIDesignerFilterGetToolSupported, ToIToolboxUser, ToolPickedLoadViewState, SaveViewState, ToIPersistUIStatepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ActivityDesigner()
throws java.lang.Throwable
java.lang.Throwablepublic ActivityDesigner(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic boolean CanBeParentedTo(CompositeActivityDesigner parentActivityDesigner) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic static ActivityDesigner cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ActivityDesigner, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedActivityDesigner instancejava.lang.Throwable - in case of error during cast operationpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic void Dispose()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
MulticastNotSupportedException,
NullReferenceException
public void EnsureVisible()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotImplementedException,
IndexOutOfRangeException,
KeyNotFoundException,
WorkflowMarkupSerializationException,
NotSupportedException,
MissingMethodException,
ExternalException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionWorkflowMarkupSerializationExceptionNotSupportedExceptionMissingMethodExceptionExternalExceptionOutOfMemoryExceptionpublic AccessibleObject getAccessibilityObject() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, FormatException
public Activity getActivity() throws java.lang.Throwable
java.lang.Throwablepublic Rectangle getBounds() throws java.lang.Throwable
java.lang.Throwablepublic ActivityDesignerTheme getDesignerTheme() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, KeyNotFoundException, ConfigurationErrorsException, FormatException, MulticastNotSupportedException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException, ExternalException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionKeyNotFoundExceptionConfigurationErrorsExceptionFormatExceptionMulticastNotSupportedExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionMissingMethodExceptionExternalExceptionpublic Image getImage() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsLocked()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException
public boolean getIsPrimarySelection()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public boolean getIsRootDesigner()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public boolean getIsSelected()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public boolean getIsVisible()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IDesignerFiltergetJCOAssemblyName in interface IToolboxUsergetJCOAssemblyName in interface IPersistUIStategetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IDesignerFiltergetJCOClassName in interface IToolboxUsergetJCOClassName in interface IPersistUIStategetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IDesignerFiltergetJCOInstance in interface IToolboxUsergetJCOInstance in interface IPersistUIStategetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IDesignerFiltergetJCOObjectName in interface IToolboxUsergetJCOObjectName in interface IPersistUIStategetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IDesignerFiltergetJCOType in interface IToolboxUsergetJCOType in interface IPersistUIStategetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic Point getLocation() throws java.lang.Throwable
java.lang.Throwablepublic Size getMinimumSize() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, PlatformNotSupportedException, NotImplementedException, IndexOutOfRangeException, NotSupportedException, KeyNotFoundException, ConfigurationErrorsException, MulticastNotSupportedException, WorkflowMarkupSerializationException, MissingMethodException, TargetInvocationException, ExternalException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionPlatformNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionNotSupportedExceptionKeyNotFoundExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionWorkflowMarkupSerializationExceptionMissingMethodExceptionTargetInvocationExceptionExternalExceptionpublic CompositeActivityDesigner getParentDesigner() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionPlatformNotSupportedExceptionNotSupportedExceptionKeyNotFoundExceptionConfigurationErrorsExceptionNullReferenceExceptionInvalidCastExceptionWorkflowMarkupSerializationExceptionMissingMethodExceptionTargetInvocationExceptionExternalExceptionOverflowExceptionInvalidEnumArgumentExceptionUriFormatExceptionSecurityExceptionOutOfMemoryExceptionRankExceptionpublic static ActivityDesigner GetRootDesigner(IServiceProvider serviceProvider) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public Size getSize() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getText()
throws java.lang.Throwable
java.lang.Throwablepublic HitTestInfo HitTest(Point point) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotImplementedException, IndexOutOfRangeException, KeyNotFoundException, WorkflowMarkupSerializationException, NotSupportedException, MissingMethodException, ExternalException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionWorkflowMarkupSerializationExceptionNotSupportedExceptionMissingMethodExceptionExternalExceptionpublic void Invalidate()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
OutOfMemoryException,
MissingMethodException,
TargetInvocationException,
Win32Exception,
PlatformNotSupportedException,
NotImplementedException,
KeyNotFoundException,
WorkflowMarkupSerializationException,
NotSupportedException,
ExternalException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionMissingMethodExceptionTargetInvocationExceptionWin32ExceptionPlatformNotSupportedExceptionNotImplementedExceptionKeyNotFoundExceptionWorkflowMarkupSerializationExceptionNotSupportedExceptionExternalExceptionpublic void Invalidate(Rectangle rectangle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, MissingMethodException, TargetInvocationException, Win32Exception
public static boolean IsCommentedActivity(Activity activity) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
public void setImage(Image Image) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, MulticastNotSupportedException, ObjectDisposedException, Win32Exception, NotSupportedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setLocation(Point Location) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotImplementedException, IndexOutOfRangeException, NotSupportedException, KeyNotFoundException, ConfigurationErrorsException, MulticastNotSupportedException, WorkflowMarkupSerializationException, MissingMethodException, TargetInvocationException, ExternalException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionNotSupportedExceptionKeyNotFoundExceptionConfigurationErrorsExceptionMulticastNotSupportedExceptionWorkflowMarkupSerializationExceptionMissingMethodExceptionTargetInvocationExceptionExternalExceptionpublic void setSize(Size Size) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, PlatformNotSupportedException, NotImplementedException, IndexOutOfRangeException, KeyNotFoundException, WorkflowMarkupSerializationException, NotSupportedException, MissingMethodException, ExternalException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentExceptionPlatformNotSupportedExceptionNotImplementedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionWorkflowMarkupSerializationExceptionNotSupportedExceptionMissingMethodExceptionExternalExceptionpublic void setText(java.lang.String Text)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ObjectDisposedException,
Win32Exception,
NotSupportedException