Interface InstallerWizardPanel
- All Superinterfaces:
org.gvsig.tools.swing.api.Component
- All Known Subinterfaces:
InstallWizardPanel,MakePluginPackageWizard
public interface InstallerWizardPanel
extends org.gvsig.tools.swing.api.Component
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddCancellableTask(org.gvsig.tools.task.CancellableTask task) voiddoAction(int action) List<org.gvsig.tools.task.CancellableTask> intbooleanTells whether this install wizard needs to restart the app after install process has finishedvoidsetBackButtonEnabled(boolean isEnabled) voidsetCancelButtonEnabled(boolean isEnabled) voidsetFinishButtonEnabled(boolean isVisible) voidsetNextButtonEnabled(boolean isEnabled) voidsetWizardActionListener(InstallerWizardActionListener wizardActionListener) voidskip()Methods inherited from interface org.gvsig.tools.swing.api.Component
asJComponent
-
Method Details
-
setWizardActionListener
- Parameters:
wizardActionListener- sets the listener for the action events.
-
getWizardActionListener
InstallerWizardActionListener getWizardActionListener()- Returns:
- the listener for the action events
-
getCancellableTasks
List<org.gvsig.tools.task.CancellableTask> getCancellableTasks() -
addCancellableTask
void addCancellableTask(org.gvsig.tools.task.CancellableTask task) -
needsToRestartApplicationAfterFinish
boolean needsToRestartApplicationAfterFinish()Tells whether this install wizard needs to restart the app after install process has finished- Returns:
- Whether this install wizard needs to restart the app after install process has finished
-
getApplicationFolder
File getApplicationFolder() -
getInstallFolder
File getInstallFolder() -
setNextButtonEnabled
void setNextButtonEnabled(boolean isEnabled) -
setFinishButtonEnabled
void setFinishButtonEnabled(boolean isVisible) -
setCancelButtonEnabled
void setCancelButtonEnabled(boolean isEnabled) -
setBackButtonEnabled
void setBackButtonEnabled(boolean isEnabled) -
doAction
void doAction(int action) -
skip
void skip() -
getDirection
int getDirection()
-