public class TrackMateWizardSequence extends Object implements WizardSequence
| Constructor and Description |
|---|
TrackMateWizardSequence(TrackMate trackmate,
SelectionModel selectionModel,
DisplaySettings displaySettings) |
| Modifier and Type | Method and Description |
|---|---|
WizardPanelDescriptor |
configDescriptor()
Returns the descriptor in charge of configure the views.
|
WizardPanelDescriptor |
current()
Returns the descriptor currently displayed.
|
boolean |
hasNext()
Returns
true if the sequence has an element after the
current one. |
boolean |
hasPrevious()
Returns
true if the sequence has an element before the
current one. |
WizardPanelDescriptor |
logDescriptor()
Returns the descriptor in charge of logging events.
|
WizardPanelDescriptor |
next()
Returns the next descriptor to display.
|
void |
onClose()
Method called when the wizard is closed.
|
WizardPanelDescriptor |
previous()
Returns the previous descriptor to display.
|
WizardPanelDescriptor |
save()
Returns the panel in charge of saving the data.
|
void |
setCurrent(String panelIdentifier)
Position the sequence so that its current descriptor is the one with the
specified identifier.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunpublic TrackMateWizardSequence(TrackMate trackmate, SelectionModel selectionModel, DisplaySettings displaySettings)
public void onClose()
WizardSequenceonClose in interface WizardSequencepublic WizardPanelDescriptor next()
WizardSequencenull if the
sequence is finished and does not have a next descriptor.next in interface WizardSequencepublic WizardPanelDescriptor previous()
WizardSequencenull if
the sequence is starting and does not have a previous descriptor.previous in interface WizardSequencepublic boolean hasNext()
WizardSequencetrue if the sequence has an element after the
current one.hasNext in interface WizardSequencetrue if the sequence has an element after the
current one.public WizardPanelDescriptor current()
WizardSequencecurrent in interface WizardSequencepublic WizardPanelDescriptor logDescriptor()
WizardSequencelogDescriptor in interface WizardSequencepublic WizardPanelDescriptor configDescriptor()
WizardSequenceconfigDescriptor in interface WizardSequencepublic WizardPanelDescriptor save()
WizardSequencesave in interface WizardSequencepublic boolean hasPrevious()
WizardSequencetrue if the sequence has an element before the
current one.hasPrevious in interface WizardSequencetrue if the sequence has an element before the
current one.public void setCurrent(String panelIdentifier)
WizardSequencesetCurrent in interface WizardSequencepanelIdentifier - the descriptor identifier.Copyright © 2015–2021 Fiji. All rights reserved.