Jesktop Documentation |
IntroductionThese class diagrams show various parts of the Jesktop system. A complete diagram would be too messy to show, so sections are shown here. Class DiagramsKernelThis diagram shows the Kernel as an abstract class DesktopKernel and it's implementation DesktopKernelImpl. Also shown are AppLauncher, AppInstaller and ImageRepository with their implementations. These are parts of the Kernel really but have been moved out of the Kernel for reasons of modularity. Frimble plus FrimbleDemoThis diagram shows the Frimble abstract class and it's two final extensions JFrameFrimble and JInternalFrameFrimble. Also shown are FrimbleAware (the interface that some applications will implement) and FrimbleEvent, FrimbleListener & FrimbleAdapter (the event handling helper classes). Lastly FrimbleDemo shows an app that implements FrimbleAware. Example Window ManagersVery much a work in progress, this diagram shows the test implementations of the WindowManager interface. All are working to various degrees, but only WindozeWindowManager is being polished. At some point the useful common code will be rolled in to a new class called AbstractWindowManager and the other window managers (that still have merit) moved to separate packages. |
Copyright (c) 2004 The Jesktop Project Committers. All rights reserved.
Hosting provided by : | Jesktop API SourceForge project page |