Class ListSelectionModel
public class ListSelectionModel : JVMBridgeBase<ListSelectionModel>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IListSelectionModel
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<ListSelectionModel>ListSelectionModel
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<ListSelectionModel>.IsAssignableFrom(IJavaType)JVMBridgeBase<ListSelectionModel>.IsAssignableFrom<T>()JVMBridgeBase<ListSelectionModel>.Execute<T>(params T[])JVMBridgeBase<ListSelectionModel>.DynBridgeClazzJVMBridgeBase<ListSelectionModel>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
ListSelectionModel()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("ListSelectionModel 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 ListSelectionModel()
ListSelectionModel(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("ListSelectionModel 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 ListSelectionModel(params object[] args)
Parameters
args
object[]
Properties
AnchorSelectionIndex
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/ListSelectionModel.html#getAnchorSelectionIndex() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/ListSelectionModel.html#setAnchorSelectionIndex(int)
public int AnchorSelectionIndex { get; set; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
LeadSelectionIndex
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/ListSelectionModel.html#getLeadSelectionIndex() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/ListSelectionModel.html#setLeadSelectionIndex(int)
public int LeadSelectionIndex { get; set; }
Property Value
MULTIPLE_INTERVAL_SELECTION
public static int MULTIPLE_INTERVAL_SELECTION { get; }
Property Value
MaxSelectionIndex
public int MaxSelectionIndex { get; }
Property Value
MinSelectionIndex
public int MinSelectionIndex { get; }
Property Value
SINGLE_INTERVAL_SELECTION
public static int SINGLE_INTERVAL_SELECTION { get; }
Property Value
SINGLE_SELECTION
public static int SINGLE_SELECTION { get; }
Property Value
SelectedIndices
public int[] SelectedIndices { get; }
Property Value
- int[]
SelectedItemsCount
public int SelectedItemsCount { get; }
Property Value
SelectionMode
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/ListSelectionModel.html#getSelectionMode() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/ListSelectionModel.html#setSelectionMode(int)
public int SelectionMode { get; set; }
Property Value
ValueIsAdjusting
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/ListSelectionModel.html#getValueIsAdjusting() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/ListSelectionModel.html#setValueIsAdjusting(boolean)
public bool ValueIsAdjusting { get; set; }
Property Value
Methods
AddListSelectionListener(ListSelectionListener)
public void AddListSelectionListener(ListSelectionListener arg0)
Parameters
AddSelectionInterval(int, int)
public void AddSelectionInterval(int arg0, int arg1)
Parameters
ClearSelection()
public void ClearSelection()
InsertIndexInterval(int, int, bool)
public void InsertIndexInterval(int arg0, int arg1, bool arg2)
Parameters
IsSelectedIndex(int)
public bool IsSelectedIndex(int arg0)
Parameters
Returns
IsSelectionEmpty()
public bool IsSelectionEmpty()
Returns
RemoveIndexInterval(int, int)
public void RemoveIndexInterval(int arg0, int arg1)
Parameters
RemoveListSelectionListener(ListSelectionListener)
public void RemoveListSelectionListener(ListSelectionListener arg0)
Parameters
RemoveSelectionInterval(int, int)
public void RemoveSelectionInterval(int arg0, int arg1)
Parameters
SetSelectionInterval(int, int)
public void SetSelectionInterval(int arg0, int arg1)