Class PluginList

  • All Implemented Interfaces:
    Part

    public class PluginList
    extends TablePart
    Eine vorkonfektionierte Liste der installierten Plugins.
    • Constructor Detail

      • PluginList

        public PluginList()
        ct.
    • Method Detail

      • paint

        public void paint​(org.eclipse.swt.widgets.Composite parent)
                   throws java.rmi.RemoteException
        Description copied from interface: Part
        Malt die Komponente in das angegebene Composite.
        Specified by:
        paint in interface Part
        Overrides:
        paint in class TablePart
        Parameters:
        parent - das Composite.
        Throws:
        java.rmi.RemoteException
        See Also:
        TablePart.paint(org.eclipse.swt.widgets.Composite)