|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
org.globus.cog.gui.setup.events.NavEvent
Navigation event
| Field Summary | |
static int |
Cancel
|
static int |
Finish
|
static int |
Jump
|
static int |
Next
|
static int |
Prev
|
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
NavEvent(Component source,
int navAction)
|
|
NavEvent(Component source,
int navAction,
int jumpIndex)
|
|
| Method Summary | |
int |
getJumpIndex()
|
int |
getNavAction()
|
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static int Cancel
public static int Prev
public static int Next
public static int Finish
public static int Jump
| Constructor Detail |
public NavEvent(Component source,
int navAction)
public NavEvent(Component source,
int navAction,
int jumpIndex)
| Method Detail |
public int getNavAction()
public int getJumpIndex()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||