public class RootsDetectionStep extends AbstractStepWithProgress<java.util.List<DetectedRootData>>
AbstractStepWithProgress.MyProgressIndicator
EMPTY_ARRAY
Constructor and Description |
---|
RootsDetectionStep(ProjectFromSourcesBuilderImpl builder,
WizardContext context,
StepSequence sequence,
javax.swing.Icon icon,
java.lang.String helpId) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<DetectedRootData> |
calculate() |
protected javax.swing.JComponent |
createResultsPanel() |
java.lang.String |
getHelpId() |
javax.swing.Icon |
getIcon() |
javax.swing.JComponent |
getPreferredFocusedComponent() |
protected java.lang.String |
getProgressText() |
protected void |
onFinished(java.util.List<DetectedRootData> foundRoots,
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, registerStepListener
public RootsDetectionStep(ProjectFromSourcesBuilderImpl builder, WizardContext context, StepSequence sequence, javax.swing.Icon icon, java.lang.String helpId)
protected javax.swing.JComponent createResultsPanel()
createResultsPanel
in class AbstractStepWithProgress<java.util.List<DetectedRootData>>
public javax.swing.JComponent getPreferredFocusedComponent()
getPreferredFocusedComponent
in interface Step
getPreferredFocusedComponent
in class StepAdapter
public void updateDataModel()
ModuleWizardStep
updateDataModel
in class ModuleWizardStep
protected boolean shouldRunProgress()
shouldRunProgress
in class AbstractStepWithProgress<java.util.List<DetectedRootData>>
protected void onFinished(java.util.List<DetectedRootData> foundRoots, boolean canceled)
onFinished
in class AbstractStepWithProgress<java.util.List<DetectedRootData>>
protected java.util.List<DetectedRootData> calculate()
calculate
in class AbstractStepWithProgress<java.util.List<DetectedRootData>>
protected java.lang.String getProgressText()
getProgressText
in class AbstractStepWithProgress<java.util.List<DetectedRootData>>
public javax.swing.Icon getIcon()
getIcon
in interface Step
getIcon
in class StepAdapter
null
.public java.lang.String getHelpId()
getHelpId
in class ModuleWizardStep