Class Menu

java.lang.Object
javaforce.ansi.server.Menu
All Implemented Interfaces:
Dialog

public class Menu extends Object implements Dialog
  • Constructor Details

    • Menu

      public Menu(ANSI ansi, String[] opts, int x, int y)
  • Method Details

    • draw

      public void draw()
      Specified by:
      draw in interface Dialog
    • keyPressed

      public void keyPressed(int keyCode, int keyMods)
      Specified by:
      keyPressed in interface Dialog
    • keyTyped

      public void keyTyped(char key)
      Specified by:
      keyTyped in interface Dialog
    • isClosed

      public boolean isClosed()
      Specified by:
      isClosed in interface Dialog
    • setClosed

      public void setClosed(boolean closed)
      Specified by:
      setClosed in interface Dialog
    • getAction

      public String getAction()