Class EASyProducerConstants


  • public class EASyProducerConstants
    extends java.lang.Object
    Naming constants for hole plug-in, especially GUI.
    Since:
    05.09.2011
    Author:
    El-Sharkawy
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EASY_PRODUCER_ERROR
      Error message.
      static java.lang.String EASY_PRODUCER_INFO
      Info message.
      static java.lang.String PROGRAM_NAME
      The Name of the program/plug-in.
      static java.lang.String VERSION
      Current program version.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PROGRAM_NAME

        public static final java.lang.String PROGRAM_NAME
        The Name of the program/plug-in.
        See Also:
        Constant Field Values
      • VERSION

        public static final java.lang.String VERSION
        Current program version.
        See Also:
        Constant Field Values
      • EASY_PRODUCER_INFO

        public static final java.lang.String EASY_PRODUCER_INFO
        Info message.
        See Also:
        Constant Field Values
      • EASY_PRODUCER_ERROR

        public static final java.lang.String EASY_PRODUCER_ERROR
        Error message.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EASyProducerConstants

        public EASyProducerConstants()