Module rpgframework.api.jfx
Package de.rpgframework.gamemaster.jfx
Interface OldSessionScreenGUIPlugin
-
public interface OldSessionScreenGUIPlugin- Author:
- prelle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()javafx.scene.layout.RegiongetPane()de.rpgframework.core.RoleplayingSystemgetRoleplayingSystem()PageTypegetType()voidinit(Map<String,Object> specific)Initialize plugin with application specific context.
-
-
-
Method Detail
-
init
void init(Map<String,Object> specific)
Initialize plugin with application specific context. This method is possibly not called by the application.- Parameters:
specific- Application specific parameters - e.g. a parent windows, JavaFXExtension ScreenManager and other
-
getName
String getName()
-
getType
PageType getType()
-
getRoleplayingSystem
de.rpgframework.core.RoleplayingSystem getRoleplayingSystem()
-
getPane
javafx.scene.layout.Region getPane()
-
-