Class OptionsPage

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

public class OptionsPage 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

    • OptionsPage

      public OptionsPage()
  • 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>