|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
InternalComponentManager | Extension to ComponentManager interface that contains functionality for interal usage only. |
InternalHelperService | Extension to HelperService interface that contains functionality for interal usage only. |
InternalMessageBus | Defines the functionality of the message bus that is used only inside Genuine and not meant for public usage by modules. |
InternalModuleManager | As an extension to the public interface ModuleManager, this interface defines internal functionality of the module manager that is not visible to modules but is needed during the start-up phase. |
InternalServiceBroker | Defines the functionality of the service broker that is used only inside Genuine and not meant for public usage by modules. |
ProgressTracker | A progress tracker is an interface for a progress bar that shows the progress of initializing an application. |
Class Summary | |
ComponentInstanceManager | For each component declared in a configuration file, there is an object of this class that handles the creation of the component instance(s). |
ComponentStatusManager | Manages the status of a visual component instance and provides operations to manipulate that status. |
ComponentStatusManagerInternalFrame | Manages the status of a visual component instance that is shown in an internal frame. |
ComponentStatusManagerModalFrame | Manages the status of a visual component instance that is shown in a modal JDialog instance. |
DefaultChannel | Default implementation of a channel. |
DefaultComponentManager | Manager for the visual components of all modules. |
DefaultExitService | The default exit service just calls System.exit to close the application. |
DefaultHelperService | Default implementation of helper service. |
DefaultMessageBus | Default implementation of message bus |
DefaultModuleManager | Default implementation of Genuine's module manager. |
DefaultServiceBroker | Default implementation of Genuine's service broker. |
FrameLocator | A helper class that determines the best spot to locate a new frame on a desktop. |
Item | Base class for all objects that are used by the MenuBarBuilder and the ToolBarBuilder. |
Menu | Implementation class that belongs to MenuBarBuilder. |
MenuBar | Implementation class that belongs to MenuBarBuilder. |
MenuBarBuilder | Builder that takes the menu bar definitions of all modules one after the other and builds a menu bar incorporating the menu and menu item definitions from all modules. |
MenuItem | Implementation class that belongs to MenuBarBuilder. |
MessageBox | A message box is a modal dialog that shows a message to the user. |
Size | Encapsulation of a size declaration in an configuration file. |
SplashScreen | A splash screen is a window that is shown during initialization of the client application. |
ToolBar | Implementation class that belongs to ToolbarBuilder. |
ToolBarBuilder | Builder that takes the tool bar definitions of all modules one after the other and builds a tool bar incorporating the button definitions from all modules. |
ToolBarButton | Implementation class that belongs to ToolbarBuilder. |
Internal interfaces and the organizer's default implementation.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |