Package net.sourceforge.uiq3.hp45
Class Constants
- java.lang.Object
-
- net.sourceforge.uiq3.hp45.Constants
-
public final class Constants extends Object
- Author:
- martin
-
-
Field Summary
Fields Modifier and Type Field Description static URI
Bug_Report
Google+ website.static int
Default_Font_Size
default font size to usestatic boolean
DEMO
Application runs in demo mode.static URI
History
History page on the calculator home page.static URI
Homepage
Calculator Home page.private static Logger
Logger
Class logger instance.static URI
Manuals
Original Documents.static @NotNull @NonNls String
Market
market:// link to the appstatic @NotNull @NonNls String
Not_Needed
static URI
Privacy_Policy
Calculator Privacy_Policy page.static @NotNull @NonNls String
Shop
https.// link to the appstatic URI
SourceForge_Project
private static String
TAG
Class logger tag.static URI
YouTube_Videos
Videos on Google+ website.
-
Constructor Summary
Constructors Modifier Constructor Description private
Constants()
-
-
-
Field Detail
-
Logger
private static final Logger Logger
Class logger instance.
-
TAG
private static final String TAG
Class logger tag.
-
Default_Font_Size
public static final int Default_Font_Size
default font size to use
-
DEMO
public static final boolean DEMO
Application runs in demo mode.
-
SourceForge_Project
@NotNull public static final URI SourceForge_Project
-
Bug_Report
@NotNull public static final URI Bug_Report
Google+ website.
-
YouTube_Videos
@NotNull public static final URI YouTube_Videos
Videos on Google+ website.
-
History
@NotNull public static final URI History
History page on the calculator home page.
-
Privacy_Policy
@NotNull public static final URI Privacy_Policy
Calculator Privacy_Policy page.
-
Homepage
@NotNull public static final URI Homepage
Calculator Home page.
-
Manuals
@NotNull public static final URI Manuals
Original Documents.
-
Market
@NotNull @NonNls public static final @NotNull @NonNls String Market
market:// link to the app
-
Shop
@NotNull @NonNls public static final @NotNull @NonNls String Shop
https.// link to the app
-
Not_Needed
@NotNull @NonNls public static final @NotNull @NonNls String Not_Needed
-
-