package ui; /** * The screen type */ public enum Screen { /** * Main menu (mgmt, issue, template, crl, show, revoke, log) */ MAIN, /** * The CA management menu (show, csr, install) */ MGMT, /** * The issue menu (show, set, commit) */ ISSUE, /** * The templates menu (show, add, enable, disable, remove) */ TEMPLATES, /** * The template edit menu (show, set, commit) */ TEMPLATE_SET }