|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceEvent.EventType | |
|---|---|
| javax.rad.genui | Contains a generic implementation of the platform and technology independent interfaces to design graphical user interfaces. |
| javax.rad.genui.event | Contains classes for genUI event handling. |
| Uses of ResourceEvent.EventType in javax.rad.genui |
|---|
| Methods in javax.rad.genui with parameters of type ResourceEvent.EventType | |
|---|---|
protected void |
UIResource.fireResourceChanged(ResourceEvent.EventType pType,
String pName,
Object pOld,
Object pNew)
Notifies all listeners about a change. |
| Uses of ResourceEvent.EventType in javax.rad.genui.event |
|---|
| Methods in javax.rad.genui.event that return ResourceEvent.EventType | |
|---|---|
ResourceEvent.EventType |
ResourceEvent.getEventType()
Gets the event type. |
static ResourceEvent.EventType |
ResourceEvent.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ResourceEvent.EventType[] |
ResourceEvent.EventType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in javax.rad.genui.event with parameters of type ResourceEvent.EventType | |
|---|---|
ResourceEvent(UIResource pResource,
ResourceEvent.EventType pType,
String pName,
Object pOld,
Object pNew)
Creates a new instance of ResourceEvent. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||