| Summary: | Support for Swing like "lazy creation" pattern in SWT | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Konstantin Scheglov <Konstantin.Scheglov> |
| Component: | WindowBuilder | Assignee: | Konstantin Scheglov <Konstantin.Scheglov> |
| Status: | CLOSED INVALID | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P5 | CC: | clayberg |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Konstantin Scheglov
Probably better approach: each widget should be in field and in each parent method we just call createSomeChild() methods. Or getSomeChild() methods, but without using result of "get", just to allow to change later its modifier from "private" to "public" and allow its displaying in VI. There was also idea was that we can always call getSomeChild(parent), but "parent" is used only first time, during UI construction. Closing. Please reopen if this is still an issue. |