Package org.esa.snap.ui
Class SequentialDialog
java.lang.Object
org.esa.snap.ui.SequentialDialog
- Version:
- $Revision$ $Date$
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSequentialDialog
(JFrame frame, String titleBase) SequentialDialog
(JFrame frame, String titleBase, Icon image, boolean hasHelp) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
center()
int
getCard
(int index) int
getCardName
(int index) protected int
getFrame()
protected int
protected int
void
hide()
protected boolean
protected boolean
protected boolean
protected void
onBack()
protected void
onCancel()
protected void
onFinish()
protected void
onHelp()
protected void
onNext()
int
show()
protected void
showCard
(int index) protected void
protected boolean
-
Field Details
-
ID_BACK
public static final int ID_BACK- See Also:
-
ID_NEXT
public static final int ID_NEXT- See Also:
-
ID_FINISH
public static final int ID_FINISH- See Also:
-
ID_CANCEL
public static final int ID_CANCEL- See Also:
-
ID_HELP
public static final int ID_HELP- See Also:
-
-
Constructor Details
-
SequentialDialog
-
SequentialDialog
-
-
Method Details
-
getFrame
-
getDialog
-
getButtonID
public int getButtonID() -
getCardCount
public int getCardCount() -
getCard
-
getCurrentCard
-
getCardName
-
addCard
-
show
public int show() -
hide
public void hide() -
center
public void center() -
onBack
protected void onBack() -
onNext
protected void onNext() -
onFinish
protected void onFinish() -
onCancel
protected void onCancel() -
onHelp
protected void onHelp() -
getCurrentCardIndex
protected int getCurrentCardIndex() -
getPreviousCardIndex
protected int getPreviousCardIndex() -
getNextCardIndex
protected int getNextCardIndex() -
showCard
protected void showCard(int index) -
updateButtonStates
protected void updateButtonStates() -
isBackPossible
protected boolean isBackPossible() -
isNextPossible
protected boolean isNextPossible() -
isFinishPossible
protected boolean isFinishPossible() -
verifyUserInput
protected boolean verifyUserInput()
-