public class LibrariesDetectionStep extends AbstractStepWithProgress<java.util.List<LibraryDescriptor>>
AbstractStepWithProgress.MyProgressIndicatorEMPTY_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, validatecreateFieldPanel, disposeUIResources, getName, isStepVisible, onWizardFinished, toString_commit, _init, fireStateChanged, getPreferredFocusedComponent, registerStepListenerpublic LibrariesDetectionStep(ProjectFromSourcesBuilder builder, ProjectDescriptor projectDescriptor, ModuleInsight insight, javax.swing.Icon icon, java.lang.String helpId)
public void updateDataModel()
ModuleWizardStepupdateDataModel in class ModuleWizardStepprotected 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 StepgetIcon in class StepAdapternull.public java.lang.String getHelpId()
getHelpId in class ModuleWizardStep