Uses of Interface
org.bs.mdi.ActionProcessor

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

Uses of ActionProcessor in org.bs.mdi
 

Subinterfaces of ActionProcessor in org.bs.mdi
 interface RootView
          An interface for the graphical representation of a document's information.
 interface View
          Displays a piece of the document's information.
 

Classes in org.bs.mdi that implement ActionProcessor
 class Data
          Represents a piece of information in a document.
 class RootData
          Represents the information contained in a document.
 

Uses of ActionProcessor in org.bs.mdi.swing
 

Classes in org.bs.mdi.swing that implement ActionProcessor
 class SwingRootView
          An implementation of a RootView using Swing technology.
 class SwingView
          An implementation of a View using Swing technology.