de.hillenbrand.jedi.ds
Class JediProjectLoader

java.lang.Object
  extended byde.hillenbrand.jreqtools.ProgressTask
      extended byde.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


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
 
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 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