Class DefaultRowSorter
public class DefaultRowSorter : RowSorter, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
DefaultRowSorter
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
DefaultRowSorter()
public DefaultRowSorter()
DefaultRowSorter(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 DefaultRowSorter(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
MaxSortKeys
https://docs.oracle.com/javase/8/docs/api/javax/swing/DefaultRowSorter.html#getMaxSortKeys-- https://docs.oracle.com/javase/8/docs/api/javax/swing/DefaultRowSorter.html#setMaxSortKeys-int-
public int MaxSortKeys { get; set; }
Property Value
RowFilter
https://docs.oracle.com/javase/8/docs/api/javax/swing/DefaultRowSorter.html#getRowFilter-- https://docs.oracle.com/javase/8/docs/api/javax/swing/DefaultRowSorter.html#setRowFilter-javax.swing.RowFilter-
public RowFilter RowFilter { get; set; }
Property Value
SortsOnUpdates
https://docs.oracle.com/javase/8/docs/api/javax/swing/DefaultRowSorter.html#getSortsOnUpdates-- https://docs.oracle.com/javase/8/docs/api/javax/swing/DefaultRowSorter.html#setSortsOnUpdates-boolean-
public bool SortsOnUpdates { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for DefaultRowSorter()
public static DefaultRowSorter CreatePoolableInstance()
Returns
GetComparator(int)
public Comparator GetComparator(int arg0)
Parameters
Returns
IsSortable(int)
public bool IsSortable(int arg0)
Parameters
Returns
SetComparator(int, Comparator)
public void SetComparator(int arg0, Comparator arg1)
Parameters
arg0intarg1Comparator
SetSortable(int, bool)
https://docs.oracle.com/javase/8/docs/api/javax/swing/DefaultRowSorter.html#setSortable-int-boolean-
public void SetSortable(int arg0, bool arg1)
Parameters
Sort()
public void Sort()