tr.linkchecker.process
Class CProcessObj

java.lang.Object
  extended bytr.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
 
Method Summary
 javax.swing.ImageIcon getImageIcon()
           
 java.lang.String getProcessName()
           
 javax.swing.JProgressBar getProgressBar()
           
 void setImageIcon(javax.swing.ImageIcon icon)
           
 void setProcessName(java.lang.String processName)
           
 void setProgressBar(javax.swing.JProgressBar progressBar)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 process
processName - Name of the process
progressBar - JProgressBar shows the status of the process
Method Detail

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.