Package | Description |
---|---|
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 | |
de.jdemo.junit | |
de.jdemo.runner |
Base classes and interfaces for demo runner implementations.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDemoCase
An actual demo case that can be launched using its runner.
|
interface |
IDemoSuite
A
IDemoSuite is a Composite of IDemo s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDemoCase |
class |
DemoCase
Abstract superclass for all text/file based demos or extensions.
|
class |
DemoSuite |
class |
PlainDemoCase
Demo case base class for demos having output not supported by the other demo case base classes.
|
Modifier and Type | Method and Description |
---|---|
static IDemo |
DemoSuite.createDemo(java.lang.Class theClass,
java.lang.String name)
...as the moon sets over the early morning Merlin, Oregon
mountains, our intrepid adventurers type...
|
IDemo |
DemoSuite.getDemoAt(int index)
Returns the demo at the given index
|
IDemo |
IDemoSuite.getDemoAt(int index)
Returns the demo at the given index
|
Modifier and Type | Method and Description |
---|---|
void |
DemoSuite.addDemo(IDemo demo)
Adds a demo to the suite.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorDemoCase |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
DemoUtilities.getDisplayName(IDemo demo) |
Modifier and Type | Method and Description |
---|---|
static junit.framework.Test |
Demo2TestConverter.createTest(IDemo demo)
Creates a JUnit test from the given demo (democase or demosuite) using default timeout.
|
static junit.framework.Test |
Demo2TestConverter.createTest(IDemo demo,
long timeOutMillis)
Creates a JUnit test from the given demo (democase or demosuite) using the specified timeout.
|
Modifier and Type | Method and Description |
---|---|
IDemo |
IDemoSelectionProvider.getSelectedDemo() |
JDemo homepage: http://www.jdemo.de
Copyright © 2003-2012 Markus Gebhard. All Rights Reserved.