Class ActionPage

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

public class ActionPage extends com.sshtools.jajafx.AbstractTile<KeyUIApp>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    protected void
     

    Methods inherited from class com.sshtools.jajafx.AbstractTile

    configure, getContext, getScene, getTiles, hidden, shown

    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

    • ActionPage

      public ActionPage()
  • Method Details

    • onConfigure

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

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Specified by:
      close in interface com.sshtools.jajafx.Tile<KeyUIApp>
      Overrides:
      close in class com.sshtools.jajafx.AbstractTile<KeyUIApp>