Uses of Class
cardmanager.impl.Settings
Packages that use Settings
Package
Description
-
Uses of Settings in cardmanager.gui
Constructors in cardmanager.gui with parameters of type SettingsModifierConstructorDescriptionGlobalSettingsDialog(Frame parent, boolean modal, Settings setting) Creates new form GlobalSettingsDialogJListScroller(JScrollPane jScrollPane1, Settings settings, JList jList1) NetworkGameSettings(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 SettingsModifierConstructorDescriptionGameViewOutput(Settings settings, NetworkLogger logger) MemoWatcher(JTextArea jTextArea1, Settings settings) SimpleCardComponent(Settings settings, Card card) -
Uses of Settings in cardmanager.impl
Constructors in cardmanager.impl with parameters of type Settings -
Uses of Settings in cardmanager.impl.networking
Methods in cardmanager.impl.networking that return SettingsConstructors in cardmanager.impl.networking with parameters of type SettingsModifierConstructorDescriptionClientPlayerCreator(InetAddress server, DefaultListModel output, String name, JDialog blocker, Settings settings) Creates a new instance of ClientControlerServerPlayerCreator(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 SettingsModifier and TypeMethodDescriptionstatic PackageAbstractPackage.unpackPackageDef(Settings s, PackageDeffinition def) Constructors in cardmanager.impl.packages with parameters of type Settings -
Uses of Settings in cardmanager.networking.impl
Constructors in cardmanager.networking.impl with parameters of type SettingsModifierConstructorDescriptionClientNetworkGame(Settings settings, JoinedPlayer joinedPalyer) ServerNetworkGame(Settings settings, ArrayList<JoinedPlayer> joinedPlayers)