Class DeployPage

java.lang.Object
com.sshtools.jajafx.AbstractTile<KeyUIApp>
com.sshtools.keys.jfx.DeployPage
All Implemented Interfaces:
com.sshtools.jajafx.Tile<KeyUIApp>, Closeable, AutoCloseable, Runnable

public class DeployPage extends com.sshtools.jajafx.AbstractTile<KeyUIApp> implements Runnable
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    protected void
     
    void
    run()
     
    void
     

    Methods inherited from class com.sshtools.jajafx.AbstractTile

    close, configure, getContext, getScene, getTiles

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.sshtools.jajafx.Tile

    validate
  • Constructor Details

    • DeployPage

      public DeployPage()
  • Method Details

    • hidden

      public void hidden()
      Specified by:
      hidden in interface com.sshtools.jajafx.Tile<KeyUIApp>
      Overrides:
      hidden in class com.sshtools.jajafx.AbstractTile<KeyUIApp>
    • run

      public void run()
      Specified by:
      run in interface Runnable
    • shown

      public void shown()
      Specified by:
      shown in interface com.sshtools.jajafx.Tile<KeyUIApp>
      Overrides:
      shown in class com.sshtools.jajafx.AbstractTile<KeyUIApp>
    • onConfigure

      protected void onConfigure()
      Overrides:
      onConfigure in class com.sshtools.jajafx.AbstractTile<KeyUIApp>