|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.events.KeyedEvent
wt.eff.EffGroupAssistantEvent
public class EffGroupAssistantEvent
Events emitted by the EffGroupAssistant for customization purposes.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
POST_APPEND_EFF_GROUPS
A constant that defines an event key that marks the occurrence of the pre-append (by the appendEffGroups API) event. |
static String |
POST_APPEND_EFF_VECTOR
A constant that defines an event key that marks the occurrence of the post-append event. |
static String |
POST_REPLACE_EFF_VECTOR
A constant that defines an event key that marks the occurrence of the post-replace event. |
static String |
PRE_APPEND_EFF_GROUPS
A constant that defines an event key that marks the occurrence of the pre-append (by the appendEffGroups API) event. |
static String |
PRE_APPEND_EFF_VECTOR
A constant that defines an event key that marks the occurrence of the pre-append event. |
static String |
PRE_REPLACE_EFF_VECTOR
A constant that defines an event key that marks the occurrence of the pre-replace event. |
| Method Summary | |
|---|---|
EffGroup[] |
getEffGroups()
Gets the value of the attribute: effGroups; The groups (used only by the PRE/POST_APPEND_EFF_GROUPS events. |
EffRecordable[] |
getEffRecordables()
Gets the value of the attribute: effRecordables; The target of the event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String PRE_REPLACE_EFF_VECTOR
public static final String POST_REPLACE_EFF_VECTOR
public static final String PRE_APPEND_EFF_VECTOR
public static final String POST_APPEND_EFF_VECTOR
public static final String PRE_APPEND_EFF_GROUPS
public static final String POST_APPEND_EFF_GROUPS
| Method Detail |
|---|
public EffRecordable[] getEffRecordables()
public EffGroup[] getEffGroups()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||