TabExtension

Extension point for plugins which add additional javax.swing.JPanels as additional tabs to the ServerPackCreator GUI.

Author

Griefed

Properties

Link copied to clipboard
abstract val icon: Icon?

Get the Icon for this tab to display to the ServerPackCreator GUI.

Link copied to clipboard
abstract val title: String

Get the title of this tab to display in the ServerPackCreator GUI.

Link copied to clipboard
abstract val tooltip: String

Get the tooltip for this tab to display in the ServerPackCreator GUI.

Functions

Link copied to clipboard
abstract fun getTab(versionMeta: VersionMeta, apiProperties: ApiProperties, utilities: Utilities, pluginConfig: Optional<CommentedConfig>, configFile: Optional<File>): ExtensionTab