java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.webstart.DBEsplashScreen
All Implemented Interfaces:
SplashScreenInterface, ProgressViewer

public class DBEsplashScreen
extends Object
implements SplashScreenInterface
Author:
Christian Klukas (c) 2004 IPK-Gatersleben
  • Constructor Details

    • DBEsplashScreen

      public DBEsplashScreen​(String applicationName, String copyright, Runnable endTask)
  • Method Details

    • getStartLogo

      public static ImageIcon getStartLogo()
    • setMaximum

      public void setMaximum​(int maximum)
      Description copied from interface: ProgressViewer
      Sets the progress viewer's maximum value to n. By default, the maximum value is 100.
      Specified by:
      setMaximum in interface ProgressViewer
      Specified by:
      setMaximum in interface SplashScreenInterface
      Parameters:
      maximum - the new maximum
    • setText

      public void setText​(String text)
      Description copied from interface: ProgressViewer
      Sets the value of the progress text. By default, this string is null. If you have provided a custom progress string and want to revert to the built-in behavior, set the string back to null.
      Specified by:
      setText in interface ProgressViewer
      Specified by:
      setText in interface SplashScreenInterface
      Parameters:
      text - the value of the progress string
    • setValue

      public void setValue​(int value)
      Description copied from interface: ProgressViewer
      Sets the progress viewer's current value to n.
      Specified by:
      setValue in interface ProgressViewer
      Specified by:
      setValue in interface SplashScreenInterface
      Parameters:
      value - the new value
    • getValue

      public int getValue()
      Description copied from interface: ProgressViewer
      Returns the progress viewer's current value. The value is always between the zero and the maximum values, inclusive. By default, the value is initialized to zero.
      Specified by:
      getValue in interface ProgressViewer
      Specified by:
      getValue in interface SplashScreenInterface
      Returns:
      DOCUMENT ME!
    • setVisible

      public void setVisible​(boolean visible)
      Specified by:
      setVisible in interface SplashScreenInterface
    • setInitialisationFinished

      public void setInitialisationFinished()
      Specified by:
      setInitialisationFinished in interface SplashScreenInterface
    • setIconImage

      public void setIconImage​(Image image)
    • getMaximum

      public int getMaximum()
      Specified by:
      getMaximum in interface ProgressViewer