com.ibm.mq.explorer.ui.extensions

Class PreferenceId

  • java.lang.Object
    • com.ibm.mq.explorer.ui.extensions.PreferenceId


  • public class PreferenceId
    extends java.lang.Object
    Class describing all UI Preference id's
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT_NOTICE
      Copyright notice
      static java.lang.String PREFERENCEID_SHOW_OBJECT_STATUS
      Preference - whether TreeNodes in the Navigator View should append their status to their name
      static java.lang.String SCCSID
      SCCS id - expanded when file is extracted from CMVC
    • Constructor Summary

      Constructors 
      Constructor and Description
      PreferenceId()
      Constructor - Not Used
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SCCSID

        public static final java.lang.String SCCSID
        SCCS id - expanded when file is extracted from CMVC
        See Also:
        Constant Field Values
      • COPYRIGHT_NOTICE

        public static final java.lang.String COPYRIGHT_NOTICE
        Copyright notice
        See Also:
        Constant Field Values
      • PREFERENCEID_SHOW_OBJECT_STATUS

        public static final java.lang.String PREFERENCEID_SHOW_OBJECT_STATUS
        Preference - whether TreeNodes in the Navigator View should append their status to their name
        See Also:
        Constant Field Values
    • Constructor Detail

      • PreferenceId

        public PreferenceId()
        Constructor - Not Used