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 URIBug_ReportGoogle+ website.static intDefault_Font_SizeStandard font size.static booleanDEMOApplication runs in demo mode.static @NotNull StringHas_Just_Been_Initializedassert message when freshly initialized field can not be null any morestatic URIHistoryHistory page on the calculator home page.static URIHomepageCalculator Home page.static @NotNull StringKnown_To_Be_Initializedassert message when context implies that field can not be nullprivate static LoggerLoggerClass logger instance.static URIManualsOriginal Documents.static @NotNull @NonNls StringMarketmarket:// link to the appstatic @NotNull StringNot_In_Demoerror message used when demo mode is activestatic @NotNull @NonNls StringNot_Neededstatic @NotNull StringOnly_Null_In_Demo_Modeassert message when field can only be null in demo mode.static URIPrivacy_PolicyCalculator Privacy_Policy page.static @NotNull @NonNls StringShophttps.// link to the appstatic URISourceForge_ProjectWeb address of the Google+ communityprivate static StringTAGClass logger tag.static @NotNull StringWont_Become_Nullassert message when context when field has already been testet not to be nullstatic URIYouTube_VideosVideos on Google+ website.
-
Constructor Summary
Constructors Modifier Constructor Description privateConstants()
-
-
-
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
-
-