Uses of Class
de.s42.dl.examples.gui.GuiCore
Package | Description |
---|---|
de.s42.dl.examples.gui | |
de.s42.dl.examples.gui.components |
-
Uses of GuiCore in de.s42.dl.examples.gui
Methods in de.s42.dl.examples.gui that return GuiCore Modifier and Type Method Description static GuiCore
GuiCore. create(GuiWindow window)
-
Uses of GuiCore in de.s42.dl.examples.gui.components
Fields in de.s42.dl.examples.gui.components declared as GuiCore Modifier and Type Field Description protected GuiCore
View. core
Methods in de.s42.dl.examples.gui.components that return GuiCore Modifier and Type Method Description GuiCore
View. getCore()
Methods in de.s42.dl.examples.gui.components with parameters of type GuiCore Modifier and Type Method Description void
GuiWindow. init(GuiCore core, Path mainView)
Constructors in de.s42.dl.examples.gui.components with parameters of type GuiCore Constructor Description View(GuiCore core, Path file)