Interface OldSessionScreenGUIPlugin


  • public interface OldSessionScreenGUIPlugin
    Author:
    prelle
    • 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
      • getRoleplayingSystem

        de.rpgframework.core.RoleplayingSystem getRoleplayingSystem()
      • getPane

        javafx.scene.layout.Region getPane()