public class RootsDetectionStep extends AbstractStepWithProgress<java.util.List<DetectedRootData>>
AbstractStepWithProgress.MyProgressIndicatorEMPTY_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, validatecreateFieldPanel, disposeUIResources, getName, isStepVisible, onWizardFinished, toString_commit, _init, fireStateChanged, registerStepListenerpublic 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 StepgetPreferredFocusedComponent in class StepAdapterpublic void updateDataModel()
ModuleWizardStepupdateDataModel in class ModuleWizardStepprotected 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 StepgetIcon in class StepAdapternull.public java.lang.String getHelpId()
getHelpId in class ModuleWizardStep