Uses of Class
cardmanager.impl.Settings
-
Packages that use Settings Package Description cardmanager.gui cardmanager.gui.impl cardmanager.impl cardmanager.impl.networking cardmanager.impl.packages cardmanager.networking.impl -
-
Uses of Settings in cardmanager.gui
Constructors in cardmanager.gui with parameters of type Settings Constructor Description GlobalSettingsDialog(java.awt.Frame parent, boolean modal, Settings setting)
Creates new form GlobalSettingsDialogJListScroller(javax.swing.JScrollPane jScrollPane1, Settings settings, javax.swing.JList jList1)
NetworkGameSettings(java.awt.Frame parent, boolean modal, Settings ts, CollectionOperator c, NetworkLogger logger)
Creates new form NetworkGameSettings -
Uses of Settings in cardmanager.gui.impl
Constructors in cardmanager.gui.impl with parameters of type Settings Constructor Description GameViewOutput(Settings settings, NetworkLogger logger)
HandComponent(Settings s)
MemoWatcher(javax.swing.JTextArea jTextArea1, Settings settings)
SimpleCardComponent(Settings settings, Card card)
-
Uses of Settings in cardmanager.impl
Constructors in cardmanager.impl with parameters of type Settings Constructor Description NetworkLogger(Settings settings)
-
Uses of Settings in cardmanager.impl.networking
Methods in cardmanager.impl.networking that return Settings Modifier and Type Method Description Settings
ClientPlayerCreator. getSettings()
Constructors in cardmanager.impl.networking with parameters of type Settings Constructor Description ClientPlayerCreator(java.net.InetAddress server, javax.swing.DefaultListModel output, java.lang.String name, javax.swing.JDialog blocker, Settings settings)
Creates a new instance of ClientControlerNetworkStarter(Settings s)
ServerPlayerCreator(javax.swing.DefaultListModel outputPlayers, Settings settings)
Creates a new instance of ServerControler -
Uses of Settings in cardmanager.impl.packages
Methods in cardmanager.impl.packages with parameters of type Settings Modifier and Type Method Description static Package
AbstractPackage. unpackPackageDef(Settings s, PackageDeffinition def)
Constructors in cardmanager.impl.packages with parameters of type Settings Constructor Description SharedPackage(Settings settings)
-
Uses of Settings in cardmanager.networking.impl
Constructors in cardmanager.networking.impl with parameters of type Settings Constructor Description ClientNetworkGame(Settings settings, JoinedPlayer joinedPalyer)
ServerNetworkGame(Settings settings, java.util.ArrayList<JoinedPlayer> joinedPlayers)
-