Class RepositoryList

  • All Implemented Interfaces:
    Part

    public class RepositoryList
    extends TablePart
    Tabelle mit den Repositories.
    • Constructor Detail

      • RepositoryList

        public RepositoryList()
                       throws java.lang.Exception
        ct.
        Throws:
        java.lang.Exception
    • 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)