public class LibrariesDetectionStep extends AbstractStepWithProgress<java.util.List<LibraryDescriptor>>
AbstractStepWithProgress.MyProgressIndicator
EMPTY_ARRAY
Constructor and Description |
---|
LibrariesDetectionStep(ProjectFromSourcesBuilder builder,
ProjectDescriptor projectDescriptor,
ModuleInsight insight,
javax.swing.Icon icon,
java.lang.String helpId) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<LibraryDescriptor> |
calculate() |
static java.util.List<LibraryDescriptor> |
calculate(ModuleInsight insight,
ProjectFromSourcesBuilder builder) |
protected javax.swing.JComponent |
createResultsPanel() |
java.lang.String |
getHelpId() |
javax.swing.Icon |
getIcon() |
protected java.lang.String |
getProgressText() |
protected void |
onFinished(java.util.List<LibraryDescriptor> libraries,
boolean canceled) |
protected boolean |
shouldRunProgress() |
void |
updateDataModel()
Commits data from UI into ModuleBuilder and WizardContext
|
getComponent, onStepLeaving, performStep, updateStep, validate
createFieldPanel, disposeUIResources, getName, isStepVisible, onWizardFinished, toString
_commit, _init, fireStateChanged, getPreferredFocusedComponent, registerStepListener
public LibrariesDetectionStep(ProjectFromSourcesBuilder builder, ProjectDescriptor projectDescriptor, ModuleInsight insight, javax.swing.Icon icon, java.lang.String helpId)
public void updateDataModel()
ModuleWizardStep
updateDataModel
in class ModuleWizardStep
protected javax.swing.JComponent createResultsPanel()
createResultsPanel
in class AbstractStepWithProgress<java.util.List<LibraryDescriptor>>
protected java.lang.String getProgressText()
getProgressText
in class AbstractStepWithProgress<java.util.List<LibraryDescriptor>>
protected boolean shouldRunProgress()
shouldRunProgress
in class AbstractStepWithProgress<java.util.List<LibraryDescriptor>>
public static java.util.List<LibraryDescriptor> calculate(ModuleInsight insight, ProjectFromSourcesBuilder builder)
protected java.util.List<LibraryDescriptor> calculate()
calculate
in class AbstractStepWithProgress<java.util.List<LibraryDescriptor>>
protected void onFinished(java.util.List<LibraryDescriptor> libraries, boolean canceled)
onFinished
in class AbstractStepWithProgress<java.util.List<LibraryDescriptor>>
public javax.swing.Icon getIcon()
getIcon
in interface Step
getIcon
in class StepAdapter
null
.public java.lang.String getHelpId()
getHelpId
in class ModuleWizardStep