Class ThemisUIMainPanel
java.lang.Object
io.github.tonywasher.joceanus.themis.gui.launch.ThemisUIMainPanel
- All Implemented Interfaces:
TethysUIMainPanel
Main panel.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtain the main component.(package private) voidHandle select project.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.tonywasher.joceanus.tethys.api.factory.TethysUIMainPanel
getMenuBar, handleAppClose
-
Constructor Details
-
ThemisUIMainPanel
Constructor.- Parameters:
pFactory- the GuiFactory- Throws:
OceanusException- on error
-
-
Method Details
-
getComponent
Description copied from interface:TethysUIMainPanelObtain the main component.- Specified by:
getComponentin interfaceTethysUIMainPanel- Returns:
- the component
-
selectProject
void selectProject()Handle select project.
-