comparison dwtx/ui/forms/IManagedForm.d @ 90:7ffeace6c47f

Update 3.4M7 to 3.4
author Frank Benoit <benoit@tionex.de>
date Sun, 06 Jul 2008 23:30:07 +0200
parents 5d489b9f966c
children
comparison
equal deleted inserted replaced
89:040da1cb0d76 90:7ffeace6c47f
33 * This interface should not be extended or implemented. New form instances 33 * This interface should not be extended or implemented. New form instances
34 * should be created using ManagedForm. 34 * should be created using ManagedForm.
35 * 35 *
36 * @see ManagedForm 36 * @see ManagedForm
37 * @since 3.0 37 * @since 3.0
38 * @noimplement This interface is not intended to be implemented by clients.
38 */ 39 */
39 public interface IManagedForm { 40 public interface IManagedForm {
40 /** 41 /**
41 * Initializes the form by looping through the managed parts and 42 * Initializes the form by looping through the managed parts and
42 * initializing them. Has no effect if already called once. 43 * initializing them. Has no effect if already called once.