|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.ide.navigator.ApplicationChangeEvent
public final class ApplicationChangeEvent
Event object representing a change in the selected application in an application navigator. In general, these events arrive in pairs, since a change in the selected application involves deselecting the old application followed by selecting the new application. Thus, there are two events arriving in the following sequence:
DESELECTED state and getApplication() returns the old application.SELECTED state and getApplication() returns the new application.| Field Summary | |
|---|---|
static int |
DESELECTEDState change value returned from getStateChange() when the ApplicationChangeEvent was triggered by deselecting an application. |
static int |
SELECTEDState change value returned from getStateChange() when the ApplicationChangeEvent was triggered by selecting an application. |
| Method Summary | |
|---|---|
Workspace |
getApplication()Returns the application for which this event applies. |
int |
getStateChange()Returns an integer specifying what kind of change event occurred. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DESELECTED
getStateChange() when the ApplicationChangeEvent was triggered by deselecting an application.
public static final int SELECTED
getStateChange() when the ApplicationChangeEvent was triggered by selecting an application.
| Method Detail |
|---|
public int getStateChange()
DESELECTED and SELECTED.public Workspace getApplication()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||