Package dk.gtz.graphedit.spi
Interface IPluginPanel
public interface IPluginPanel
Interface for third-party plugin side-panels.
-
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 aFontIcon
- 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
-