net.sf.fmj.ui.wizards
Class FileDestPanelDescriptor
java.lang.Object
net.sf.fmj.ui.wizard.WizardPanelDescriptor
net.sf.fmj.ui.wizards.FileDestPanelDescriptor
public class FileDestPanelDescriptor
- extends WizardPanelDescriptor
- Author:
- Ken Larson
Method Summary |
boolean |
aboutToDisplayPanel(java.lang.Object prevId)
Override this method to provide functionality that will be performed just before
the panel is to be displayed. |
boolean |
aboutToHidePanel(java.lang.Object idOfNext)
Override this method to perform functionality just before the panel is to be
hidden. |
java.lang.Object |
getBackPanelDescriptor()
Override this class to provide the Object-based identifier of the panel that the
user should traverse to when the Back button is pressed. |
FileDestPanel |
getFileDestPanel()
|
java.lang.Object |
getNextPanelDescriptor()
Override this class to provide the Object-based identifier of the panel that the
user should traverse to when the Next button is pressed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDENTIFIER
public static final java.lang.String IDENTIFIER
FileDestPanelDescriptor
public FileDestPanelDescriptor(TranscodeWizardConfig config,
TranscodeWizardResult result)
getNextPanelDescriptor
public java.lang.Object getNextPanelDescriptor()
- Description copied from class:
WizardPanelDescriptor
- Override this class to provide the Object-based identifier of the panel that the
user should traverse to when the Next button is pressed. Note that this method
is only called when the button is actually pressed, so that the panel can change
the next panel's identifier dynamically at runtime if necessary. Return null if
the button should be disabled. Return FinishIdentfier if the button text
should change to 'Finish' and the dialog should end.
- Overrides:
getNextPanelDescriptor
in class WizardPanelDescriptor
- Returns:
- Object-based identifier.
getBackPanelDescriptor
public java.lang.Object getBackPanelDescriptor()
- Description copied from class:
WizardPanelDescriptor
- Override this class to provide the Object-based identifier of the panel that the
user should traverse to when the Back button is pressed. Note that this method
is only called when the button is actually pressed, so that the panel can change
the previous panel's identifier dynamically at runtime if necessary. Return null if
the button should be disabled.
- Overrides:
getBackPanelDescriptor
in class WizardPanelDescriptor
- Returns:
- Object-based identifier
getFileDestPanel
public FileDestPanel getFileDestPanel()
aboutToDisplayPanel
public boolean aboutToDisplayPanel(java.lang.Object prevId)
- Description copied from class:
WizardPanelDescriptor
- Override this method to provide functionality that will be performed just before
the panel is to be displayed.
- Overrides:
aboutToDisplayPanel
in class WizardPanelDescriptor
aboutToHidePanel
public boolean aboutToHidePanel(java.lang.Object idOfNext)
- Description copied from class:
WizardPanelDescriptor
- Override this method to perform functionality just before the panel is to be
hidden.
- Overrides:
aboutToHidePanel
in class WizardPanelDescriptor