Package name.moore.kevin.ze.swing
Interface izSwing
- All Known Implementing Classes:
zAppMenu,zExitDialog,zFrame,zImagePanel,zLoadDialog,zUIDockable
public interface izSwing
Interface for all the UI component handlers using cookswing giving them
acccess to a shared cookswing handler and the zodiac app.
- Author:
- Kevin Moore
<dev@kevin.moore.name>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic cookxml.cookswing.CookSwingAll the implementers share the same cookswing object.static iZodiacApp[]Using an array get round the field being final. -
Method Summary
Modifier and TypeMethodDescriptiondefault iZodiacAppImplementers of the interface can use this shortcut to get the zodiac application.default voidsetVarLookup(izSwing obj)static voidCall once to ensure all zSwing have access to the zodiac application.
-
Field Details
-
zapp
Using an array get round the field being final. -
cookSwing
static final cookxml.cookswing.CookSwing cookSwingAll the implementers share the same cookswing object.
-
-
Method Details
-
setZodiacApp
Call once to ensure all zSwing have access to the zodiac application. Being static means all objects share the same app.- Parameters:
z-
-
getZodiacApp
Implementers of the interface can use this shortcut to get the zodiac application.- Returns:
-
setVarLookup
-