public class ImportChartSteppedEvent extends EventObject
当导入海图数据的进度发生变化时触发该事件。
构造器和说明 |
---|
ImportChartSteppedEvent(Object source,
String title,
String message,
int percent,
int subPercent,
ImportSettingChart currentTask,
int count,
boolean cancel)
根据给定的参数构造一个新的
ImportChartSteppedEvent 对象。 |
限定符和类型 | 方法和说明 |
---|---|
boolean |
getCancel()
返回是否取消所有导入的任务。
|
int |
getCount()
返回当前进行的任务的子项个数。
|
ImportSettingChart |
getCurrentTask()
返回当前进行的子项信息。
|
String |
getMessage()
返回当前进度条的进度信息。
|
int |
getSubPercent()
返回当前进行的子项完成的百分比。
|
String |
getTitle()
返回当前进度条的标题。
|
int |
getTotalPercent()
返回当前完成的百分比。
|
void |
setCancel(boolean cancel)
设置是否取消所有导入的任务。
|
getSource, toString
public ImportChartSteppedEvent(Object source, String title, String message, int percent, int subPercent, ImportSettingChart currentTask, int count, boolean cancel)
ImportChartSteppedEvent
对象。source
- 发起事件的对象。title
- 当前进度条的标题。message
- 当前进度条的进度信息。percent
- 当前完成的总百分比。subPercent
- 当前进行的子项完成的百分比。currentTask
- 当前进行的子项信息。count
- 当前进行的任务的子项个数。cancel
- 是否取消所有导入的任务。public int getTotalPercent()
public int getSubPercent()
public ImportSettingChart getCurrentTask()
public int getCount()
public boolean getCancel()
public String getTitle()
public String getMessage()
public void setCancel(boolean cancel)
cancel
- 是否取消所有导入的任务。Copyright © 2021–2024 SuperMap. All rights reserved.