Class ClientWindowFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      ClientWindowFactory​()
      Deprecated. 
      Use the other constructor taking the implementation being wrapped.
      ClientWindowFactory​(ClientWindowFactory wrapped)
      If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
    • Constructor Detail

      • ClientWindowFactory

        @Deprecated
        public ClientWindowFactory​()
        Deprecated. Use the other constructor taking the implementation being wrapped.
      • ClientWindowFactory

        public ClientWindowFactory​(ClientWindowFactory wrapped)

        If this factory has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. The getWrapped() will then return the implementation being wrapped.

        Parameters:
        wrapped - The implementation being wrapped.