public abstract class TargetEnvironmentWizardStep extends AbstractWizardStepEx
AbstractWizardStepEx.CommitType, AbstractWizardStepEx.Listener
Disposable.Parent
Constructor and Description |
---|
TargetEnvironmentWizardStep(java.lang.String title) |
Modifier and Type | Method and Description |
---|---|
void |
commit(AbstractWizardStepEx.CommitType commitType)
This method is abstract in super class and can't be overridden in Kotlin since it exposes protected member
AbstractWizardStepEx.CommitType |
protected abstract void |
doCommit(AbstractWizardStepEx.CommitType commitType) |
_commit, _commitPrev, _init, addStepListener, dispose, fireGoNext, fireStateChanged, getHelpId, getIcon, getNextStepId, getPreferredFocusedComponent, getPreviousStepId, getStepId, getTitle, isComplete, setTitle
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getComponent
public TargetEnvironmentWizardStep(java.lang.String title)
public final void commit(AbstractWizardStepEx.CommitType commitType) throws CommitStepException
AbstractWizardStepEx.CommitType
commit
in class AbstractWizardStepEx
CommitStepException
protected abstract void doCommit(AbstractWizardStepEx.CommitType commitType) throws CommitStepException
CommitStepException