Uses of Class
de.jdemo.framework.AbstractDemoCase

Packages that use AbstractDemoCase
de.jdemo.extensions Extensions to the basic JDemo framework. 
de.jdemo.framework Main framework package containing basic framework classes and interfaces. 
de.jdemo.framework.util   
 

Uses of AbstractDemoCase in de.jdemo.extensions
 

Subclasses of AbstractDemoCase in de.jdemo.extensions
 class AwtDemoCase
          Abstract superclass for all demos demonstrating AWT components.
 class GuiDemoCase
           
 class SwingDemoCase
          Abstract superclass for all demos demonstrating Swing (JFC) components.
 class SwtDemoCase
          Abstract superclass for all demos demonstrating SWT components.
 

Uses of AbstractDemoCase in de.jdemo.framework
 

Subclasses of AbstractDemoCase in de.jdemo.framework
 class DemoCase
          Abstract superclass for all text/file based demos or extensions.
 class PlainDemoCase
          Demo case base class for demos having output not supported by the other demo case base classes.
 

Constructors in de.jdemo.framework with parameters of type AbstractDemoCase
DemoCaseRunnable(AbstractDemoCase demoCase)
           
 

Uses of AbstractDemoCase in de.jdemo.framework.util
 

Subclasses of AbstractDemoCase in de.jdemo.framework.util
 class ErrorDemoCase
           
 



JDemo homepage: http://www.jdemo.de
Copyright © 2003-2008 Markus Gebhard. All Rights Reserved.