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 TypeMethodDescriptionvoidvoidcenter()intgetCard(int index) intgetCardName(int index) protected intgetFrame()protected intprotected intvoidhide()protected booleanprotected booleanprotected booleanprotected voidonBack()protected voidonCancel()protected voidonFinish()protected voidonHelp()protected voidonNext()intshow()protected voidshowCard(int index) protected voidprotected 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()
-