com.mindtree.techworks.insight.releng.mvn.nsis.model
Class WelcomePageSettings

java.lang.Object
  extended by com.mindtree.techworks.insight.releng.mvn.nsis.model.WelcomePageSettings
All Implemented Interfaces:
java.io.Serializable

public class WelcomePageSettings
extends java.lang.Object
implements java.io.Serializable

To add a newline to any of these texts, use \r\n instead of $\r$\n .

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
WelcomePageSettings()
           
 
Method Summary
 java.lang.String getText()
          Get text to display on the page.
 java.lang.String getTitle()
          Get title to display on the top of the page.
 boolean isTitle3Lines()
          Get extra space for the title area.
 void setText(java.lang.String text)
          Set text to display on the page.
 void setTitle(java.lang.String title)
          Set title to display on the top of the page.
 void setTitle3Lines(boolean title3Lines)
          Set extra space for the title area.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WelcomePageSettings

public WelcomePageSettings()
Method Detail

getText

public java.lang.String getText()
Get text to display on the page.

Returns:
String

getTitle

public java.lang.String getTitle()
Get title to display on the top of the page.

Returns:
String

isTitle3Lines

public boolean isTitle3Lines()
Get extra space for the title area.

Returns:
boolean

setText

public void setText(java.lang.String text)
Set text to display on the page.

Parameters:
text -

setTitle

public void setTitle(java.lang.String title)
Set title to display on the top of the page.

Parameters:
title -

setTitle3Lines

public void setTitle3Lines(boolean title3Lines)
Set extra space for the title area.

Parameters:
title3Lines -


Copyright © 2007-2009 MindTree Insight. All Rights Reserved.