MDACC
Biostatistics

org.mdanderson.biostat.util
Interface AboutPanel

All Known Implementing Classes:
AbstractAboutPanel

public interface AboutPanel

AboutPanel - Interface for panel settings.


Method Summary
 void setAppVersionLine(String appName, String appVersion)
          Sets the application name and version to be displayed
 void setBannerLine(String banner)
          Sets the banner to be displayed
 void setCopyrightLine(String copyright)
          Sets the copyright to be displayed
 void setCopyrightVisible(boolean visible)
          Shows or hides the copyright information depending on the value of parameter
 void setLegalitiesLine(String legalities)
          Sets the legal text to be displayed
 void setLegalitiesVisible(boolean visible)
          Shows or hides the legal information depending on the value of parameter
 void setReleaseDateLine(Date date)
          Sets the release date to be displayed
 void setReleaseDateLine(String date)
          Sets the release date to be displayed
 

Method Detail

setAppVersionLine

public void setAppVersionLine(String appName,
                              String appVersion)
Sets the application name and version to be displayed

Parameters:
appName - string specifying application name to be displayed
appVersion - string specifying application version to be displayed

setBannerLine

public void setBannerLine(String banner)
Sets the banner to be displayed

Parameters:
banner - string specifying banner text to be displayed

setCopyrightLine

public void setCopyrightLine(String copyright)
Sets the copyright to be displayed

Parameters:
copyright - string specifying banner text to be displayed

setLegalitiesLine

public void setLegalitiesLine(String legalities)
Sets the legal text to be displayed

Parameters:
legalities - string specifying legal text to be displayed

setReleaseDateLine

public void setReleaseDateLine(Date date)
Sets the release date to be displayed

Parameters:
date - Date specifying release date to be displayed

setReleaseDateLine

public void setReleaseDateLine(String date)
Sets the release date to be displayed

Parameters:
date - string specifying release date to be displayed

setCopyrightVisible

public void setCopyrightVisible(boolean visible)
Shows or hides the copyright information depending on the value of parameter

Parameters:
visible - if true, shows copyright information; otherwise, hides it

setLegalitiesVisible

public void setLegalitiesVisible(boolean visible)
Shows or hides the legal information depending on the value of parameter

Parameters:
visible - if true, shows legal information; otherwise, hides it

MDACC
Biostatistics

Copyright © 2002 M.D. Anderson Cancer Center. All Rights Reserved.