Class WebHubProfile.ConfigEnabler

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    WebHubProfile

    private class WebHubProfile.ConfigEnabler
    extends java.lang.Object
    implements java.lang.Runnable
    Runnable to be called on the Event Dispatch Thread which sets the enabledness of the user controls for configuration of this profile.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean isEnabled_  
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigEnabler​(boolean isEnabled)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

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

      • isEnabled_

        private final boolean isEnabled_
    • Constructor Detail

      • ConfigEnabler

        ConfigEnabler​(boolean isEnabled)
        Constructor.
        Parameters:
        isEnabled - status assigned to config controls by calling this object's run() method
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable