de.hillenbrand.jedi.ds
Class JediProjectLoader
java.lang.Object
de.hillenbrand.jreqtools.ProgressTask
de.hillenbrand.jedi.ds.JediProjectLoader
public class JediProjectLoader
- extends de.hillenbrand.jreqtools.ProgressTask
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 |
JediProjectLoader
public JediProjectLoader(java.lang.String toload)
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)