PluginComponent

public class PluginComponent

A PluginComponent represents any components compose the plugin, including the plugin itself.

Author:Hugo Y. K. Lam

Constructors

PluginComponent

public PluginComponent(PluginComponent parent)

Creates a new instance of PluginComponent.

Parameters:
  • parent – the parent component.

Methods

getParent

public PluginComponent getParent()

Gets the parent component of this plugin component.

Returns:the parent component of this plugin component.

getPlugin

public Plugin getPlugin()

Gets the plugin which holds this plugin component.

Returns:the plugin which holds this plugin component.