|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.jidesoft.utils.RegistrationEvent
public class RegistrationEvent
An AWTEvent that adds support for registration objects as the event source.
| Field Summary | |
|---|---|
static int |
REGISTRATION_ADDED
This event is delivered when the a new object is registered. |
static int |
REGISTRATION_CLEARED
This event is delivered when the whole registration is cleared |
static int |
REGISTRATION_EVENT_FIRST
The first number in the range of IDs used for DockableFrame events. |
static int |
REGISTRATION_EVENT_LAST
The last number in the range of IDs used for DockableFrame events. |
static int |
REGISTRATION_REMOVED
This event is delivered when the registered object is removed. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
RegistrationEvent(Object source,
int id)
Create a REGISTRATION_CLEARED event. |
|
RegistrationEvent(Object source,
int id,
Object object,
Object key,
Object context)
Constructs an RegistrationEvent object. |
|
| Method Summary | |
|---|---|
Object |
getContext()
|
int |
getId()
|
Object |
getKey()
|
Object |
getObject()
|
String |
toString()
|
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int REGISTRATION_EVENT_FIRST
DockableFrame events.
public static final int REGISTRATION_EVENT_LAST
DockableFrame events.
public static final int REGISTRATION_ADDED
public static final int REGISTRATION_REMOVED
public static final int REGISTRATION_CLEARED
| Constructor Detail |
|---|
public RegistrationEvent(Object source,
int id)
source - id - must be equal to REGISTRATION_CLEARED.
public RegistrationEvent(Object source,
int id,
Object object,
Object key,
Object context)
RegistrationEvent object.
source - the Registration object that originated the eventid - an integer indicating the type of event| Method Detail |
|---|
public Object getKey()
public Object getContext()
public Object getObject()
public int getId()
public String toString()
toString in class EventObject
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||