openfuture.bugbase.app.controller
Class DoubleListController

java.lang.Object
  |
  +--openfuture.bugbase.app.controller.AbsController
        |
        +--openfuture.bugbase.app.controller.DoubleListController
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.awt.event.FocusListener, java.awt.event.ItemListener, javax.swing.event.ListSelectionListener, javax.swing.event.TableModelListener

public class DoubleListController
extends AbsController

DoubleListController.java Created: Sun Jun 11 21:05:10 2000

Version:
$Revision: 1.3 $
Author:
Wolfgang Reissenberger

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

DoubleListController

public DoubleListController(AbsController parentController,
                            java.util.LinkedList leftList,
                            java.util.LinkedList rightList)
Method Detail

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
Overrides:
valueChanged in class AbsController
Parameters:
e - event of the list

getLeftSelectedIndex

public java.lang.Integer getLeftSelectedIndex()
Get the value of leftSelectedIndex.
Returns:
Value of leftSelectedIndex.

setLeftSelectedIndex

public void setLeftSelectedIndex(java.lang.Integer v)
Set the value of leftSelectedIndex.
Parameters:
v - Value to assign to leftSelectedIndex.

getRightSelectedIndex

public java.lang.Integer getRightSelectedIndex()
Get the value of rightSelectedIndex.
Returns:
Value of rightSelectedIndex.

setRightSelectedIndex

public void setRightSelectedIndex(java.lang.Integer v)
Set the value of rightSelectedIndex.
Parameters:
v - Value to assign to rightSelectedIndex.

getLeftSelected

public java.lang.Object getLeftSelected()
Get the value of leftSelected.
Returns:
Value of leftSelected.

setLeftSelected

public void setLeftSelected(java.lang.Object v)
Set the value of leftSelected.
Parameters:
v - Value to assign to leftSelected.

getRightSelected

public java.lang.Object getRightSelected()
Get the value of rightSelected.
Returns:
Value of rightSelected.

setRightSelected

public void setRightSelected(java.lang.Object v)
Set the value of rightSelected.
Parameters:
v - Value to assign to rightSelected.

getLeftListModel

public SimpleListModel getLeftListModel()
Get the value of leftListModel.
Returns:
Value of leftListModel.

setLeftListModel

public void setLeftListModel(SimpleListModel v)
Set the value of leftListModel.
Parameters:
v - Value to assign to leftListModel.

getRightListModel

public SimpleListModel getRightListModel()
Get the value of rightListModel.
Returns:
Value of rightListModel.

setRightListModel

public void setRightListModel(SimpleListModel v)
Set the value of rightListModel.
Parameters:
v - Value to assign to rightListModel.


Copyright © 2000 -- 2003 openfuture.de. All Rights Reserved.