Class ActivityDesignerTheme
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.workflow.componentmodel.design.DesignerTheme
-
- system.workflow.componentmodel.design.ActivityDesignerTheme
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,IDisposable
- Direct Known Subclasses:
CompositeDesignerTheme
public class ActivityDesignerTheme extends DesignerTheme
The base .NET class managing System.Workflow.ComponentModel.Design.ActivityDesignerTheme, 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.ActivityDesignerTheme
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.ActivityDesignerThemestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ActivityDesignerTheme()
ActivityDesignerTheme(java.lang.Object instance)
Internal constructor.ActivityDesignerTheme(WorkflowTheme theme)
-
Method Summary
-
Methods inherited from class system.workflow.componentmodel.design.DesignerTheme
close, getApplyTo, getDesignerType, getReadOnly, setApplyTo, setDesignerType, setReadOnly
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.IDisposable
Dispose
-
-
-
-
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.ActivityDesignerTheme- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ActivityDesignerTheme
public ActivityDesignerTheme(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
ActivityDesignerTheme
public ActivityDesignerTheme() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ActivityDesignerTheme
public ActivityDesignerTheme(WorkflowTheme theme) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIDisposable
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classDesignerTheme
- 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 interfaceIDisposable
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classDesignerTheme
- 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 interfaceIDisposable
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classDesignerTheme
- 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 interfaceIDisposable
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classDesignerTheme
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classDesignerTheme
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIDisposable
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classDesignerTheme
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ActivityDesignerTheme cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoActivityDesignerTheme
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ActivityDesignerTheme
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
GetBackgroundBrush
public Brush GetBackgroundBrush(Rectangle rectangle) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, InvalidOperationException, ExternalException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
NullReferenceException
InvalidOperationException
ExternalException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidEnumArgumentException
-
Initialize
public void Initialize() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, SecurityException, ObjectDisposedException, MissingManifestResourceException, NotImplementedException, FormatException, IndexOutOfRangeException, XmlException, NotSupportedException, ConfigurationErrorsException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException
- Overrides:
Initialize
in classDesignerTheme
- Throws:
java.lang.Throwable
ArgumentNullException
KeyNotFoundException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
SecurityException
ObjectDisposedException
MissingManifestResourceException
NotImplementedException
FormatException
IndexOutOfRangeException
XmlException
NotSupportedException
ConfigurationErrorsException
OutOfMemoryException
NullReferenceException
InvalidCastException
WorkflowMarkupSerializationException
MissingMethodException
-
OnAmbientPropertyChanged
public void OnAmbientPropertyChanged(AmbientProperty ambientProperty) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ArgumentOutOfRangeException, FormatException
- Overrides:
OnAmbientPropertyChanged
in classDesignerTheme
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
ArgumentOutOfRangeException
FormatException
-
getBorderWidth
public int getBorderWidth() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, SecurityException, ObjectDisposedException, MissingManifestResourceException, NotImplementedException, FormatException, IndexOutOfRangeException, XmlException, NotSupportedException, ConfigurationErrorsException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException
- Throws:
java.lang.Throwable
ArgumentNullException
KeyNotFoundException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
SecurityException
ObjectDisposedException
MissingManifestResourceException
NotImplementedException
FormatException
IndexOutOfRangeException
XmlException
NotSupportedException
ConfigurationErrorsException
OutOfMemoryException
NullReferenceException
InvalidCastException
WorkflowMarkupSerializationException
MissingMethodException
-
getForegroundBrush
public Brush getForegroundBrush() throws java.lang.Throwable, InvalidOperationException, ExternalException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException
-
getBackColorEnd
public Color getBackColorEnd() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBackColorEnd
public void setBackColorEnd(Color BackColorEnd) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
-
getBackColorStart
public Color getBackColorStart() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBackColorStart
public void setBackColorStart(Color BackColorStart) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
-
getBorderColor
public Color getBorderColor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBorderColor
public void setBorderColor(Color BorderColor) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
IndexOutOfRangeException
-
getForeColor
public Color getForeColor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setForeColor
public void setForeColor(Color ForeColor) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
IndexOutOfRangeException
-
getBorderStyle
public DashStyle getBorderStyle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBorderStyle
public void setBorderStyle(DashStyle BorderStyle) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
IndexOutOfRangeException
-
getBackgroundStyle
public LinearGradientMode getBackgroundStyle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBackgroundStyle
public void setBackgroundStyle(LinearGradientMode BackgroundStyle) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
-
getBoldFont
public Font getBoldFont() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, SecurityException, ObjectDisposedException, MissingManifestResourceException, NotImplementedException, FormatException, IndexOutOfRangeException, XmlException, NotSupportedException, ConfigurationErrorsException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
KeyNotFoundException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
SecurityException
ObjectDisposedException
MissingManifestResourceException
NotImplementedException
FormatException
IndexOutOfRangeException
XmlException
NotSupportedException
ConfigurationErrorsException
OutOfMemoryException
NullReferenceException
InvalidCastException
WorkflowMarkupSerializationException
MissingMethodException
RankException
-
getFont
public Font getFont() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, SecurityException, ObjectDisposedException, MissingManifestResourceException, NotImplementedException, FormatException, IndexOutOfRangeException, XmlException, NotSupportedException, ConfigurationErrorsException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException, RankException
- Throws:
java.lang.Throwable
ArgumentNullException
KeyNotFoundException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
SecurityException
ObjectDisposedException
MissingManifestResourceException
NotImplementedException
FormatException
IndexOutOfRangeException
XmlException
NotSupportedException
ConfigurationErrorsException
OutOfMemoryException
NullReferenceException
InvalidCastException
WorkflowMarkupSerializationException
MissingMethodException
RankException
-
getDesignerImage
public Image getDesignerImage() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PathTooLongException, ArgumentOutOfRangeException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, NotSupportedException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, SecurityException, MemberAccessException, NullReferenceException, UriFormatException, OutOfMemoryException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PathTooLongException
ArgumentOutOfRangeException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
NotSupportedException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
FormatException
SecurityException
MemberAccessException
NullReferenceException
UriFormatException
OutOfMemoryException
MissingMethodException
TargetInvocationException
-
getBorderPen
public Pen getBorderPen() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, XmlException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ConfigurationErrorsException, FormatException, MulticastNotSupportedException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException, TargetInvocationException, ExternalException, InvalidEnumArgumentException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
KeyNotFoundException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
XmlException
NotSupportedException
ArgumentException
ArgumentOutOfRangeException
ConfigurationErrorsException
FormatException
MulticastNotSupportedException
NullReferenceException
InvalidCastException
WorkflowMarkupSerializationException
MissingMethodException
TargetInvocationException
ExternalException
InvalidEnumArgumentException
OutOfMemoryException
-
getForegroundPen
public Pen getForegroundPen() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, XmlException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ConfigurationErrorsException, FormatException, MulticastNotSupportedException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException, TargetInvocationException, ExternalException
- Throws:
java.lang.Throwable
ArgumentNullException
KeyNotFoundException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
XmlException
NotSupportedException
ArgumentException
ArgumentOutOfRangeException
ConfigurationErrorsException
FormatException
MulticastNotSupportedException
NullReferenceException
InvalidCastException
WorkflowMarkupSerializationException
MissingMethodException
TargetInvocationException
ExternalException
-
getImageSize
public Size getImageSize() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, SecurityException, ObjectDisposedException, MissingManifestResourceException, NotImplementedException, FormatException, IndexOutOfRangeException, XmlException, NotSupportedException, ConfigurationErrorsException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException
- Throws:
java.lang.Throwable
ArgumentNullException
KeyNotFoundException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
SecurityException
ObjectDisposedException
MissingManifestResourceException
NotImplementedException
FormatException
IndexOutOfRangeException
XmlException
NotSupportedException
ConfigurationErrorsException
OutOfMemoryException
NullReferenceException
InvalidCastException
WorkflowMarkupSerializationException
MissingMethodException
-
getSize
public Size getSize() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, SecurityException, ObjectDisposedException, MissingManifestResourceException, NotImplementedException, FormatException, IndexOutOfRangeException, XmlException, NotSupportedException, ConfigurationErrorsException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException
- Throws:
java.lang.Throwable
ArgumentNullException
KeyNotFoundException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
SecurityException
ObjectDisposedException
MissingManifestResourceException
NotImplementedException
FormatException
IndexOutOfRangeException
XmlException
NotSupportedException
ConfigurationErrorsException
OutOfMemoryException
NullReferenceException
InvalidCastException
WorkflowMarkupSerializationException
MissingMethodException
-
getDesignerImagePath
public java.lang.String getDesignerImagePath() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDesignerImagePath
public void setDesignerImagePath(java.lang.String DesignerImagePath) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, MissingManifestResourceException, NotImplementedException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException, OutOfMemoryException, FormatException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, DriveNotFoundException, OperationCanceledException, SecurityException, MemberAccessException, NullReferenceException, UriFormatException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
MissingManifestResourceException
NotImplementedException
ArgumentOutOfRangeException
ObjectDisposedException
AbandonedMutexException
OutOfMemoryException
FormatException
PathTooLongException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
DriveNotFoundException
OperationCanceledException
SecurityException
MemberAccessException
NullReferenceException
UriFormatException
-
getDesignerGeometry
public DesignerGeometry getDesignerGeometry() throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, SecurityException, ObjectDisposedException, MissingManifestResourceException, NotImplementedException, FormatException, IndexOutOfRangeException, XmlException, NotSupportedException, ConfigurationErrorsException, OutOfMemoryException, NullReferenceException, InvalidCastException, WorkflowMarkupSerializationException, MissingMethodException
- Throws:
java.lang.Throwable
ArgumentNullException
KeyNotFoundException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
SecurityException
ObjectDisposedException
MissingManifestResourceException
NotImplementedException
FormatException
IndexOutOfRangeException
XmlException
NotSupportedException
ConfigurationErrorsException
OutOfMemoryException
NullReferenceException
InvalidCastException
WorkflowMarkupSerializationException
MissingMethodException
-
-