|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.SwingWorker<java.lang.Void,java.lang.Void>
logging.SysInfo
public class SysInfo
The SysInfo class logs a user's system information. Important information such as iTunes version, iTunesDSM version, and computer operating system and java versions are logged. Typically this class will be executed as a background thread.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.SwingWorker |
|---|
javax.swing.SwingWorker.StateValue |
| Constructor Summary | |
|---|---|
SysInfo()
Creates a new SysInfo object. |
|
| Method Summary | |
|---|---|
java.lang.Void |
doInBackground()
The SwingWorkers background task method. |
| Methods inherited from class javax.swing.SwingWorker |
|---|
addPropertyChangeListener, cancel, done, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SysInfo()
| Method Detail |
|---|
public java.lang.Void doInBackground()
doInBackground in class javax.swing.SwingWorker<java.lang.Void,java.lang.Void>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||