Class PluginListPart

  • All Implemented Interfaces:
    Part

    public class PluginListPart
    extends java.lang.Object
    implements Part
    Komponente, die die Plugins in einer huebsch formatierten Liste mit Buttons zum Managen anzeigt.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void paint​(org.eclipse.swt.widgets.Composite comp)
      Malt die Komponente in das angegebene Composite.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PluginListPart

        public PluginListPart​(PluginDetailPart.Type type)
        ct.
        Parameters:
        type - der Reiter, der per Default den Fokus haben soll.
    • Method Detail

      • paint

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