public class DataGridViewBand extends DataGridViewElement implements java.lang.AutoCloseable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.DataGridViewBand
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, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.DataGridViewBand
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataGridViewBand() |
DataGridViewBand(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static DataGridViewBand |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DataGridViewBand, a cast assert is made to check if types are compatible. |
NetObject |
Clone() |
void |
close() |
void |
Dispose() |
ContextMenuStrip |
getContextMenuStrip() |
DataGridViewCellStyle |
getDefaultCellStyle() |
NetType |
getDefaultHeaderCellType() |
boolean |
getDisplayed() |
boolean |
getFrozen() |
boolean |
getHasDefaultCellStyle() |
int |
getIndex() |
DataGridViewCellStyle |
getInheritedStyle() |
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
|
boolean |
getReadOnly() |
DataGridViewTriState |
getResizable() |
boolean |
getSelected() |
NetObject |
getTag() |
boolean |
getVisible() |
void |
setContextMenuStrip(ContextMenuStrip ContextMenuStrip) |
void |
setDefaultCellStyle(DataGridViewCellStyle DefaultCellStyle) |
void |
setDefaultHeaderCellType(NetType DefaultHeaderCellType) |
void |
setDisplayed(boolean Displayed) |
void |
setFrozen(boolean Frozen) |
void |
setIndex(int Index) |
void |
setJCOInstance(JCObject instance) |
void |
setReadOnly(boolean ReadOnly) |
void |
setResizable(DataGridViewTriState Resizable) |
void |
setSelected(boolean Selected) |
void |
setTag(NetObject Tag) |
void |
setVisible(boolean Visible) |
getDataGridView, getState, setDataGridView, setStatepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataGridViewBand()
throws java.lang.Throwable
java.lang.Throwablepublic DataGridViewBand(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static DataGridViewBand cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataGridViewBand, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataGridViewBand instancejava.lang.Throwable - in case of error during cast operationpublic NetObject Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, MissingMethodException, TargetInvocationException, CultureNotFoundException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, MulticastNotSupportedException, ThreadStateException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionMulticastNotSupportedExceptionThreadStateExceptionKeyNotFoundExceptionpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic void Dispose()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentException,
ArgumentNullException,
RankException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidCastException,
MulticastNotSupportedException
public ContextMenuStrip getContextMenuStrip() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public DataGridViewCellStyle getDefaultCellStyle() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException
public NetType getDefaultHeaderCellType() throws java.lang.Throwable
java.lang.Throwablepublic boolean getDisplayed()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getFrozen()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getHasDefaultCellStyle()
throws java.lang.Throwable
java.lang.Throwablepublic int getIndex()
throws java.lang.Throwable
java.lang.Throwablepublic DataGridViewCellStyle getInheritedStyle() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DataGridViewElementString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DataGridViewElementString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DataGridViewElementObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DataGridViewElementString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DataGridViewElementJCType representing the CLR Type of the instantiated Classpublic boolean getReadOnly()
throws java.lang.Throwable
java.lang.Throwablepublic DataGridViewTriState getResizable() throws java.lang.Throwable
java.lang.Throwablepublic boolean getSelected()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject getTag() throws java.lang.Throwable
java.lang.Throwablepublic boolean getVisible()
throws java.lang.Throwable
java.lang.Throwablepublic void setContextMenuStrip(ContextMenuStrip ContextMenuStrip) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, MulticastNotSupportedException
public void setDefaultCellStyle(DataGridViewCellStyle DefaultCellStyle) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, NotSupportedException, ArrayTypeMismatchException, InvalidCastException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, InvalidEnumArgumentException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionNotSupportedExceptionArrayTypeMismatchExceptionInvalidCastExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionpublic void setDefaultHeaderCellType(NetType DefaultHeaderCellType) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException
public void setDisplayed(boolean Displayed)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
ArgumentException,
InvalidOperationException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidEnumArgumentException,
FormatException,
TypeLoadException,
FileLoadException,
NotSupportedException,
InvalidCastException,
Win32Exception,
OverflowException,
MulticastNotSupportedException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionArgumentExceptionInvalidOperationExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionFormatExceptionTypeLoadExceptionFileLoadExceptionNotSupportedExceptionInvalidCastExceptionWin32ExceptionOverflowExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionpublic void setFrozen(boolean Frozen)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
FormatException,
InvalidEnumArgumentException,
IndexOutOfRangeException,
Win32Exception,
KeyNotFoundException,
NotSupportedException,
TypeLoadException,
InvalidCastException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionFormatExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionWin32ExceptionKeyNotFoundExceptionNotSupportedExceptionTypeLoadExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationExceptionpublic void setIndex(int Index)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class DataGridViewElementpublic void setReadOnly(boolean ReadOnly)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
InvalidEnumArgumentException,
IndexOutOfRangeException,
Win32Exception,
KeyNotFoundException,
FormatException,
TypeLoadException,
InvalidCastException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionWin32ExceptionKeyNotFoundExceptionFormatExceptionTypeLoadExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationExceptionpublic void setResizable(DataGridViewTriState Resizable) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, TypeLoadException, FileLoadException, InvalidCastException, Win32Exception, OverflowException, MulticastNotSupportedException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionTypeLoadExceptionFileLoadExceptionInvalidCastExceptionWin32ExceptionOverflowExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionpublic void setSelected(boolean Selected)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
InvalidEnumArgumentException,
InvalidCastException,
KeyNotFoundException
public void setTag(NetObject Tag) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException
public void setVisible(boolean Visible)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
InvalidEnumArgumentException,
IndexOutOfRangeException,
Win32Exception,
KeyNotFoundException,
FormatException,
TypeLoadException,
InvalidCastException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionWin32ExceptionKeyNotFoundExceptionFormatExceptionTypeLoadExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationException