FreeHEP API
Version v1.2.2

org.freehep.application.mdi
Class MDIApplication.MDICommandProcessor

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

public class MDIApplication.MDICommandProcessor
extends Application.ApplicationCommandProcessor


Nested Class Summary
 
Nested classes inherited from class org.freehep.util.commanddispatcher.CommandProcessor
CommandProcessor.BooleanTarget, CommandProcessor.SimpleTarget
 
Constructor Summary
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

public 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 v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.