org.freehep.application
Class Application.ApplicationCommandProcessor
java.lang.Object
java.util.Observable
org.freehep.util.commanddispatcher.CommandProcessor
org.freehep.application.Application.ApplicationCommandProcessor
- All Implemented Interfaces:
- CommandGroup
- Enclosing class:
- Application
public class Application.ApplicationCommandProcessor
- extends CommandProcessor
Extends CommandProcessor to handle some standard Application commands.
Also allows the onXXX() enableXXX() methods to be declared on the
application itself, as well as the command processor, as a convenience
for simple applications.
Application.ApplicationCommandProcessor
public Application.ApplicationCommandProcessor()
onExit
public void onExit()
onAbout
public void onAbout()
onHelpContents
public void onHelpContents()
onHelpSearch
public void onHelpSearch()
onHelpIndex
public void onHelpIndex()
onShowStatusBar
public void onShowStatusBar(boolean show)
enableShowStatusBar
public void enableShowStatusBar(BooleanCommandState state)
onShowToolBar
public void onShowToolBar(boolean show)
enableShowToolBar
public void enableShowToolBar(BooleanCommandState state)
acceptCommand
public CommandTarget acceptCommand(String command)
- Specified by:
acceptCommand
in interface CommandGroup
- Overrides:
acceptCommand
in class CommandProcessor
Copyright © 2000-2014 FreeHEP. All Rights Reserved.