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