java.io.Serializable
, javax.swing.ListModel
public class ListModel2
extends javax.swing.AbstractListModel
Constructor | Description |
---|---|
ListModel2(javax.swing.ListModel model1,
javax.swing.ListModel model2) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
getElementAt(int ix) |
|
javax.swing.ListModel |
getModel1() |
Returns the model providing the first run of entries.
|
javax.swing.ListModel |
getModel2() |
Returns the model providing the second run of entries.
|
int |
getSize() |
public ListModel2(javax.swing.ListModel model1, javax.swing.ListModel model2)
model1
- first constituent modelmodel2
- second constituend modelpublic javax.swing.ListModel getModel1()
public javax.swing.ListModel getModel2()
public java.lang.Object getElementAt(int ix)
public int getSize()
Copyright ? 2003-2018 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.