public class Params
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
cbNotify |
boolean |
cbReceiveMess |
boolean |
cbUseServer |
java.util.Locale |
curerntLocale |
long |
editID |
int |
editLocalPort |
java.lang.String |
editServerAddress |
int |
editServerPort |
static java.lang.String |
FILE_PROPS |
java.util.LinkedList<Partner> |
list |
static javafx.collections.ObservableList<java.util.Locale> |
LOCALES |
Modifier and Type | Method and Description |
---|---|
static Params |
get() |
boolean |
load() |
void |
save() |
public static final java.lang.String FILE_PROPS
public final java.util.LinkedList<Partner> list
public boolean cbReceiveMess
public boolean cbUseServer
public boolean cbNotify
public java.lang.String editServerAddress
public int editServerPort
public long editID
public int editLocalPort
public java.util.Locale curerntLocale
public static final javafx.collections.ObservableList<java.util.Locale> LOCALES
public static Params get()
public boolean load()
public void save()