Uses of Package
org.bs.mdi

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

Classes in org.bs.mdi used by org.bs.mdi
Action
          Actions are the means of communication between Data and View objects.
ActionConverter
          Provides an interface for mechanisms that convert Action to Transferable objects.
ActionObservable
          An interface for objects that can be observed by an ActionObserver.
ActionObserver
          An interface for objects that can observe an ActionObservable.
ActionProcessor
          An interface for objects that can apply (redo) or undo an Action.
Application
          The base class for all MDI applications.
ClipboardConversionException
          This Exception gets thrown if somethign went wrong during clipboard format conversions.
ClipboardManager
          The ClipboardManager provides clipboard access and manages ActionConverter objects.
Command
          Base class for all commands which can be triggered by users
CommandTrigger
          Interface for GUI elements which trigger commands.
CompositeResources
          Manages multiple Resources.
Data
          Represents a piece of information in a document.
DataPageable.PrintException
           
Document
          The Document class manages data and views.
DocumentWindow
          An interface for MDI subwindows which display the document's view to the user.
FileExporter
          A file I/O module which can export documents.
FileFormat
          Represents a file format.
FileIOException
          FileIOExceptions can happen during loading, saving or exporting files.
FileIOManager
          Manages File I/O modules
FileIOModule
          An interface for modules performing file I/O.
FileLoader
          A file I/O module which can load data from disk.
FileSaver
          A file I/O module which can save data to disk.
MainWindow
          An interface for main window implementations.
MessageDispatcher
          The MessageDispatcher manages communication between various parts of the framework.
MessageProcessor
          An interface for objects which can receive simple messages.
Preferences
          Manages application-specific per-user preferences and settings.
Printer
          An interface for objects providing printing functionality.
ProgressMonitor
          Gives feedback about currently running tasks.
RecentFiles
          Remembers recently opened filenames.
Resources
          Manages program resources such as localized strings or icons.
RootData
          Represents the information contained in a document.
RootView
          An interface for the graphical representation of a document's information.
Task
          A Task is a time-consuming operation which supports returning status information.
UndoManager
          Allows to undo or redo Actions.
UndoManager.UndoException
           
View
          Displays a piece of the document's information.
Window
          An interface for all objects implementing windowing funcationality.
 

Classes in org.bs.mdi used by org.bs.mdi.swing
Action
          Actions are the means of communication between Data and View objects.
ActionObservable
          An interface for objects that can be observed by an ActionObserver.
ActionObserver
          An interface for objects that can observe an ActionObservable.
ActionProcessor
          An interface for objects that can apply (redo) or undo an Action.
Application
          The base class for all MDI applications.
Command
          Base class for all commands which can be triggered by users
CommandTrigger
          Interface for GUI elements which trigger commands.
Data
          Represents a piece of information in a document.
DataPageable
          A Pageable implementation receives its printing data from a RootData object.
Document
          The Document class manages data and views.
DocumentWindow
          An interface for MDI subwindows which display the document's view to the user.
FileFormat
          Represents a file format.
MainWindow
          An interface for main window implementations.
MessageProcessor
          An interface for objects which can receive simple messages.
ProgressMonitor
          Gives feedback about currently running tasks.
RootView
          An interface for the graphical representation of a document's information.
Task
          A Task is a time-consuming operation which supports returning status information.
View
          Displays a piece of the document's information.
Window
          An interface for all objects implementing windowing funcationality.