| |
|
| java.awt.AWTEvent org.wings.event.SComponentEvent org.wings.event.SParentFrameEvent
Field Summary | |
final public static int | PARENTFRAME_ADDED An event with this ID indicates, that a component was added to
the container. | final public static int | PARENTFRAME_FIRST The first number of used IDs for parentFrame events. | final public static int | PARENTFRAME_LAST The last number of used IDs for container events. | final public static int | PARENTFRAME_REMOVED An event with this ID indicates, that a component was removed from
the container. |
Constructor Summary | |
public | SParentFrameEvent(SComponent modifiedComponent, int eventType, SFrame parentFrame) Event fired if parent frame of a component changes.
Parameters: modifiedComponent - The SComponent whoose parent frame changed. Parameters: eventType - The type of modifcation (i.e. |
PARENTFRAME_ADDED | final public static int PARENTFRAME_ADDED(Code) | | An event with this ID indicates, that a component was added to
the container.
|
PARENTFRAME_FIRST | final public static int PARENTFRAME_FIRST(Code) | | The first number of used IDs for parentFrame events.
|
PARENTFRAME_LAST | final public static int PARENTFRAME_LAST(Code) | | The last number of used IDs for container events.
|
PARENTFRAME_REMOVED | final public static int PARENTFRAME_REMOVED(Code) | | An event with this ID indicates, that a component was removed from
the container.
|
getParentFrame | public SFrame getParentFrame()(Code) | | the parentFrame that has been added or removed. |
|
|
|