Table of Contents

Class RowSorter<M>

Namespace
Javax.Swing
Assembly
MASES.JNet.dll
public class RowSorter<M> : JVMBridgeBase<RowSorter<M>>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition

Type Parameters

M
Inheritance
JVMBridgeBase
JVMBridgeBase<RowSorter<M>>
RowSorter<M>
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<RowSorter<M>>.IsAssignableFrom(IJavaType)
JVMBridgeBase<RowSorter<M>>.IsAssignableFrom<T>()
JVMBridgeBase<RowSorter<M>>.Execute<T>(params T[])
JVMBridgeBase<RowSorter<M>>.DynBridgeClazz
JVMBridgeBase<RowSorter<M>>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

RowSorter()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("RowSorter class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public RowSorter()

RowSorter(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

[Obsolete("RowSorter class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public RowSorter(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Model

public M Model { get; }

Property Value

M

ModelRowCount

public int ModelRowCount { get; }

Property Value

int

SortKeys

public List SortKeys { get; set; }

Property Value

List

ViewRowCount

public int ViewRowCount { get; }

Property Value

int

Methods

AddRowSorterListener(RowSorterListener)

public void AddRowSorterListener(RowSorterListener arg0)

Parameters

arg0 RowSorterListener

RowSorterListener

AllRowsChanged()

public void AllRowsChanged()

ConvertRowIndexToModel(int)

public int ConvertRowIndexToModel(int arg0)

Parameters

arg0 int

int

Returns

int

int

ConvertRowIndexToView(int)

public int ConvertRowIndexToView(int arg0)

Parameters

arg0 int

int

Returns

int

int

ModelStructureChanged()

public void ModelStructureChanged()

RemoveRowSorterListener(RowSorterListener)

public void RemoveRowSorterListener(RowSorterListener arg0)

Parameters

arg0 RowSorterListener

RowSorterListener

RowsDeleted(int, int)

public void RowsDeleted(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

RowsInserted(int, int)

public void RowsInserted(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

RowsUpdated(int, int)

public void RowsUpdated(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

RowsUpdated(int, int, int)

public void RowsUpdated(int arg0, int arg1, int arg2)

Parameters

arg0 int

int

arg1 int

int

arg2 int

int

ToggleSortOrder(int)

public void ToggleSortOrder(int arg0)

Parameters

arg0 int

int

Operators

implicit operator RowSorter(RowSorter<M>)

Converter from RowSorter<M> to RowSorter

public static implicit operator RowSorter(RowSorter<M> t)

Parameters

t RowSorter<M>

Returns

RowSorter