public class CgImportState extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
class |
CgImportState.Step |
Constructor and Description |
---|
CgImportState() |
Modifier and Type | Method and Description |
---|---|
void |
addStep(IImportStep step,
int work) |
void |
addStep(IImportStep step,
int work,
double weight) |
void |
addWorked(int worked) |
CgImportState.Step |
getCurrentStep() |
int |
getImportProgress() |
void |
nextStep() |
void |
setCurrentStep(CgImportState.Step currentStep) |
public void addStep(IImportStep step, int work)
public void addStep(IImportStep step, int work, double weight)
public void nextStep()
public void addWorked(int worked)
public int getImportProgress()
public CgImportState.Step getCurrentStep()
public void setCurrentStep(CgImportState.Step currentStep)
Copyright © 2016. All rights reserved.