|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tbee.swing.SwingWorker<T,V>
org.tbee.swing.jpa.SwingWorker<T,V>
T - V - public abstract class SwingWorker<T,V>
Extended SwingWorker which binds the provided or found EM to the background thread.
Use "execute()" to start.
Usage:
new SwingWorker
Constructor Summary
SwingWorker()
SwingWorker(Component parentComponent,
String message,
int number)
SwingWorker(javax.persistence.EntityManager entityManager)
SwingWorker(javax.persistence.EntityManager entityManager,
Component parentComponent,
String message,
int number)
Method Summary
protected TdoInBackgroundWrapped()
This method is use to wrap the call to doInBackground()
Methods inherited from class org.tbee.swing.SwingWorker
doInBackground, done, exceptionThrown, execute, get, getProgressListener, getProgressMonitorMulti
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
SwingWorker
public SwingWorker()
SwingWorker
public SwingWorker(javax.persistence.EntityManager entityManager)
entityManager -
SwingWorker
public SwingWorker(Component parentComponent,
String message,
int number)
parentComponent - message - number -
SwingWorker
public SwingWorker(javax.persistence.EntityManager entityManager,
Component parentComponent,
String message,
int number)
entityManager - parentComponent - message - number -
Method Detail
doInBackgroundWrapped
protected T doInBackgroundWrapped()
throws Exception
doInBackgroundWrapped in class SwingWorker<T,V>
Exception
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2011 KnowledgePlaza. All Rights Reserved.