Package esmska.data

Class Links


  • public class Links
    extends java.lang.Object
    Class containing links to program websites or other program actions
    • Field Summary

      Fields 
      Modifier and Type Field Description
      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

      Constructors 
      Constructor Description
      Links()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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
      • 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.