Class DevComponentServer

java.lang.Object
org.teamapps.application.server.DevComponentServer

public class DevComponentServer
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    DevComponentServer()  
  • Method Summary

    Modifier and Type Method Description
    static void showComponent​(java.util.function.Supplier<org.teamapps.ux.component.Component> componentSupplier)  
    static void showComponent​(java.util.function.Supplier<org.teamapps.ux.component.Component> componentSupplier, int port)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DevComponentServer

      public DevComponentServer()
  • Method Details

    • showComponent

      public static void showComponent​(java.util.function.Supplier<org.teamapps.ux.component.Component> componentSupplier)
    • showComponent

      public static void showComponent​(java.util.function.Supplier<org.teamapps.ux.component.Component> componentSupplier, int port)