org.fopps.ui.project
Class ProjectListController

java.lang.Object
  |
  +--org.fopps.ui.ListController
        |
        +--org.fopps.ui.project.ProjectListController
All Implemented Interfaces:
ContainerSelectable, Controller, java.util.EventListener, java.awt.ItemSelectable, javax.swing.event.ListSelectionListener, java.awt.event.MouseListener

public class ProjectListController
extends ListController

ProjectListController is a simple list controller for the project list of the configuration view

Author:
Oliver Wieland

Constructor Summary
ProjectListController(EnhancedList pList)
           
 
Method Summary
 void setContainer(ProjectContainer pContainer)
          Sets the container
 
Methods inherited from class org.fopps.ui.ListController
addItemListener, getList, getListeners, getSelectedObjects, getViews, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, removeItemListener, valueChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectListController

public ProjectListController(EnhancedList pList)
Method Detail

setContainer

public void setContainer(ProjectContainer pContainer)
Description copied from interface: ContainerSelectable
Sets the container

Specified by:
setContainer in interface ContainerSelectable
Specified by:
setContainer in class ListController
See Also:
ContainerSelectable.setContainer(ProjectContainer)


Fopps 0.19 - Copyright © 2002 Oliver Wieland. All Rights Reserved.