Package adams.terminal.core
Interface MenuItem
-
- All Known Implementing Classes:
About,AbstractJDKMenuItemDefinition,AbstractMenuItemDefinition,AbstractURLMenuItemDefinition,FlowEditor,FlowRunner,GarbageCollector,Homepage,JMap,Modules,ProgramExit,RemoteCommands,SystemInfo
public interface MenuItemInterface for lanterna menu items.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RunnablegetRunnable(com.googlecode.lanterna.gui2.WindowBasedTextGUI context)Returns the Runnable to use.StringgetTitle()Returns the title of the window (and text of menuitem).
-