Class PreviewsController


  • @Singleton
    public class PreviewsController
    extends java.lang.Object
    Controller for a container that automatically shows previews of all sockets marked as "previewed".
    See Also:
    OutputSocket.isPreviewed()
    • Constructor Detail

      • PreviewsController

        public PreviewsController()
    • Method Detail

      • onStepMoved

        public void onStepMoved​(StepMovedEvent event)
        Any time a step is moved in the pipeline, we have to re-sort the previews.
      • onSocketPreviewChanged

        public void onSocketPreviewChanged​(SocketPreviewChangedEvent event)
        This function is called when a preview button is pushed/triggered.