|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Runner | |
---|---|
org.deduced | This package contains the base classes of the deduced framework. |
org.deduced.dynamic | The Dynamic package contains an implementation of the property collection that can be dynamically modified as the schema changes. |
org.deduced.utilities | Utilities package for reusable code that interfaces with other API provided by external libraries. |
Uses of Runner in org.deduced |
---|
Fields in org.deduced declared as Runner | |
---|---|
private static Runner |
AbstractPropertyCollection.CHECK_DELETE_RUNNER
runner that will invoke the delete check |
Methods in org.deduced that return Runner | |
---|---|
protected static Runner |
AbstractPropertyCollection.getCheckDeleteRunner()
get Check Delete Runner |
Methods in org.deduced with parameters of type Runner | |
---|---|
protected static void |
AbstractPropertyCollection.setCheckDeleteRunner(Runner setCheckDeleteRunner)
set Check Delete Runner |
Uses of Runner in org.deduced.dynamic |
---|
Fields in org.deduced.dynamic declared as Runner | |
---|---|
private static Runner |
DynamicModelFactory.TYPE_EXISTENCE_RUNNER
runner used to run the check for model types that have been deleted. |
Methods in org.deduced.dynamic that return Runner | |
---|---|
static Runner |
DynamicModelFactory.getTypeExistenceRunner()
|
Methods in org.deduced.dynamic with parameters of type Runner | |
---|---|
static void |
DynamicModelFactory.setTypeExistenceRunner(Runner setTypeExistenceRunner)
|
Uses of Runner in org.deduced.utilities |
---|
Classes in org.deduced.utilities that implement Runner | |
---|---|
class |
AbstractRunner
Abstract runner implementing the run silent method |
class |
InvokeNowRunner
Invoke Now Runner |
class |
NewThreadRunner
NewThreadRunner will run runnable objects in a new thread every time |
class |
OnDemandRunner
OnDemandRunner will execute runnable objects when the programmer allows it to. |
class |
SwingInvokeAndWaitRunner
Swing Invoke And Wait runner |
class |
SwingInvokeLaterRunner
Swing Invoke Later Runner |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |