de.hillenbrand.jedi.ds
Class JediProjectLoader
java.lang.Object
de.hillenbrand.jreqtools.ProgressTask
de.hillenbrand.jedi.ds.JediProjectLoader
- All Implemented Interfaces:
- de.hillenbrand.jedi.ds.MessageReceiver
- public class JediProjectLoader
- extends de.hillenbrand.jreqtools.ProgressTask
- implements de.hillenbrand.jedi.ds.MessageReceiver
Methods inherited from class de.hillenbrand.jreqtools.ProgressTask |
cancel, getDialog, showError, showException, 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 interface de.hillenbrand.jedi.ds.MessageReceiver
getCurrentText
public java.lang.String getCurrentText()
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 interface de.hillenbrand.jedi.ds.MessageReceiver
getMinimum
public int getMinimum()
getProject
public JediProject getProject()
run
public void run()
setCurrent
public void setCurrent(int value)
- Specified by:
setCurrent
in interface de.hillenbrand.jedi.ds.MessageReceiver
setCurrentText
public void setCurrentText(java.lang.String text)
- Specified by:
setCurrentText
in interface de.hillenbrand.jedi.ds.MessageReceiver
setMaximum
public void setMaximum(int value)
- Specified by:
setMaximum
in interface de.hillenbrand.jedi.ds.MessageReceiver