Uses of Class
org.jcsp.awt.ActiveTextField
-
Packages that use ActiveTextField Package Description org.jcsp.awt This provides CSP extensions for all AWTComponent
components: GUI events and widget configurations map to channel communications. -
-
Uses of ActiveTextField in org.jcsp.awt
Methods in org.jcsp.awt that return ActiveTextField Modifier and Type Method Description ActiveTextField
ActiveTextEnterField. getActiveTextField()
This is used to get the ActiveTextField within this component so that it can be configured (usingTextField
orActiveTextField
methods) or added to some container.
-