Uses of Interface
name.moore.kevin.ze.game.iZodiacApp
Packages that use iZodiacApp
Package
Description
This is the top-level namespace containing the startup and coordinating classes.
JMonkeyEngine states.
This package provides classes to build the Swing-based GUI.
-
Uses of iZodiacApp in name.moore.kevin.ze
Classes in name.moore.kevin.ze that implement iZodiacAppModifier and TypeClassDescriptionclassCreates, initialises and manages all the globals, subsystems, application states for the game. -
Uses of iZodiacApp in name.moore.kevin.ze.game.states
Fields in name.moore.kevin.ze.game.states declared as iZodiacAppModifier and TypeFieldDescriptionprivate iZodiacAppclockState.zappprivate iZodiacAppcombatState.zappprivate iZodiacApploadandsaveState.zappprivate iZodiacAppmanufacturingState.zappprivate iZodiacAppmovementState.zappprivate iZodiacAppremoteState.zappprivate iZodiacApprenderState.zapp -
Uses of iZodiacApp in name.moore.kevin.ze.swing
Fields in name.moore.kevin.ze.swing declared as iZodiacAppModifier and TypeFieldDescriptionstatic iZodiacApp[]izSwing.zappUsing an array get round the field being final.Methods in name.moore.kevin.ze.swing that return iZodiacAppModifier and TypeMethodDescriptiondefault iZodiacAppizSwing.getZodiacApp()Implementers of the interface can use this shortcut to get the zodiac application.Methods in name.moore.kevin.ze.swing with parameters of type iZodiacAppModifier and TypeMethodDescriptionstatic voidizSwing.setZodiacApp(iZodiacApp z)Call once to ensure all zSwing have access to the zodiac application.