Class SearchPart

  • All Implemented Interfaces:
    Part

    public class SearchPart
    extends java.lang.Object
    implements Part
    GUI-Modul fuer das Suchformular.
    • Constructor Summary

      Constructors 
      Constructor Description
      SearchPart()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getShortcut()
      Liefert den konfigurierten Shortcut.
      void paint​(org.eclipse.swt.widgets.Composite parent)
      Malt die Komponente in das angegebene Composite.
      void setShortcut​(java.lang.String shortcut)
      Speichert den Shortcut.
      • Methods inherited from class java.lang.Object

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

      • SearchPart

        public SearchPart()
    • 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
        Parameters:
        parent - das Composite.
        Throws:
        java.rmi.RemoteException
        See Also:
        Part.paint(org.eclipse.swt.widgets.Composite)
      • getShortcut

        public java.lang.String getShortcut()
        Liefert den konfigurierten Shortcut.
        Returns:
        der konfigurierte Shortcut.
      • setShortcut

        public void setShortcut​(java.lang.String shortcut)
        Speichert den Shortcut.
        Parameters:
        shortcut -