public class JavaDBCreator
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
static java.net.URL |
ICON_CREATE_DB
Default icon for the task.
|
Constructor and Description |
---|
JavaDBCreator()
The constructor method for the creator.
|
Modifier and Type | Method and Description |
---|---|
static BackgroundTask |
createBackgroundTask(javax.swing.Icon icon,
java.lang.String helpid,
JavaDBEmbeddedHandler handler,
boolean logmessages)
Convenience method to get a pre-configured background task.
|
void |
run()
Execution code.
|
public static final java.net.URL ICON_CREATE_DB
public JavaDBCreator()
public void run()
run
in interface java.lang.Runnable
public static BackgroundTask createBackgroundTask(javax.swing.Icon icon, java.lang.String helpid, JavaDBEmbeddedHandler handler, boolean logmessages)
icon
- The icon representing the task, default icon if null
helpid
- The optional help linkhandler
- The handler for the embedded databaselogmessages
- Shall messages be logged sequentially (optional)?Copyright © 2005-2013 Leisenfels UG (haftungsbeschränkt). All rights reserved.