|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.cyberiantiger.mudclient.config.ClientConfiguration
| Field Summary | |
static java.lang.String |
CURRENT_VIEW
|
static java.lang.String |
DEFAULT_VIEW
|
| Constructor Summary | |
ClientConfiguration()
|
|
| Method Summary | |
java.lang.String |
getDefaultOutputName()
Get the name of the default output |
java.lang.String |
getHost()
Get the hostname to connect to |
javax.swing.InputMap |
getKeyBindings()
Get a map of key name to action name |
OutputConfiguration |
getOutputConfiguration(java.lang.String name)
Get the OutputConfiguration for a specific Output |
java.util.Set |
getOutputFor(java.lang.String msgClass)
Get the list of outputs which a message of type msgClass should be sent to. |
java.util.List |
getOutputNames()
Get the list of output names. |
int |
getPort()
Get the port to connect to |
java.lang.String |
getTerminalType()
Get the terminal type to send to the mud |
void |
load(java.io.InputStream in)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String DEFAULT_VIEW
public static final java.lang.String CURRENT_VIEW
| Constructor Detail |
public ClientConfiguration()
| Method Detail |
public void load(java.io.InputStream in)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getHost()
public int getPort()
public java.lang.String getTerminalType()
public java.lang.String getDefaultOutputName()
public java.util.List getOutputNames()
public OutputConfiguration getOutputConfiguration(java.lang.String name)
public java.util.Set getOutputFor(java.lang.String msgClass)
public javax.swing.InputMap getKeyBindings()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||