public class FormDesignEvent extends EventObject
DesignerCore to
notify listeners when a form has been created or deleted.| Modifier and Type | Field and Description |
|---|---|
static int |
CREATED
Value for
id_ indicating whether this event shows that a form
was created. |
static int |
DELETED
Value for
id_ indicating whether this event shows that a form
was deleted. |
protected FormDesign |
formDesign_
The form that was created/deleted.
|
protected int |
id_
Member indicating what type of FormDesignEvent this is.
|
source| Constructor and Description |
|---|
FormDesignEvent(Object source,
FormDesign formDesign,
int id)
Create a
FormDesignEvent notifying that form has
been created/removed. |
| Modifier and Type | Method and Description |
|---|---|
FormDesign |
getFormDesign()
Returns the
FormDesign. |
int |
getId()
Returns id_.
|
getSource, toStringpublic static final int CREATED
id_ indicating whether this event shows that a form
was created.public static final int DELETED
id_ indicating whether this event shows that a form
was deleted.protected final int id_
ADDED or REMOVED.protected final FormDesign formDesign_
public FormDesignEvent(Object source, FormDesign formDesign, int id)
FormDesignEvent notifying that form has
been created/removed.public FormDesign getFormDesign()
FormDesign.public int getId()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.