Uses of Interface
org.bs.mdi.MessageProcessor

Packages that use MessageProcessor
org.bs.mdi   
org.bs.mdi.swing   
 

Uses of MessageProcessor in org.bs.mdi
 

Classes in org.bs.mdi that implement MessageProcessor
 class Application
          The base class for all MDI applications.
 class Command
          Base class for all commands which can be triggered by users
 

Methods in org.bs.mdi with parameters of type MessageProcessor
 void MessageDispatcher.registerProcessor(MessageProcessor processor)
          Register a message processor so that it will be notified of future messages.
 void MessageDispatcher.unregisterProcessor(MessageProcessor processor)
          Unregister a message processor so that it will no longer be notified of any messages.
 

Uses of MessageProcessor in org.bs.mdi.swing
 

Classes in org.bs.mdi.swing that implement MessageProcessor
 class SwingCommand
          SwingCommand is basically a Command with icon support.
 class SwingCommandAdapter
          Adapter for SwingCommand to simplify subclassing
 class SwingMainWindow
          An implementation of a MainWindow using Swing technology.
 class SwingWindowCommand
          Command subclass which activates a particular TraditionalDocumentWindow