fable.framework.toolbox
Class SplashScreen

java.lang.Object
  extended by fable.framework.toolbox.SplashScreen

public class SplashScreen
extends java.lang.Object

a class which is simply a placeholder for common methods for the fable splash screens e.g. adding version number to splash screens

Author:
andy

Constructor Summary
SplashScreen()
           
 
Method Summary
static void SplashAddVersion(org.eclipse.swt.widgets.Shell splash, java.lang.String pluginId)
          add the specified plugin id's version number to the top of the splash screen
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplashScreen

public SplashScreen()
Method Detail

SplashAddVersion

public static void SplashAddVersion(org.eclipse.swt.widgets.Shell splash,
                                    java.lang.String pluginId)
add the specified plugin id's version number to the top of the splash screen

Parameters:
splash - - splash screen Shell
pluginId - - plugin id to add version for