Table of Contents

Class TableView.TableCell

Namespace
Javax.Swing.Text
Assembly
MASES.JNet.dll
[Obsolete("Deprecated in JVM")]
public class TableView.TableCell : BoxView, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ISwingConstants
Inheritance
TableView.TableCell
Implements
Inherited Members
Extension Methods

Constructors

TableCell(TableView, Element)

public TableCell(TableView arg0, Element arg1)

Parameters

arg0 TableView

TableView

arg1 Element

Element

TableCell(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public TableCell(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

ColumnCount

public int ColumnCount { get; }

Property Value

int

GridColumn

public int GridColumn { get; }

Property Value

int

GridRow

public int GridRow { get; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

RowCount

public int RowCount { get; }

Property Value

int

Methods

CreatePoolableInstance(TableView, Element)

HPA initializer for TableCell(Javax.Swing.Text.TableView arg0, Javax.Swing.Text.Element arg1)

public static TableView.TableCell CreatePoolableInstance(TableView arg0, Element arg1)

Parameters

arg0 TableView
arg1 Element

Returns

TableView.TableCell

SetGridLocation(int, int)

public void SetGridLocation(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int