Class Global
java.lang.Object
com.jackmeng.halcyoninae.halcyon.runtime.constant.Global
This class holds any public scoped Objects that may be used throughout
the program.
This class eliminates different classes having to hot potato pass difference object instances to each other. Important Note: The ordering of how each variable is declared depends on their importance. For example an IconHandler needs direct priority before the initialization of a GUI Component that calls for Icons during initiatialization
- Since:
- 3.0
- Author:
- Jack Meng
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic ButtonControlTP
static BottomPane
static IconHandler
static InfoViewTP
static LikeList
static MoreApps
static Player
static ResourceDistributor
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ico
-
rd
-
bp
-
bctp
-
ifp
-
player
-
ll
-
moreApps
-
-
Constructor Details
-
Global
private Global()
-
-
Method Details
-
ping
public static void ping()
-