FreeHEP API
Version current

org.freehep.application.mdi
Class MDIApplication.MDICommandProcessor

java.lang.Object
  extended byjava.util.Observable
      extended byorg.freehep.util.commanddispatcher.CommandProcessor
          extended byorg.freehep.application.Application.ApplicationCommandProcessor
              extended byorg.freehep.application.mdi.MDIApplication.MDICommandProcessor
All Implemented Interfaces:
CommandGroup
Enclosing class:
MDIApplication

protected class MDIApplication.MDICommandProcessor
extends Application.ApplicationCommandProcessor

Source Code:
MDIApplication.MDICommandProcessor.java

Nested Class Summary
 
Nested classes inherited from class org.freehep.util.commanddispatcher.CommandProcessor
CommandProcessor.BooleanTarget, CommandProcessor.SimpleTarget
 
Constructor Summary
protected MDIApplication.MDICommandProcessor()
           
 
Method Summary
 void enableInternalFrames(BooleanCommandState state)
           
 void enableTabbedPanes(BooleanCommandState state)
           
 void onInternalFrames(boolean state)
           
 void onTabbedPanes(boolean state)
           
 
Methods inherited from class org.freehep.application.Application.ApplicationCommandProcessor
acceptCommand, enableShowStatusBar, enableShowToolBar, invoke, onAbout, onExit, onHelpContents, onHelpIndex, onHelpSearch, onShowStatusBar, onShowToolBar
 
Methods inherited from class org.freehep.util.commanddispatcher.CommandProcessor
acceptCommand, invokeCommand, invokeCommand, invokeCommand, invokeEnable, setChanged, setManager, translate
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.freehep.util.commanddispatcher.CommandGroup
addObserver, deleteObserver
 

Constructor Detail

MDIApplication.MDICommandProcessor

protected MDIApplication.MDICommandProcessor()
Method Detail

onTabbedPanes

public void onTabbedPanes(boolean state)

enableTabbedPanes

public void enableTabbedPanes(BooleanCommandState state)

onInternalFrames

public void onInternalFrames(boolean state)

enableInternalFrames

public void enableInternalFrames(BooleanCommandState state)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.