Package net.sourceforge.uiq3.fx602p
Class Constants
- java.lang.Object
-
- net.sourceforge.uiq3.fx602p.Constants
-
public final class Constants extends Object
Special constants.
- Author:
- martin
-
-
Field Summary
Fields Modifier and Type Field Description static URI
Bug_Report
Google+ website.static int
Default_Font_Size
Standard font size.static boolean
DEMO
Application runs in demo mode.static @NotNull String
Has_Just_Been_Initialized
assert message when freshly initialized field can not be null any morestatic URI
History
History page on the calculator home page.static URI
Homepage
Calculator Home page.static @NotNull String
Known_To_Be_Initialized
assert message when context implies that field can not be nullprivate static Logger
Logger
Class logger instance.static URI
Manuals
Original Documents.static @NotNull @NonNls String
Market
market:// link to the appstatic @NotNull String
Not_In_Demo
error message used when demo mode is activestatic @NotNull @NonNls String
Not_Needed
static @NotNull String
Only_Null_In_Demo_Mode
assert message when field can only be null in demo mode.static URI
Privacy_Policy
Calculator Privacy_Policy page.static @NotNull @NonNls String
Shop
https.// link to the appstatic URI
SourceForge_Project
Web address of the Google+ communityprivate static String
TAG
Class logger tag.static @NotNull String
Wont_Become_Null
assert message when context when field has already been testet not to be nullstatic 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.
-
Bug_Report
@NotNull public static final URI Bug_Report
Google+ website.
-
DEMO
public static final boolean DEMO
Application runs in demo mode.
-
Default_Font_Size
public static final int Default_Font_Size
Standard font size.
-
Has_Just_Been_Initialized
@NotNull public static final @NotNull String Has_Just_Been_Initialized
assert message when freshly initialized field can not be null any more
-
History
@NotNull public static final URI History
History page on the calculator home page.
-
Homepage
@NotNull public static final URI Homepage
Calculator Home page.
-
Privacy_Policy
@NotNull public static final URI Privacy_Policy
Calculator Privacy_Policy page.
-
Known_To_Be_Initialized
@NotNull public static final @NotNull String Known_To_Be_Initialized
assert message when context implies that field can not be null
-
Manuals
@NotNull public static final URI Manuals
Original Documents.
-
Market
@NotNull @NonNls public static final @NotNull @NonNls String Market
market:// link to the app
-
Not_In_Demo
@NotNull public static final @NotNull String Not_In_Demo
error message used when demo mode is active
-
Only_Null_In_Demo_Mode
@NotNull public static final @NotNull String Only_Null_In_Demo_Mode
assert message when field can only be null in demo mode.
-
Shop
@NotNull @NonNls public static final @NotNull @NonNls String Shop
https.// link to the app
-
SourceForge_Project
@NotNull public static final URI SourceForge_Project
Web address of the Google+ community
-
Wont_Become_Null
@NotNull public static final @NotNull String Wont_Become_Null
assert message when context when field has already been testet not to be null
-
YouTube_Videos
@NotNull public static final URI YouTube_Videos
Videos on Google+ website.
-
Not_Needed
@NotNull @NonNls public static final @NotNull @NonNls String Not_Needed
-
-