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 MenuItem
Interface 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 Runnable
getRunnable(com.googlecode.lanterna.gui2.WindowBasedTextGUI context)
Returns the Runnable to use.String
getTitle()
Returns the title of the window (and text of menuitem).
-