org.mdanderson.biostat.util
public interface AboutPanel
Modifier and Type | Method and Description |
---|---|
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
|
void setAppVersionLine(String appName, String appVersion)
appName
- string specifying application name to be displayedappVersion
- string specifying application version to be displayedvoid setBannerLine(String banner)
banner
- string specifying banner text to be displayedvoid setCopyrightLine(String copyright)
copyright
- string specifying banner text to be displayedvoid setLegalitiesLine(String legalities)
legalities
- string specifying legal text to be displayedvoid setReleaseDateLine(Date date)
date
- Date
specifying release date to be displayedvoid setReleaseDateLine(String date)
date
- string specifying release date to be displayedvoid setCopyrightVisible(boolean visible)
visible
- if true, shows copyright information; otherwise, hides itvoid setLegalitiesVisible(boolean visible)
visible
- if true, shows legal information; otherwise, hides itCopyright © 2002 M.D. Anderson Cancer Center. All Rights Reserved.