Uses of Interface
org.fopps.ui.ViewActionReceiver

Packages that use ViewActionReceiver
org.fopps.ui   
org.fopps.ui.actions   
org.fopps.ui.project   
 

Uses of ViewActionReceiver in org.fopps.ui
 

Classes in org.fopps.ui that implement ViewActionReceiver
 class EnhancedList
          EnhancedList is subclass of the JList component which is able to handle view commands.
 class EnhancedTable
          EnhancedTable is a specialized table which has a persistent column model (JTable has a strange behaviour in this case, you have to overwrite createColumnModel to establish your own model, otherwise no colums are created) react on some action events
 class EnhancedTree
          EnhancedTree is able to handle view commands.
 

Methods in org.fopps.ui that return ViewActionReceiver
 ViewActionReceiver[] TreeController.getViews()
          Returns the corresponding view(s) of the controller
 ViewActionReceiver[] TableListController.getViews()
          Returns the corresponding view(s) of the controller
 ViewActionReceiver[] TableController.getViews()
          Returns the corresponding view(s) of the controller
 ViewActionReceiver[] ListController.getViews()
          Returns the corresponding view(s) of the controller
 ViewActionReceiver[] Controller.getViews()
          Returns the corresponding view(s) of the controller
 

Uses of ViewActionReceiver in org.fopps.ui.actions
 

Classes in org.fopps.ui.actions that implement ViewActionReceiver
 class ActionHandler
          ActionHandler is the mediator between data model and UI actions.
 

Methods in org.fopps.ui.actions that return ViewActionReceiver
 ViewActionReceiver ViewAction.getViewActionReceiver()
          Convenience method
 ViewActionReceiver ActionHandler.getViewActionReceiver()
          Returns the view which will receive the view actions
 

Methods in org.fopps.ui.actions with parameters of type ViewActionReceiver
 void ActionHandler.setViewActionReceiver(ViewActionReceiver pReceiver)
          Sets the view which will receive all following view actions.
 

Uses of ViewActionReceiver in org.fopps.ui.project
 

Classes in org.fopps.ui.project that implement ViewActionReceiver
 class ProjectPanel
          ProjectPanel displays scheduling and relations of products and assets
 class ProjectTable
          ProjectTable is a specialized table and will succeed the current project panel
 

Methods in org.fopps.ui.project that return ViewActionReceiver
 ViewActionReceiver[] ProjectPanelController.getViews()
          Returns the corresponding view(s) of the controller
 



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