Uses of Class
celeboss.data.CelebrityManager

Packages that use CelebrityManager
celeboss.data

This package provides all the required classes of the data model. 

celeboss.ui

This package provides all the UI tool classes. 

 

Uses of CelebrityManager in celeboss.data
 

Methods in celeboss.data that return CelebrityManager
 CelebrityManager ShareOwner.getManager()
          Get the Celebrity manager associated with this owner.
 CelebrityManager Portfolio.getManager()
          Get a handle to the controlling manager.
static CelebrityManager CelebrityManager.createManager()
          Creates a new manager with the default name.
static CelebrityManager CelebrityManager.createManager(java.lang.String newName)
          Creates a new manager with the specified name.
 CelebrityManager Celebrity.getManager()
          Return the owning manager.
 

Uses of CelebrityManager in celeboss.ui
 

Constructors in celeboss.ui with parameters of type CelebrityManager
TrayIcon(Launcher parent, CelebrityManager celeb)
          Create a tray icon instance for the CelebOSS system.
TradeDialog(CelebrityManager source, Celebrity sell, int maxNumber)
          Create a dialog that is used to Sell shares.
TradeDialog(CelebrityManager source, double maxCost)
          Create a dialog that is used to buy shares.
SettingsWindow(CelebrityManager source)
          Create a simple window that display a status of the manager.
ListingWindow(CelebrityManager source)
          Create a simple window that display a list of listed and delisted celebrities
LeagueWindow(CelebrityManager source)
          Create a simple window that display a table of all the known leagues
CelebritiesWindow(CelebrityManager source)
          Create a simple window that display a table of all the known celebrities in the factory.
AccountsWindow(Launcher parent, CelebrityManager source)
          Create a simple window that display a table of all the known celebrities in the factory.