Class AppServiceDescriptor<T>


  • public final class AppServiceDescriptor<T>
    extends java.lang.Object
    Describes a service available to application components. If several services are registered for the same descriptor, the last one is kept (service registering events are logged). Some services are registered directly by DesignerImpl, others are implemented in controls and registered while FXML is loading.
    Author:
    Clément Fournier
    • Constructor Summary

      Constructors 
      Constructor Description
      AppServiceDescriptor​(java.lang.Class<? super T> type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<? super T> getType()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AppServiceDescriptor

        public AppServiceDescriptor​(java.lang.Class<? super T> type)
    • Method Detail

      • getType

        public java.lang.Class<? super T> getType()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object