Interface TethysUIMainPanel
- All Known Implementing Classes:
PrometheusMainWindow,ThemisUIMainPanel
public interface TethysUIMainPanel
Main GUI program class interface.
-
Method Summary
Modifier and TypeMethodDescriptionObtain the main component.default TethysUIMenuBarManagerObtain menuBar.default booleanHandle application close.
-
Method Details
-
getComponent
TethysUIComponent getComponent()Obtain the main component.- Returns:
- the component
-
getMenuBar
Obtain menuBar.- Returns:
- the menuBar (or null)
-
handleAppClose
default boolean handleAppClose()Handle application close.- Returns:
- allow close (true/false)
-