Package system.windows.forms
Class DataGridViewBand
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.forms.DataGridViewElement
-
- system.windows.forms.DataGridViewBand
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
- Direct Known Subclasses:
DataGridViewColumn,DataGridViewRow
public class DataGridViewBand extends DataGridViewElement implements java.lang.AutoCloseable
The base .NET class managing System.Windows.Forms.DataGridViewBand, System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Windows.Formsstatic java.lang.StringclassNameQualified class name: System.Windows.Forms.DataGridViewBandstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DataGridViewBand()DataGridViewBand(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataGridViewBandcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoDataGridViewBand, a cast assert is made to check if types are compatible.NetObjectClone()voidclose()voidDispose()ContextMenuStripgetContextMenuStrip()DataGridViewCellStylegetDefaultCellStyle()NetTypegetDefaultHeaderCellType()booleangetDisplayed()booleangetFrozen()booleangetHasDefaultCellStyle()intgetIndex()DataGridViewCellStylegetInheritedStyle()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypebooleangetReadOnly()DataGridViewTriStategetResizable()booleangetSelected()NetObjectgetTag()booleangetVisible()voidsetContextMenuStrip(ContextMenuStrip ContextMenuStrip)voidsetDefaultCellStyle(DataGridViewCellStyle DefaultCellStyle)voidsetDefaultHeaderCellType(NetType DefaultHeaderCellType)voidsetDisplayed(boolean Displayed)voidsetFrozen(boolean Frozen)voidsetIndex(int Index)voidsetJCOInstance(JCObject instance)voidsetReadOnly(boolean ReadOnly)voidsetResizable(DataGridViewTriState Resizable)voidsetSelected(boolean Selected)voidsetTag(NetObject Tag)voidsetVisible(boolean Visible)-
Methods inherited from class system.windows.forms.DataGridViewElement
getDataGridView, getState, setDataGridView, setState
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Forms.DataGridViewBand- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classDataGridViewElement- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classDataGridViewElement- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classDataGridViewElement- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classDataGridViewElement- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classDataGridViewElement
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classDataGridViewElement- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static DataGridViewBand cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoDataGridViewBand, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
DataGridViewBandinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Clone
public NetObject Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, MissingMethodException, TargetInvocationException, CultureNotFoundException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, MulticastNotSupportedException, ThreadStateException, KeyNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionMulticastNotSupportedExceptionThreadStateExceptionKeyNotFoundException
-
Dispose
public void Dispose() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, MulticastNotSupportedException
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
getDisplayed
public boolean getDisplayed() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDisplayed
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- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionArgumentExceptionInvalidOperationExceptionRankExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionFormatExceptionTypeLoadExceptionFileLoadExceptionNotSupportedExceptionInvalidCastExceptionWin32ExceptionOverflowExceptionMulticastNotSupportedExceptionOutOfMemoryException
-
getFrozen
public boolean getFrozen() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setFrozen
public void setFrozen(boolean Frozen) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, FormatException, InvalidEnumArgumentException, IndexOutOfRangeException, Win32Exception, KeyNotFoundException, NotSupportedException, TypeLoadException, InvalidCastException, MissingMethodException, TargetInvocationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionFormatExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionWin32ExceptionKeyNotFoundExceptionNotSupportedExceptionTypeLoadExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationException
-
getHasDefaultCellStyle
public boolean getHasDefaultCellStyle() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getReadOnly
public boolean getReadOnly() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setReadOnly
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionWin32ExceptionKeyNotFoundExceptionFormatExceptionTypeLoadExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationException
-
getSelected
public boolean getSelected() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSelected
public void setSelected(boolean Selected) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, InvalidCastException, KeyNotFoundException
-
getVisible
public boolean getVisible() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setVisible
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- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionWin32ExceptionKeyNotFoundExceptionFormatExceptionTypeLoadExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationException
-
getIndex
public int getIndex() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setIndex
public void setIndex(int Index) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getTag
public NetObject getTag() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTag
public void setTag(NetObject Tag) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException
-
getDefaultHeaderCellType
public NetType getDefaultHeaderCellType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDefaultHeaderCellType
public void setDefaultHeaderCellType(NetType DefaultHeaderCellType) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException
-
getContextMenuStrip
public ContextMenuStrip getContextMenuStrip() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
-
setContextMenuStrip
public void setContextMenuStrip(ContextMenuStrip ContextMenuStrip) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, MulticastNotSupportedException
-
getDefaultCellStyle
public DataGridViewCellStyle getDefaultCellStyle() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException
-
setDefaultCellStyle
public void setDefaultCellStyle(DataGridViewCellStyle DefaultCellStyle) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, NotSupportedException, ArrayTypeMismatchException, InvalidCastException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionNotSupportedExceptionArrayTypeMismatchExceptionInvalidCastExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionInvalidEnumArgumentException
-
getInheritedStyle
public DataGridViewCellStyle getInheritedStyle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getResizable
public DataGridViewTriState getResizable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setResizable
public 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
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionTypeLoadExceptionFileLoadExceptionInvalidCastExceptionWin32ExceptionOverflowExceptionMulticastNotSupportedExceptionOutOfMemoryException
-
-