Package | Description |
---|---|
de.jdemo.capture.anttasks |
Ant tasks for capturing demo output.
|
de.jdemo.capture.gui |
Capture gui demo output (screenshots).
|
de.jdemo.capture.stream |
deprecated classes for Capturing System.out/err streams.
|
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 |
Modifier and Type | Method and Description |
---|---|
protected IDemoCase |
AbstractDemoAntRunner.createDemo() |
Modifier and Type | Method and Description |
---|---|
void |
GuiDemoCapture.capture(IDemoCase demo,
boolean includeFrameTitle,
java.lang.String imageFormat,
java.io.File outputFile) |
Modifier and Type | Method and Description |
---|---|
static void |
SystemStreamCapture.recordSystemStream(IDemoCase demo,
java.io.Writer writer,
SystemStreamType type)
Deprecated.
|
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 | Class and Description |
---|---|
class |
AbstractDemoCase |
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.
|
Modifier and Type | Method and Description |
---|---|
IDemoCase |
AbstractDemoCase.getClone() |
IDemoCase |
DemoCaseRunnable.getDemo() |
IDemoCase |
IDemoCaseRunnable.getDemo() |
Modifier and Type | Method and Description |
---|---|
void |
IDemoVisitor.visitDemoCase(IDemoCase demoCase) |
Modifier and Type | Class and Description |
---|---|
class |
ErrorDemoCase |
Modifier and Type | Method and Description |
---|---|
static IDemoCase |
DemoUtilities.createDemo(DemoIdentifier demoId) |
static IDemoCase |
DemoUtilities.createDemoCase(java.lang.String demoName,
java.lang.Class demoClass) |
static IDemoCase |
DemoUtilities.createErrorDemo(java.lang.String message,
java.lang.Throwable exception) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends IDemoCase> |
DemoTestCase.getClassUnderTest() |
Constructor and Description |
---|
DemoTestCase(IDemoCase demo,
long timeOutMillis) |
Constructor and Description |
---|
DemoAsTestRunner(java.lang.Class<? extends IDemoCase> klass) |
JDemo homepage: http://www.jdemo.de
Copyright © 2003-2012 Markus Gebhard. All Rights Reserved.