Specifications

COM+ reference
132
Glink: API reference manual Gallagher & Robertson
GlinkScreenArea class
Class GlinkScreenArea
GlinkApi
ยช
GlinkScreenArea
class GlinkScreenArea
Use GlinkScreenArea objects to facilitate screen/form identification. Often a
given text string at a specific location is enough to identify the current screen.
Use the GlinkApi.getScreenArea to get an object for a given screen area and use
the GlinkApi.notifyScreenArea for later be notified when the current screen
matches this object. You may also use the GlinkApi.isScreenAreaMatch method
to check if the object matches the current screen.
Two types of screen area are supported: rectangle and standard area. The latter
goes from the starting point and continues on a line-by-line basis to the end
point.
See also:
GlinkApi.getScreenArea(GlinkPoint, GlinkPoint, boolean),
GlinkApi.getMarkedScreenArea(),
GlinkApi.notifyScreenArea(GlinkScreenArea, int, boolean),
GlinkApi.isScreenAreaMatch(GlinkScreenArea)
Constructor Summary
GlinkScreenArea(GlinkPoint start, GlinkPoint end, boolean rectangle, String
string)
Method Summary
GlinkPoint getEnd()
Returns the end posistion for screen area.
GlinkPoint getStart()
Returns the start posistion for the screen area.