Class ComponentProviderAdapter

    • Constructor Detail

      • ComponentProviderAdapter

        public ComponentProviderAdapter​(PluginTool tool,
                                        java.lang.String name,
                                        java.lang.String owner)
        Creates a new component provider with a default location of PluginTool#WINDOW.
        Parameters:
        windowMgr - The window manager that will manage and show this provider.
        name - The providers name. This is used to group similar providers into a tab within the same window.
        owner - The owner of this provider, usually a plugin name.
      • ComponentProviderAdapter

        public ComponentProviderAdapter​(PluginTool tool,
                                        java.lang.String name,
                                        java.lang.String owner,
                                        java.lang.Class<?> contextType)
        Creates a new component provider with a default location of PluginTool#WINDOW.
        Parameters:
        windowMgr - The window manager that will manage and show this provider.
        name - The providers name. This is used to group similar providers into a tab within the same window.
        owner - The owner of this provider, usually a plugin name.