org.freehep.application.mdi
Class MDIApplication.MDICommandProcessor

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

protected class MDIApplication.MDICommandProcessor
extends Application.ApplicationCommandProcessor


Nested Class Summary
 
Nested classes/interfaces inherited from class org.freehep.util.commanddispatcher.CommandProcessor
org.freehep.util.commanddispatcher.CommandProcessor.BooleanTarget, org.freehep.util.commanddispatcher.CommandProcessor.SimpleTarget
 
Constructor Summary
protected MDIApplication.MDICommandProcessor()
           
 
Method Summary
 void enableInternalFrames(org.freehep.util.commanddispatcher.BooleanCommandState state)
           
 void enableTabbedPanes(org.freehep.util.commanddispatcher.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(org.freehep.util.commanddispatcher.BooleanCommandState state)

onInternalFrames

public void onInternalFrames(boolean state)

enableInternalFrames

public void enableInternalFrames(org.freehep.util.commanddispatcher.BooleanCommandState state)


Copyright © 2000-2006 FreeHEP. All Rights Reserved.