esmska.data
Class Links

java.lang.Object
  extended by esmska.data.Links

public class Links
extends java.lang.Object

Class containing links to program websites or other program actions


Field Summary
static java.lang.String CHECK_UPDATE
          get the update file
static java.lang.String CONFIG_GATEWAYS
          internal program link telling to open the config dialog on the gateways tab
static java.lang.String DONATE
          program donations and other support
static java.lang.String DONATORS
          list of program donators
static java.lang.String DOWNLOAD
          program download page
static java.lang.String FAQ
          program FAQ
static java.lang.String FORUM
          program support forum
static java.lang.String HOMEPAGE
          program homepage
static java.lang.String ISSUES
          program issue tracker
static java.lang.String SEND_STATS
          link to send usage statistics to
static java.lang.String TRANSLATE
          program translations
 
Constructor Summary
Links()
           
 
Method Summary
static java.net.URI getURI(java.lang.String url)
          Covert string URL to URI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HOMEPAGE

public static final java.lang.String HOMEPAGE
program homepage

See Also:
Constant Field Values

DOWNLOAD

public static final java.lang.String DOWNLOAD
program download page

See Also:
Constant Field Values

ISSUES

public static final java.lang.String ISSUES
program issue tracker

See Also:
Constant Field Values

FAQ

public static final java.lang.String FAQ
program FAQ

See Also:
Constant Field Values

FORUM

public static final java.lang.String FORUM
program support forum

See Also:
Constant Field Values

TRANSLATE

public static final java.lang.String TRANSLATE
program translations

See Also:
Constant Field Values

DONATE

public static final java.lang.String DONATE
program donations and other support

See Also:
Constant Field Values

DONATORS

public static final java.lang.String DONATORS
list of program donators

See Also:
Constant Field Values

CONFIG_GATEWAYS

public static final java.lang.String CONFIG_GATEWAYS
internal program link telling to open the config dialog on the gateways tab

See Also:
Constant Field Values

CHECK_UPDATE

public static final java.lang.String CHECK_UPDATE
get the update file

See Also:
Constant Field Values

SEND_STATS

public static final java.lang.String SEND_STATS
link to send usage statistics to

See Also:
Constant Field Values
Constructor Detail

Links

public Links()
Method Detail

getURI

public static java.net.URI getURI(java.lang.String url)
Covert string URL to URI. Returns null if conversion fails.