Class UIService
java.lang.Object
de.julianweinelt.datacat.dbx.api.ui.UIService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSettingsPanel(SettingsPanel settingsPanel) Adds a newSettingsPanelto the registry to add a new site in the settings screen.static UIServiceinstance()
-
Constructor Details
-
UIService
public UIService()
-
-
Method Details
-
instance
-
addSettingsPanel
Adds a newSettingsPanelto the registry to add a new site in the settings screen.- Parameters:
settingsPanel- The object containing all screen information
-