A C G I J O P R S U V

A

AcCloseStatsView - Class in org.jtheque.films.stats.view.impl.actions
Action to close the stats view.
AcCloseStatsView() - Constructor for class org.jtheque.films.stats.view.impl.actions.AcCloseStatsView
Construct a new AcCloseStatsView.
AcRefreshStats - Class in org.jtheque.films.stats.view.impl.actions
Action to refresh the stats view.
AcRefreshStats() - Constructor for class org.jtheque.films.stats.view.impl.actions.AcRefreshStats
Construct a new AcRefreshStats.
actionPerformed(ActionEvent) - Method in class org.jtheque.films.stats.view.impl.actions.AcCloseStatsView
 
actionPerformed(ActionEvent) - Method in class org.jtheque.films.stats.view.impl.actions.AcRefreshStats
 

C

clear(Iterable<Counter>) - Static method in class org.jtheque.films.stats.services.impl.utils.CounterUtils
Clear all the counters.
clearButGenerals(Map<String, Counters>) - Static method in class org.jtheque.films.stats.services.impl.utils.CounterUtils
Clear the map of all the counters but keep the generals counter.
closeDown() - Method in class org.jtheque.films.stats.view.impl.StatsView
 
CounterUtils - Class in org.jtheque.films.stats.services.impl.utils
Utils class for the Counters.

G

generateStats() - Method in class org.jtheque.films.stats.services.impl.utils.StatsCalculator
 
generateStats() - Method in interface org.jtheque.films.stats.services.impl.utils.StatsInformations
Generate the stats.
getHeader() - Method in class org.jtheque.films.stats.view.impl.panels.PanelStats
Return the header of the panel.
getHeaderActors() - Method in interface org.jtheque.films.stats.view.able.IStatsView
Return the header of the actors tab.
getHeaderActors() - Method in class org.jtheque.films.stats.view.impl.StatsView
 
getHeaderFilms() - Method in interface org.jtheque.films.stats.view.able.IStatsView
Return the header of the films tab.
getHeaderFilms() - Method in class org.jtheque.films.stats.view.impl.StatsView
 
getHeaderRealizers() - Method in interface org.jtheque.films.stats.view.able.IStatsView
Return the header of the realizer tab.
getHeaderRealizers() - Method in class org.jtheque.films.stats.view.impl.StatsView
 
getInformations() - Method in interface org.jtheque.films.stats.services.able.IStatsService
Return the statistics information.
getInformations() - Method in class org.jtheque.films.stats.services.impl.StatsService
 
getInstance() - Static method in class org.jtheque.films.stats.services.impl.utils.StatsCalculator
Return the unique instance of Statistics.
getNumberOfActors() - Method in class org.jtheque.films.stats.services.impl.utils.StatsCalculator
 
getNumberOfActors() - Method in interface org.jtheque.films.stats.services.impl.utils.StatsInformations
Return the total number of actors.
getNumberOfFilms() - Method in class org.jtheque.films.stats.services.impl.utils.StatsCalculator
 
getNumberOfFilms() - Method in interface org.jtheque.films.stats.services.impl.utils.StatsInformations
Return the total number of films.
getNumberOfRealizers() - Method in class org.jtheque.films.stats.services.impl.utils.StatsCalculator
 
getNumberOfRealizers() - Method in interface org.jtheque.films.stats.services.impl.utils.StatsInformations
Return the total number of realizers.
getStatsOfActorsByCountry() - Method in class org.jtheque.films.stats.services.impl.utils.StatsCalculator
 
getStatsOfActorsByCountry() - Method in interface org.jtheque.films.stats.services.impl.utils.StatsInformations
Return the stats of the actors by country.
getStatsOfActorsByNote() - Method in class org.jtheque.films.stats.services.impl.utils.StatsCalculator
 
getStatsOfActorsByNote() - Method in interface org.jtheque.films.stats.services.impl.utils.StatsInformations
Return the stats of the actors by note.
getStatsOfFilmByKind() - Method in class org.jtheque.films.stats.services.impl.utils.StatsCalculator
 
getStatsOfFilmByKind() - Method in interface org.jtheque.films.stats.services.impl.utils.StatsInformations
Return the stats of the films by kind.
getStatsOfFilmByNote() - Method in class org.jtheque.films.stats.services.impl.utils.StatsCalculator
 
getStatsOfFilmByNote() - Method in interface org.jtheque.films.stats.services.impl.utils.StatsInformations
Return the stats of the films by note.
getStatsOfFilmByType() - Method in class org.jtheque.films.stats.services.impl.utils.StatsCalculator
 
getStatsOfFilmByType() - Method in interface org.jtheque.films.stats.services.impl.utils.StatsInformations
Return the stats of the films by type.
getStatsOfRealizersByCountry() - Method in class org.jtheque.films.stats.services.impl.utils.StatsCalculator
 
getStatsOfRealizersByCountry() - Method in interface org.jtheque.films.stats.services.impl.utils.StatsInformations
Return the stats of the realizers by country.
getStatsOfRealizersByNote() - Method in class org.jtheque.films.stats.services.impl.utils.StatsCalculator
 
getStatsOfRealizersByNote() - Method in interface org.jtheque.films.stats.services.impl.utils.StatsInformations
Return the stats of the realizers by note.
getTab() - Method in interface org.jtheque.films.stats.view.able.IStatsView
Return the tabbed pane used to display the different stats panel.
getTab() - Method in class org.jtheque.films.stats.view.impl.StatsView
 
