|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDemoCase | |
|---|---|
| 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 | |
| Uses of IDemoCase in de.jdemo.capture.anttasks |
|---|
| Methods in de.jdemo.capture.anttasks that return IDemoCase | |
|---|---|
protected IDemoCase |
AbstractDemoAntRunner.createDemo()
|
| Uses of IDemoCase in de.jdemo.capture.gui |
|---|
| Methods in de.jdemo.capture.gui with parameters of type IDemoCase | |
|---|---|
void |
GuiDemoCapture.capture(IDemoCase demo,
boolean includeFrameTitle,
java.lang.String imageFormat,
java.io.File outputFile)
|
| Uses of IDemoCase in de.jdemo.capture.stream |
|---|
| Methods in de.jdemo.capture.stream with parameters of type IDemoCase | |
|---|---|
static void |
SystemStreamCapture.recordSystemStream(IDemoCase demo,
java.io.Writer writer,
SystemStreamType type)
Deprecated. |
| Uses of IDemoCase in de.jdemo.extensions |
|---|
| Classes in de.jdemo.extensions that implement IDemoCase | |
|---|---|
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 IDemoCase in de.jdemo.framework |
|---|
| Classes in de.jdemo.framework that implement IDemoCase | |
|---|---|
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. |
| Methods in de.jdemo.framework that return IDemoCase | |
|---|---|
IDemoCase |
AbstractDemoCase.getClone()
|
IDemoCase |
IDemoCaseRunnable.getDemo()
|
IDemoCase |
DemoCaseRunnable.getDemo()
|
| Methods in de.jdemo.framework with parameters of type IDemoCase | |
|---|---|
void |
IDemoVisitor.visitDemoCase(IDemoCase demoCase)
|
| Uses of IDemoCase in de.jdemo.framework.util |
|---|
| Classes in de.jdemo.framework.util that implement IDemoCase | |
|---|---|
class |
ErrorDemoCase
|
| Methods in de.jdemo.framework.util that return IDemoCase | |
|---|---|
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)
|
| Uses of IDemoCase in de.jdemo.junit |
|---|
| Methods in de.jdemo.junit that return types with arguments of type IDemoCase | |
|---|---|
java.lang.Class<? extends IDemoCase> |
DemoTestCase.getClassUnderTest()
|
| Methods in de.jdemo.junit with parameters of type IDemoCase | |
|---|---|
static void |
DemoTestCase.checkRunnableStateAfterTest(junit.framework.TestCase testCase,
IDemoCase demoCase,
junit.framework.TestResult result,
IDemoCaseRunnable runner)
|
| Constructors in de.jdemo.junit with parameters of type IDemoCase | |
|---|---|
DemoTestCase(IDemoCase demo,
long timeOutMillis)
|
|
| Constructor parameters in de.jdemo.junit with type arguments of type IDemoCase | |
|---|---|
DemoAsTestRunner(java.lang.Class<? extends IDemoCase> klass)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||