Uses of Class
org.jcsp.awt.ActiveFrame
-
Packages that use ActiveFrame Package Description org.jcsp.awt This provides CSP extensions for all AWTComponent
components: GUI events and widget configurations map to channel communications. -
-
Uses of ActiveFrame in org.jcsp.awt
Fields in org.jcsp.awt declared as ActiveFrame Modifier and Type Field Description private ActiveFrame
ActiveClosingFrame. frame
Methods in org.jcsp.awt that return ActiveFrame Modifier and Type Method Description ActiveFrame
ActiveClosingFrame. getActiveFrame()
This is used to get the ActiveFrame within this component so that it can be configured or have components added (usingFrame
orActiveFrame
methods).
-