tr.linkchecker.process
Class CProcessObj
java.lang.Object
tr.linkchecker.process.CProcessObj
- public class CProcessObj
- extends java.lang.Object
Generates a file-list
Date: 02.12.2004
- Version:
- 1.0
- Author:
- Tobias Roessler, Ralf Schmitt
Constructor Summary |
CProcessObj()
Default-Constructor |
CProcessObj(javax.swing.ImageIcon icon,
java.lang.String processName,
javax.swing.JProgressBar progressBar)
Constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CProcessObj
public CProcessObj()
- Default-Constructor
CProcessObj
public CProcessObj(javax.swing.ImageIcon icon,
java.lang.String processName,
javax.swing.JProgressBar progressBar)
- Constructor
- Parameters:
icon
- Icon that shows the kind of processprocessName
- Name of the processprogressBar
- JProgressBar shows the status of the process
getImageIcon
public javax.swing.ImageIcon getImageIcon()
- Returns:
- Returns the mIcon.
setImageIcon
public void setImageIcon(javax.swing.ImageIcon icon)
- Parameters:
icon
- The mIcon to set.
getProgressBar
public javax.swing.JProgressBar getProgressBar()
- Returns:
- Returns the mProgressBar.
setProgressBar
public void setProgressBar(javax.swing.JProgressBar progressBar)
- Parameters:
progressBar
- The mProgressBar to set.
getProcessName
public java.lang.String getProcessName()
- Returns:
- Returns the mProcessName.
setProcessName
public void setProcessName(java.lang.String processName)
- Parameters:
processName
- The mThreadName to set.