getTitles() - Method in interface org.jtheque.films.stats.services.able.IStatsService
Calculate and returns the titles of the stats.
getTitles() - Method in class org.jtheque.films.stats.services.impl.StatsService
 
getTotalDurationOfFilms() - Method in class org.jtheque.films.stats.services.impl.utils.StatsCalculator
 
getTotalDurationOfFilms() - Method in interface org.jtheque.films.stats.services.impl.utils.StatsInformations
Return the total duration of all the films.
getView() - Method in interface org.jtheque.films.stats.controller.able.IStatsController
 
getView() - Method in class org.jtheque.films.stats.controller.impl.StatsController
 

I

IMAGE_BASE_NAME - Static variable in class org.jtheque.films.stats.StatsModule
The base name for the images.
IStatsController - Interface in org.jtheque.films.stats.controller.able
A stats controller specification.
IStatsService - Interface in org.jtheque.films.stats.services.able
A service for the statistics.
IStatsView - Interface in org.jtheque.films.stats.view.able
A Stats view specification.

J

JMenuBarStats - Class in org.jtheque.films.stats.view.impl
MenuBar for the stats view.
JMenuBarStats() - Constructor for class org.jtheque.films.stats.view.impl.JMenuBarStats
Construct a new JMenuBarStats for the specified actions.
JPanelStatsActors - Class in org.jtheque.films.stats.view.impl.panels
A stats panel for actors.
JPanelStatsActors() - Constructor for class org.jtheque.films.stats.view.impl.panels.JPanelStatsActors
Construct a new JPanelStatsActors.
JPanelStatsFilms - Class in org.jtheque.films.stats.view.impl.panels
A stats panel for films.
JPanelStatsFilms() - Constructor for class org.jtheque.films.stats.view.impl.panels.JPanelStatsFilms
Construct a new JPanelStatsFilms.
JPanelStatsRealizers - Class in org.jtheque.films.stats.view.impl.panels
A stats panel for realizers.
JPanelStatsRealizers() - Constructor for class org.jtheque.films.stats.view.impl.panels.JPanelStatsRealizers
Construct a new JPanelStatsRealizers.

O

org.jtheque.films.stats - package org.jtheque.films.stats
Contains the module of stats.
org.jtheque.films.stats.controller.able - package org.jtheque.films.stats.controller.able
Contains the specification of the controllers.
org.jtheque.films.stats.controller.impl - package org.jtheque.films.stats.controller.impl
Contains the implementation of the controllers.
org.jtheque.films.stats.services.able - package org.jtheque.films.stats.services.able
Contains the interfaces of the services.
org.jtheque.films.stats.services.impl - package org.jtheque.films.stats.services.impl
Contains the implementations of the services.
org.jtheque.films.stats.services.impl.utils - package org.jtheque.films.stats.services.impl.utils
Contains the utility classes of the services.
org.jtheque.films.stats.view.able - package org.jtheque.films.stats.view.able
Contains the specification of the views.
org.jtheque.films.stats.view.impl - package org.jtheque.films.stats.view.impl
Contains the implementations of the view.
org.jtheque.films.stats.view.impl.actions - package org.jtheque.films.stats.view.impl.actions
Contains the actions of the view's layer.
org.jtheque.films.stats.view.impl.panels - package org.jtheque.films.stats.view.impl.panels
Contains the differents panels of the view.

P

PanelStats - Class in org.jtheque.films.stats.view.impl.panels
An abstract panel to display stats.
plug() - Method in class org.jtheque.films.stats.StatsModule
Plug the module.

R

refreshStats() - Method in interface org.jtheque.films.stats.services.able.IStatsService
Refresh the statistics.
refreshStats() - Method in class org.jtheque.films.stats.services.impl.StatsService
 
refreshText() - Method in class org.jtheque.films.stats.view.impl.panels.JPanelStatsActors
 
refreshText() - Method in class org.jtheque.films.stats.view.impl.panels.JPanelStatsFilms
 
refreshText() - Method in class org.jtheque.films.stats.view.impl.panels.JPanelStatsRealizers
 

S

setStats(StatsInformations) - Method in class org.jtheque.films.stats.services.impl.StatsService
Set the stats.
StatsCalculator - Class in org.jtheque.films.stats.services.impl.utils
This manage enable us to generate statistics.
StatsController - Class in org.jtheque.films.stats.controller.impl
The view controller for the stats view.
StatsController() - Constructor for class org.jtheque.films.stats.controller.impl.StatsController
 
StatsInformations - Interface in org.jtheque.films.stats.services.impl.utils
The statistics information.
StatsModule - Class in org.jtheque.films.stats
A JTheque Module to display stats of films, actors and realizers.
StatsModule() - Constructor for class org.jtheque.films.stats.StatsModule
 
StatsService - Class in org.jtheque.films.stats.services.impl
A service to manage stats.
StatsService() - Constructor for class org.jtheque.films.stats.services.impl.StatsService
 
StatsView - Class in org.jtheque.films.stats.view.impl
A view to display the stats.
StatsView(Frame, PanelStats, PanelStats, PanelStats) - Constructor for class org.jtheque.films.stats.view.impl.StatsView
Construct a new StatsView modal to the parent view.

U

unplug() - Method in class org.jtheque.films.stats.StatsModule
Unplug the module.

V

validate(Collection<JThequeError>) - Method in class org.jtheque.films.stats.view.impl.StatsView
 

A C G I J O P R S U V

Copyright © 2010 JTheque. All Rights Reserved.