Interface MetisViewerWindow
- All Superinterfaces:
OceanusEventRegistrar.OceanusEventProvider<TethysUIEvent>
- All Known Implementing Classes:
MetisViewerWindowImpl
public interface MetisViewerWindow
extends OceanusEventRegistrar.OceanusEventProvider<TethysUIEvent>
Viewer Manager class, responsible for displaying the debug view.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleExplicitPage(int pIndex) Handle the explicit page.voidhandleMode(MetisViewerMode pMode) Handle the mode.voidHandle the next page.voidHandle the parent page.voidHandle the previous page.voidshow the dialog.Methods inherited from interface io.github.tonywasher.joceanus.oceanus.event.OceanusEventRegistrar.OceanusEventProvider
getEventRegistrar
-
Method Details
-
showDialog
void showDialog()show the dialog. -
handleParentPage
void handleParentPage()Handle the parent page. -
handleNextPage
void handleNextPage()Handle the next page. -
handlePreviousPage
void handlePreviousPage()Handle the previous page. -
handleExplicitPage
void handleExplicitPage(int pIndex) Handle the explicit page.- Parameters:
pIndex- the index of the page
-
handleMode
Handle the mode.- Parameters:
pMode- the new mode
-