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
Fields in org.jcsp.awt declared as ActiveTextArea Modifier and Type Field Description private ActiveTextArea
ActiveTextEnterArea. area
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.
-