Class FirstStart

  • All Implemented Interfaces:
    de.willuhn.jameica.gui.boxes.Box, de.willuhn.jameica.gui.Part, java.lang.Comparable

    public class FirstStart
    extends de.willuhn.jameica.gui.boxes.AbstractBox
    Hilfe-Seite fuer den ersten Start.
    • Field Summary

      • Fields inherited from interface de.willuhn.jameica.gui.boxes.Box

        HEIGHT_DEFAULT
    • Constructor Summary

      Constructors 
      Constructor Description
      FirstStart()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getDefaultEnabled()  
      int getDefaultIndex()  
      int getHeight()  
      java.lang.String getName()  
      boolean isActive()  
      boolean isEnabled()  
      void paint​(org.eclipse.swt.widgets.Composite parent)  
      • Methods inherited from class de.willuhn.jameica.gui.boxes.AbstractBox

        compareTo, getIndex, setEnabled, setIndex
      • Methods inherited from class java.lang.Object

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

      • FirstStart

        public FirstStart()
    • Method Detail

      • isActive

        public boolean isActive()
        Specified by:
        isActive in interface de.willuhn.jameica.gui.boxes.Box
        Overrides:
        isActive in class de.willuhn.jameica.gui.boxes.AbstractBox
        See Also:
        Box.isActive()
      • getDefaultEnabled

        public boolean getDefaultEnabled()
        See Also:
        Box.getDefaultEnabled()
      • getDefaultIndex

        public int getDefaultIndex()
        See Also:
        Box.getDefaultIndex()
      • getName

        public java.lang.String getName()
        See Also:
        Box.getName()
      • isEnabled

        public boolean isEnabled()
        Specified by:
        isEnabled in interface de.willuhn.jameica.gui.boxes.Box
        Overrides:
        isEnabled in class de.willuhn.jameica.gui.boxes.AbstractBox
        See Also:
        Box.isEnabled()
      • paint

        public void paint​(org.eclipse.swt.widgets.Composite parent)
                   throws java.rmi.RemoteException
        Throws:
        java.rmi.RemoteException
        See Also:
        Part.paint(org.eclipse.swt.widgets.Composite)
      • getHeight

        public int getHeight()
        Specified by:
        getHeight in interface de.willuhn.jameica.gui.boxes.Box
        Overrides:
        getHeight in class de.willuhn.jameica.gui.boxes.AbstractBox
        See Also:
        AbstractBox.getHeight()