|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FreeColException | |
---|---|
net.sf.freecol.client.gui | Contains the GUI classes. |
net.sf.freecol.client.gui.plaf | Contains the user interface objects for the "FreeCol Look and Feel". |
net.sf.freecol.client.gui.sound | This package contains the classes for handling sfx/music in FreeCol. |
net.sf.freecol.common.logging | Contains classes for handling the logs. |
net.sf.freecol.common.networking | Contains the common networking classes. |
net.sf.freecol.server | The main package of the server package tree. |
net.sf.freecol.server.control | Contains the classes responsible for the control of the game. |
net.sf.freecol.server.generator | Contains the map generator. |
Uses of FreeColException in net.sf.freecol.client.gui |
---|
Methods in net.sf.freecol.client.gui that throw FreeColException | |
---|---|
ImageLibrary |
ImageLibrary.getScaledImageLibrary(float scalingFactor)
Gets a scaled version of this ImageLibrary . |
void |
ImageLibrary.init()
Performs all necessary init operations such as loading of data files. |
Constructors in net.sf.freecol.client.gui that throw FreeColException | |
---|---|
ImageLibrary()
The constructor to use. |
|
ImageLibrary(java.lang.String freeColHome)
A constructor that takes a directory as FreeCol's home. |
Uses of FreeColException in net.sf.freecol.client.gui.plaf |
---|
Constructors in net.sf.freecol.client.gui.plaf that throw FreeColException | |
---|---|
FreeColLookAndFeel(java.awt.Dimension windowSize)
Initiates a new "FreeCol Look and Feel". |
|
FreeColLookAndFeel(java.lang.String dataFolder,
java.awt.Dimension windowSize)
Initiates a new "FreeCol Look and Feel". |
Uses of FreeColException in net.sf.freecol.client.gui.sound |
---|
Constructors in net.sf.freecol.client.gui.sound that throw FreeColException | |
---|---|
MusicLibrary(java.lang.String freeColHome)
The constructor. |
|
SfxLibrary(java.lang.String freeColHome)
The constructor. |
|
SoundLibrary(java.io.File dir)
The constructor. |
Uses of FreeColException in net.sf.freecol.common.logging |
---|
Constructors in net.sf.freecol.common.logging that throw FreeColException | |
---|---|
DefaultHandler(boolean consoleLogging,
java.lang.String fileName)
The constructor to use. |
Uses of FreeColException in net.sf.freecol.common.networking |
---|
Methods in net.sf.freecol.common.networking that throw FreeColException | |
---|---|
org.w3c.dom.Element |
MessageHandler.handle(Connection connection,
org.w3c.dom.Element element)
Handles the main element of an XML message. |
Uses of FreeColException in net.sf.freecol.server |
---|
Methods in net.sf.freecol.server that throw FreeColException | |
---|---|
static void |
FreeColServer.checkSavegameVersion(javax.xml.stream.XMLStreamReader xsr)
|
java.lang.String |
FreeColServer.loadGame(FreeColSavegameFile fis)
Loads a game. |
void |
FreeColServer.loadHighScores()
Loads high scores. |
Constructors in net.sf.freecol.server that throw FreeColException | |
---|---|
FreeColServer(FreeColSavegameFile savegame,
boolean publicServer,
boolean singleplayer,
int port,
java.lang.String name)
Starts a new server in a specified mode and with a specified port and loads the game from the given file. |
Uses of FreeColException in net.sf.freecol.server.control |
---|
Methods in net.sf.freecol.server.control that throw FreeColException | |
---|---|
void |
PreGameController.startGame()
Updates and starts the game. |
Uses of FreeColException in net.sf.freecol.server.generator |
---|
Methods in net.sf.freecol.server.generator that throw FreeColException | |
---|---|
void |
MapGenerator.createMap(Game game)
|
void |
IMapGenerator.createMap(Game game)
Creates the map with the current set options |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |