Class ClusterSplashScreen
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.webstart.ClusterSplashScreen
- All Implemented Interfaces:
SplashScreenInterface,ProgressViewer
public class ClusterSplashScreen extends Object implements SplashScreenInterface
- Author:
- Christian Klukas (c) 2004 IPK-Gatersleben
-
Constructor Summary
Constructors Constructor Description ClusterSplashScreen(String applicationName, String copyright) -
Method Summary
Modifier and Type Method Description intgetMaximum()intgetValue()Returns the progress viewer's current value.voidsetInitialisationFinished()voidsetMaximum(int maximum)Sets the progress viewer's maximum value to n.voidsetText(String text)Sets the value of the progress text.voidsetValue(int value)Sets the progress viewer's current value to n.voidsetVisible(boolean visible)
-
Constructor Details
-
ClusterSplashScreen
-
-
Method Details
-
setMaximum
public void setMaximum(int maximum)Description copied from interface:ProgressViewerSets the progress viewer's maximum value to n. By default, the maximum value is 100.- Specified by:
setMaximumin interfaceProgressViewer- Specified by:
setMaximumin interfaceSplashScreenInterface- Parameters:
maximum- the new maximum
-
setText
Description copied from interface:ProgressViewerSets 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:
setTextin interfaceProgressViewer- Specified by:
setTextin interfaceSplashScreenInterface- Parameters:
text- the value of the progress string
-
setValue
public void setValue(int value)Description copied from interface:ProgressViewerSets the progress viewer's current value to n.- Specified by:
setValuein interfaceProgressViewer- Specified by:
setValuein interfaceSplashScreenInterface- Parameters:
value- the new value
-
getValue
public int getValue()Description copied from interface:ProgressViewerReturns 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:
getValuein interfaceProgressViewer- Specified by:
getValuein interfaceSplashScreenInterface- Returns:
- DOCUMENT ME!
-
setVisible
public void setVisible(boolean visible)- Specified by:
setVisiblein interfaceSplashScreenInterface
-
setInitialisationFinished
public void setInitialisationFinished()- Specified by:
setInitialisationFinishedin interfaceSplashScreenInterface
-
getMaximum
public int getMaximum()- Specified by:
getMaximumin interfaceProgressViewer
-