Class LogList

  • All Implemented Interfaces:
    Part

    public class LogList
    extends TablePart
    Implementiert eine Tabelle, welche die letzten Log-Meldungen anzeigt und neue automatisch hinzufuegt.
    Author:
    willuhn
    • Constructor Detail

      • LogList

        public LogList()
                throws java.rmi.RemoteException
        ct,
        Throws:
        java.rmi.RemoteException
    • 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:
        Part.paint(org.eclipse.swt.widgets.Composite)