|
Luky Library - 4.1.1 (20061117-1148) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectluky.Version
public class Version
Version Class is used to get the version of the Luky utilities class runtime
The Luky Libraries incorporate the:
Revision History
Constructor Summary | |
---|---|
Version()
default constructor |
|
Version(String name,
String version,
String buildTime)
alternative constructor |
Method Summary | |
---|---|
void |
about()
aboutBox shows a about box |
void |
about(String name,
String version)
aboutBox shows a about box |
String |
getAppBuildTimeString()
returns the build time as a string of the application |
String |
getAppVersion()
returns the current version of the Application using the library |
String |
getLibBuildTimeString()
returns the build time as a string of the library |
String |
getLibVersion()
returns the current version of the Library |
static void |
main(String[] args)
runtime function to get the current version, prints it to stdout |
void |
mouseClicked(MouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on a component. |
void |
mouseEntered(MouseEvent e)
Invoked when the mouse enters a component. |
void |
mouseExited(MouseEvent e)
Invoked when the mouse exits a component. |
void |
mousePressed(MouseEvent e)
Invoked when a mouse button has been pressed on a component. |
void |
mouseReleased(MouseEvent e)
Invoked when a mouse button has been released on a component. |
void |
setAppBuildTime(String time)
set application buildtime shown in about box |
void |
setAppName(String name)
set application name shown in about box |
void |
setAppVersion(String version)
set application version shown in about box |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Version()
public Version(String name, String version, String buildTime)
name
- name name of the application using the libraryversion
- version of the application using the librarybuildTime
- build time of the application using the libraryMethod Detail |
---|
public String getAppVersion()
public String getLibVersion()
public static void main(String[] args)
public String getAppBuildTimeString()
public String getLibBuildTimeString()
public void setAppBuildTime(String time)
time
- buildTime of the application using the librarypublic void setAppName(String name)
name
- name name of the application using the librarypublic void setAppVersion(String version)
version
- version of the application using the librarypublic void about(String name, String version)
name
- name name of the application using the libraryversion
- version of the application using the librarypublic void about()
public void mouseClicked(MouseEvent e)
mouseClicked
in interface MouseListener
public void mouseEntered(MouseEvent e)
mouseEntered
in interface MouseListener
public void mouseExited(MouseEvent e)
mouseExited
in interface MouseListener
public void mousePressed(MouseEvent e)
mousePressed
in interface MouseListener
public void mouseReleased(MouseEvent e)
mouseReleased
in interface MouseListener
|
Luky Library - 4.1.1 (20061117-1148) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |