Interface IPluginPanel


public interface IPluginPanel
Interface for third-party plugin side-panels.
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.scene.Node
    Get the icon representing the plugin.
    javafx.scene.Node
    Get the javafx panel to show when the plugin is selected
    Get the on-mouse-hover tooltip displayed when the user hovers over the plugin icon
  • Method Details

    • getTooltip

      String getTooltip()
      Get the on-mouse-hover tooltip displayed when the user hovers over the plugin icon
      Returns:
      A (possibly multiline) string to display as a tooltip
    • getIcon

      javafx.scene.Node getIcon()
      Get the icon representing the plugin. Typically a FontIcon
      Returns:
      A node with an icon
    • getPanel

      javafx.scene.Node getPanel()
      Get the javafx panel to show when the plugin is selected
      Returns:
      A javafx node