Chapter 16 Working with PowerBuilder


Window

You design a PowerBuilder window using a class with the <<window>> stereotype.

Window properties are defined as follow:

PB window property designed as
Control inner class with <<control>> stereotype
Instance variable Attribute
Shared variable Static attribute
Property Attribute with <<property>> stereotype
Function Operation
Event Operation with <<event>> stereotype or operation with non-null event name
Structure in object Inner class with <<structure>> stereotype

 


Copyright (C) 2005. Sybase Inc. All rights reserved.