Interface TethysUIChildDialog
- All Superinterfaces:
OceanusEventRegistrar.OceanusEventProvider<TethysUIEvent>
- All Known Implementing Classes:
TethysUICoreChildDialog
public interface TethysUIChildDialog
extends OceanusEventRegistrar.OceanusEventProvider<TethysUIEvent>
Child Dialog.
-
Method Summary
Modifier and TypeMethodDescriptionvoidClose the dialog.voidHide the dialog.booleanIs the dialog showing?voidsetContent(TethysUIComponent pContent) Set the contents.voidSet the title.voidShow the dialog.Methods inherited from interface io.github.tonywasher.joceanus.oceanus.event.OceanusEventRegistrar.OceanusEventProvider
getEventRegistrar
-
Method Details
-
setTitle
Set the title.- Parameters:
pTitle- the title
-
setContent
Set the contents.- Parameters:
pContent- the dialog content
-
showDialog
void showDialog()Show the dialog. -
isShowing
boolean isShowing()Is the dialog showing?- Returns:
- true/false
-
hideDialog
void hideDialog()Hide the dialog. -
closeDialog
void closeDialog()Close the dialog.
-