de.hillenbrand.jedi.ds
Class JediProjectLoader

java.lang.Object
  extended by de.hillenbrand.jreqtools.ProgressTask
      extended by de.hillenbrand.jedi.ds.JediProjectLoader

public class JediProjectLoader
extends de.hillenbrand.jreqtools.ProgressTask


Constructor Summary
JediProjectLoader(java.lang.String toload)
           
 
Method Summary
 int getCurrent()
           
 java.lang.String getCurrentText()
           
 java.lang.String getDescriptionForTitle()
          Returns a string which may be used as a decribing frame title (especially for a progress tracker).
 java.lang.String getDescriptionMessage()
          Returns a string which may be used as a decribing frame title (especially for a progress tracker).
 int getMaximum()
           
 int getMinimum()
           
 JediProject getProject()
           
 void run()
           
 void setCurrent(int value)
           
 void setCurrentText(java.lang.String text)
           
 void setMaximum(int value)
           
 
Methods inherited from class de.hillenbrand.jreqtools.ProgressTask
cancel, getDialog, showError, showException, showQuestion, showQuestion, showQuestion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JediProjectLoader

public JediProjectLoader(java.lang.String toload)
Method Detail

getCurrent

public int getCurrent()
Specified by:
getCurrent in class de.hillenbrand.jreqtools.ProgressTask

getCurrentText

public java.lang.String getCurrentText()
Specified by:
getCurrentText in class de.hillenbrand.jreqtools.ProgressTask

getDescriptionForTitle

public java.lang.String getDescriptionForTitle()
Returns a string which may be used as a decribing frame title (especially for a progress tracker).


getDescriptionMessage

public java.lang.String getDescriptionMessage()
Returns a string which may be used as a decribing frame title (especially for a progress tracker).


getMaximum

public int getMaximum()
Specified by:
getMaximum in class de.hillenbrand.jreqtools.ProgressTask

getMinimum

public int getMinimum()
Specified by:
getMinimum in class de.hillenbrand.jreqtools.ProgressTask

getProject

public JediProject getProject()

run

public void run()
Specified by:
run in class de.hillenbrand.jreqtools.ProgressTask

setCurrent

public void setCurrent(int value)

setCurrentText

public void setCurrentText(java.lang.String text)

setMaximum

public void setMaximum(int value)