|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--openfuture.bugbase.app.controller.AbsController | +--openfuture.bugbase.app.controller.DoubleListController
DoubleListController.java Created: Sun Jun 11 21:05:10 2000
Constructor Summary | |
DoubleListController(AbsController parentController,
java.util.LinkedList leftList,
java.util.LinkedList rightList)
|
Method Summary | |
SimpleListModel |
getLeftListModel()
Get the value of leftListModel. |
java.lang.Object |
getLeftSelected()
Get the value of leftSelected. |
java.lang.Integer |
getLeftSelectedIndex()
Get the value of leftSelectedIndex. |
SimpleListModel |
getRightListModel()
Get the value of rightListModel. |
java.lang.Object |
getRightSelected()
Get the value of rightSelected. |
java.lang.Integer |
getRightSelectedIndex()
Get the value of rightSelectedIndex. |
void |
setLeftListModel(SimpleListModel v)
Set the value of leftListModel. |
void |
setLeftSelected(java.lang.Object v)
Set the value of leftSelected. |
void |
setLeftSelectedIndex(java.lang.Integer v)
Set the value of leftSelectedIndex. |
void |
setRightListModel(SimpleListModel v)
Set the value of rightListModel. |
void |
setRightSelected(java.lang.Object v)
Set the value of rightSelected. |
void |
setRightSelectedIndex(java.lang.Integer v)
Set the value of rightSelectedIndex. |
void |
valueChanged(javax.swing.event.ListSelectionEvent e)
|
Methods inherited from class openfuture.bugbase.app.controller.AbsController |
actionPerformed, focusGained, focusLost, getBugReport, getIgnoreEvents, getProject, getServletClient, getView, init, itemStateChanged, setBugReport, setIgnoreEvents, setProject, setServletClient, setView, showError, showError, showI18NError, showI18NError, stringToDate, tableChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DoubleListController(AbsController parentController, java.util.LinkedList leftList, java.util.LinkedList rightList)
Method Detail |
public void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged
in class AbsController
e
- event of the listpublic java.lang.Integer getLeftSelectedIndex()
public void setLeftSelectedIndex(java.lang.Integer v)
v
- Value to assign to leftSelectedIndex.public java.lang.Integer getRightSelectedIndex()
public void setRightSelectedIndex(java.lang.Integer v)
v
- Value to assign to rightSelectedIndex.public java.lang.Object getLeftSelected()
public void setLeftSelected(java.lang.Object v)
v
- Value to assign to leftSelected.public java.lang.Object getRightSelected()
public void setRightSelected(java.lang.Object v)
v
- Value to assign to rightSelected.public SimpleListModel getLeftListModel()
public void setLeftListModel(SimpleListModel v)
v
- Value to assign to leftListModel.public SimpleListModel getRightListModel()
public void setRightListModel(SimpleListModel v)
v
- Value to assign to rightListModel.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |