|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.javatools.ui.combo.FixListComboModel
public class FixListComboModel
A model for use in a JFixListCombo
| Constructor Summary | |
|---|---|
FixListComboModel(javax.swing.JList scrollList, javax.swing.JList fixList, boolean fixListBelow) |
|
| Method Summary | |
|---|---|
void |
addListDataListener(javax.swing.event.ListDataListener l)Currently does nothing |
java.lang.Object |
getElementAt(int index)Select the item specifid by the index. |
boolean |
getFixListBelow() |
java.lang.Object |
getSelectedItem() |
int |
getSize() |
void |
removeListDataListener(javax.swing.event.ListDataListener l)Currently does nothing |
void |
setFixListBelow(boolean fixListBelow) |
void |
setSelectedItem(java.lang.Object anItem)Select the ite. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FixListComboModel(javax.swing.JList scrollList,
javax.swing.JList fixList,
boolean fixListBelow)
| Method Detail |
|---|
public java.lang.Object getSelectedItem()
getSelectedItem in interface javax.swing.ComboBoxModelpublic void setSelectedItem(java.lang.Object anItem)
setSelectedItem in interface javax.swing.ComboBoxModelanItem -public java.lang.Object getElementAt(int index)
getElementAt in interface javax.swing.ListModelindex -public int getSize()
getSize in interface javax.swing.ListModelpublic boolean getFixListBelow()
public void setFixListBelow(boolean fixListBelow)
public void addListDataListener(javax.swing.event.ListDataListener l)
addListDataListener in interface javax.swing.ListModell -public void removeListDataListener(javax.swing.event.ListDataListener l)
removeListDataListener in interface javax.swing.ListModell -
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||