Uses of Class
ch.sahits.game.graphic.display.notice.EStringSelectionState

Packages that use EStringSelectionState
ch.sahits.game.graphic.display.notice ch.sahits.game.graphic.display.notice Package 
 

Uses of EStringSelectionState in ch.sahits.game.graphic.display.notice
 

Fields in ch.sahits.game.graphic.display.notice declared as EStringSelectionState
(package private)  EStringSelectionState TradingOfficeDialogMataData.balance
          State of the string linking to the balance sheet
(package private)  EStringSelectionState TradeDialogMetaData.city2office
          State of the String linking to the trade dialog city<->office
(package private)  EStringSelectionState TradeDialogMetaData.city2ship
          State of the string linking to the trade dialog city<->ship
(package private)  EStringSelectionState TradingOfficeDialogMataData.consumtionProduction
          State of the string linking to the statistic displaying consumption and production
(package private)  EStringSelectionState MarketBoothDialogMetaData.consumtionProduction
          State of the string linking to the stat displaying consumtion and production
(package private)  EStringSelectionState TradeDialogMetaData.office2ship
          State of the string linking to the trade dialog office<->ship
(package private)  EStringSelectionState TradingOfficeDialogMataData.personal
          State of the string linking to the personal data overview
(package private)  EStringSelectionState MarketBoothDialogMetaData.stockPrices
          State of the string linking to the stat displaing available wares and their prices
(package private)  EStringSelectionState TradingOfficeDialogMataData.storageManager
          State of the string linking to the storage manager
(package private)  EStringSelectionState TradingOfficeDialogMataData.warehouses
          State of the string linking to the warehouse overview
(package private)  EStringSelectionState TradingOfficeDialogMataData.weapons
          State of the string linking to the weapons storage
(package private)  EStringSelectionState TradeDialogMetaData.weapons
          State of the String linking to the weapons trade dialog
 

Methods in ch.sahits.game.graphic.display.notice that return EStringSelectionState
static EStringSelectionState EStringSelectionState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EStringSelectionState[] EStringSelectionState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ch.sahits.game.graphic.display.notice with parameters of type EStringSelectionState
static Color ColorProvider.getStringColor(EStringSelectionState state)
          Retrieve the color by the state
 

Constructors in ch.sahits.game.graphic.display.notice with parameters of type EStringSelectionState
MarketBoothDialogMetaData(ICityPlayerProxy proxy, EStringSelectionState stockPrices, EStringSelectionState consumtionProduction)
           
TradeDialogMetaData(EStringSelectionState city2ship, EStringSelectionState office2ship, EStringSelectionState city2office, EStringSelectionState weapons, ICityPlayerProxy proxy)
           
TradingOfficeDialogMataData(ICityPlayerProxy proxy, EStringSelectionState balance, EStringSelectionState personal, EStringSelectionState consumtionProduction, EStringSelectionState weapons, EStringSelectionState warehouses, EStringSelectionState storageManager)
           
 



Copyright © 2011-2012 Sahits GmbH. All Rights Reserved.