| java.lang.Object java.util.EventObject com.jidesoft.converter.RegistrationEvent
RegistrationEvent | public class RegistrationEvent extends EventObject (Code) | | An AWTEvent that adds support for
registration objects as the event source.
|
REGISTRATION_ADDED | final public static int REGISTRATION_ADDED(Code) | | This event is delivered when the
a new object is registered.
|
REGISTRATION_CLEARED | final public static int REGISTRATION_CLEARED(Code) | | This event is delivered when
the whole regisration is cleared
|
REGISTRATION_EVENT_FIRST | final public static int REGISTRATION_EVENT_FIRST(Code) | | The first number in the range of IDs used for DockableFrame events.
|
REGISTRATION_EVENT_LAST | final public static int REGISTRATION_EVENT_LAST(Code) | | The last number in the range of IDs used for DockableFrame events.
|
REGISTRATION_REMOVED | final public static int REGISTRATION_REMOVED(Code) | | This event is delivered when
the registered object is removed.
|
RegistrationEvent | public RegistrationEvent(Object source, int id)(Code) | | Create a REGISTRATION_CLEARED event.
Parameters: source - Parameters: id - must be equal to REGISTRATION_CLEARED. |
RegistrationEvent | public RegistrationEvent(Object source, int id, Object object, Object key, Object context)(Code) | | Constructs an RegistrationEvent object.
Parameters: source - the Registration object that originated the event Parameters: id - an integer indicating the type of event |
|
|