Package | Description |
---|---|
de.jdemo.extensions |
Extensions to the basic JDemo framework.
|
de.jdemo.framework |
Main framework package containing basic framework classes and interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
GuiDemoCaseRunnable |
class |
SwtDemoCaseRunnable |
Modifier and Type | Method and Description |
---|---|
IDemoCaseRunnable |
SwtDemoCase.createRunnable(boolean allowExternalLaunches) |
IDemoCaseRunnable |
GuiDemoCase.createRunnable(boolean allowExternalLaunches) |
Modifier and Type | Class and Description |
---|---|
class |
DemoCaseRunnable |
class |
NullDemoCaseRunnable |
class |
PlainDemoCaseRunnable |
Modifier and Type | Method and Description |
---|---|
IDemoCaseRunnable |
IDemoCase.createRunnable(boolean allowExternalLaunches)
Creates a runnable for running this demo case.
|
IDemoCaseRunnable |
PlainDemoCase.createRunnable(boolean allowExternalLaunches) |
IDemoCaseRunnable |
DemoCase.createRunnable(boolean allowExternalLaunches) |
protected IDemoCaseRunnable |
AbstractDemoCase.getRunnable() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDemoCase.setRunnable(IDemoCaseRunnable runnable) |
Constructor and Description |
---|
DemoCaseThreadGroup(IDemoCaseRunnable runner) |
JDemo homepage: http://www.jdemo.de
Copyright © 2003-2012 Markus Gebhard. All Rights Reserved.