public class TableLayoutSettings extends LayoutSettings implements ISerializable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.TableLayoutSettings
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=4.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.TableLayoutSettings
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
TableLayoutSettings() |
TableLayoutSettings(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static TableLayoutSettings |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into TableLayoutSettings, a cast assert is made to check if types are compatible. |
TableLayoutPanelCellPosition |
GetCellPosition(NetObject control) |
int |
GetColumn(NetObject control) |
int |
getColumnCount() |
int |
GetColumnSpan(NetObject control) |
TableLayoutColumnStyleCollection |
getColumnStyles() |
TableLayoutPanelGrowStyle |
getGrowStyle() |
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
|
int |
GetRow(NetObject control) |
int |
getRowCount() |
int |
GetRowSpan(NetObject control) |
TableLayoutRowStyleCollection |
getRowStyles() |
void |
SetCellPosition(NetObject control,
TableLayoutPanelCellPosition cellPosition) |
void |
SetColumn(NetObject control,
int column) |
void |
setColumnCount(int ColumnCount) |
void |
SetColumnSpan(NetObject control,
int value) |
void |
setGrowStyle(TableLayoutPanelGrowStyle GrowStyle) |
void |
setJCOInstance(JCObject instance) |
void |
SetRow(NetObject control,
int row) |
void |
setRowCount(int RowCount) |
void |
SetRowSpan(NetObject control,
int value) |
getLayoutEngineEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringGetObjectData, ToISerializablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public TableLayoutSettings()
throws java.lang.Throwable
java.lang.Throwablepublic TableLayoutSettings(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static TableLayoutSettings cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into TableLayoutSettings, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedTableLayoutSettings instancejava.lang.Throwable - in case of error during cast operationpublic TableLayoutPanelCellPosition GetCellPosition(NetObject control) throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
public int GetColumn(NetObject control) throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionKeyNotFoundExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionpublic int getColumnCount()
throws java.lang.Throwable
java.lang.Throwablepublic int GetColumnSpan(NetObject control) throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionKeyNotFoundExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionpublic TableLayoutColumnStyleCollection getColumnStyles() throws java.lang.Throwable
java.lang.Throwablepublic TableLayoutPanelGrowStyle getGrowStyle() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ISerializablegetJCOAssemblyName in class LayoutSettingsString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ISerializablegetJCOClassName in class LayoutSettingsString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ISerializablegetJCOInstance in class LayoutSettingsObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ISerializablegetJCOObjectName in class LayoutSettingsString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ISerializablegetJCOType in class LayoutSettingsJCType representing the CLR Type of the instantiated Classpublic int GetRow(NetObject control) throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionKeyNotFoundExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionpublic int getRowCount()
throws java.lang.Throwable
java.lang.Throwablepublic int GetRowSpan(NetObject control) throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionKeyNotFoundExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedExceptionpublic TableLayoutRowStyleCollection getRowStyles() throws java.lang.Throwable
java.lang.Throwablepublic void SetCellPosition(NetObject control, TableLayoutPanelCellPosition cellPosition) throws java.lang.Throwable, ArgumentNullException, KeyNotFoundException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
public void SetColumn(NetObject control, int column) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionKeyNotFoundExceptionpublic void setColumnCount(int ColumnCount)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic void SetColumnSpan(NetObject control, int value) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionKeyNotFoundExceptionpublic void setGrowStyle(TableLayoutPanelGrowStyle GrowStyle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class LayoutSettingspublic void SetRow(NetObject control, int row) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionKeyNotFoundExceptionpublic void setRowCount(int RowCount)
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic void SetRowSpan(NetObject control, int value) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionKeyNotFoundException