Package net.simplace.pipe.progress
Klasse FWProgressTaskEvent
java.lang.Object
net.simplace.pipe.progress.FWProgressTaskEvent
- Autor:
- Andreas Enders
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungFWProgressTaskEvent(FWProgressTask aTaskObject, JPanel aSourcePanel) FWProgressTaskEvent(FWProgressTask aTaskObject, JPanel aSourcePanel, FWObservable aObservable) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintintgetState()booleanvoidsetSourcePanel(JPanel aSourcePanel) toString()
-
Konstruktordetails
-
FWProgressTaskEvent
public FWProgressTaskEvent(FWProgressTask aTaskObject, JPanel aSourcePanel, FWObservable aObservable) - Parameter:
aTaskObject-aSourcePanel-aObservable-
-
FWProgressTaskEvent
- Parameter:
aTaskObject-aSourcePanel-
-
-
Methodendetails
-
isState
- Parameter:
aProgressState-- Gibt zurück:
- true if the type of this object is the same type as the passed one
-
getProgressTask
- Gibt zurück:
- containing progressTask
-
getState
- Gibt zurück:
- state of progressTask
-
getPercentOfTaskDone
public int getPercentOfTaskDone()- Gibt zurück:
- state of progressTask
-
toString
-
getNumberOfTask
public int getNumberOfTask()- Gibt zurück:
- number of task that was performed
-
getSourcePanel
- Gibt zurück:
- the sourcePanel
-
setSourcePanel
- Parameter:
aSourcePanel- the sourcePanel to set
-
getObservable
- Gibt zurück:
- the sourcePanel
-