public class Behavior extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.Design.Behavior.Behavior
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.Windows.Forms.Design, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms.Design
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.Design.Behavior.Behavior
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Behavior() |
Behavior(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Behavior |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Behavior, a cast assert is made to check if types are compatible. |
MenuCommand |
FindCommand(CommandID commandId) |
Cursor |
getCursor() |
boolean |
getDisableAllCommands() |
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
|
void |
OnDragDrop(Glyph g,
DragEventArgs e) |
void |
OnDragEnter(Glyph g,
DragEventArgs e) |
void |
OnDragLeave(Glyph g,
EventArgs e) |
void |
OnDragOver(Glyph g,
DragEventArgs e) |
void |
OnGiveFeedback(Glyph g,
GiveFeedbackEventArgs e) |
void |
OnLoseCapture(Glyph g,
EventArgs e) |
boolean |
OnMouseDoubleClick(Glyph g,
MouseButtons button,
Point mouseLoc) |
boolean |
OnMouseDown(Glyph g,
MouseButtons button,
Point mouseLoc) |
boolean |
OnMouseEnter(Glyph g) |
boolean |
OnMouseHover(Glyph g,
Point mouseLoc) |
boolean |
OnMouseLeave(Glyph g) |
boolean |
OnMouseMove(Glyph g,
MouseButtons button,
Point mouseLoc) |
boolean |
OnMouseUp(Glyph g,
MouseButtons button) |
void |
OnQueryContinueDrag(Glyph g,
QueryContinueDragEventArgs e) |
void |
setJCOInstance(JCObject instance) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Behavior()
throws java.lang.Throwable
java.lang.Throwablepublic Behavior(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static Behavior cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Behavior, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedBehavior instancejava.lang.Throwable - in case of error during cast operationpublic MenuCommand FindCommand(CommandID commandId) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionpublic Cursor getCursor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionWin32Exceptionpublic boolean getDisableAllCommands()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
InvalidOperationException,
PlatformNotSupportedException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic void OnDragDrop(Glyph g, DragEventArgs e) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionpublic void OnDragEnter(Glyph g, DragEventArgs e) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionpublic void OnDragLeave(Glyph g, EventArgs e) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionpublic void OnDragOver(Glyph g, DragEventArgs e) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionpublic void OnGiveFeedback(Glyph g, GiveFeedbackEventArgs e) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionpublic void OnLoseCapture(Glyph g, EventArgs e) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionpublic boolean OnMouseDoubleClick(Glyph g, MouseButtons button, Point mouseLoc) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionpublic boolean OnMouseDown(Glyph g, MouseButtons button, Point mouseLoc) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionpublic boolean OnMouseEnter(Glyph g) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionpublic boolean OnMouseHover(Glyph g, Point mouseLoc) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionpublic boolean OnMouseLeave(Glyph g) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionpublic boolean OnMouseMove(Glyph g, MouseButtons button, Point mouseLoc) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionpublic boolean OnMouseUp(Glyph g, MouseButtons button) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionpublic void OnQueryContinueDrag(Glyph g, QueryContinueDragEventArgs e) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionPlatformNotSupportedExceptionNotSupportedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject