|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CmdMenu | |
---|---|
de.bsvrz.sys.funclib.losb.util.cmdinterface |
Uses of CmdMenu in de.bsvrz.sys.funclib.losb.util.cmdinterface |
---|
Methods in de.bsvrz.sys.funclib.losb.util.cmdinterface that return CmdMenu | |
---|---|
CmdMenu |
CmdMenu.getChildNode(int i)
Ein bestimmtes Untermenü auslesen |
static CmdMenu |
InfoCommands.getDebugLevelMenu()
Liefert ein Menu zum Ändern des StdErr Debug Levels. |
static CmdMenu |
InfoCommands.getDebugLevelMenu(java.lang.String desc,
java.lang.String help)
Liefert ein Menu zum Ändern des StdErr Debug-Levels. |
CmdMenu |
CmdMenu.getParent()
Eltern-Menü dieses Menüs lesen |
CmdMenu |
Command.getParent()
Eltern-Menü für Kommando lesen |
Methods in de.bsvrz.sys.funclib.losb.util.cmdinterface that return types with arguments of type CmdMenu | |
---|---|
java.util.Vector<CmdMenu> |
CmdMenu.getSubMenues()
Alle Untermenüs auslesen |
Methods in de.bsvrz.sys.funclib.losb.util.cmdinterface with parameters of type CmdMenu | |
---|---|
void |
CmdMenu.addNode(CmdMenu childMenu)
Unter-Menü hinzufügen |
void |
CmdInterpreter.setMenu(CmdMenu root)
Menü für den Interpreter setzen (falls noch nicht geschehen) |
void |
CmdMenu.setParent(CmdMenu parent)
Eltern-Menü dieses Menüs setzen |
void |
Command.setParent(CmdMenu parent)
Eltern-Menü für Kommando setzen |
Constructors in de.bsvrz.sys.funclib.losb.util.cmdinterface with parameters of type CmdMenu | |
---|---|
CmdInterpreter(int port,
int timeOutMinutes,
CmdMenu root)
Erzeugt den Telnet-Server |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |