|
MDateSelector | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
mseries.Calendar.GridSelectionEvent
public class GridSelectionEvent
An Event class used to notify listeners that ther has been a change in the Selceted grid square
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
GridSelectionEvent(Object source,
boolean quit)
|
|
GridSelectionEvent(Object source,
int x,
int y)
|
|
GridSelectionEvent(Object source,
Point cell)
|
|
| Method Summary | |
|---|---|
int |
getX()
|
int |
getY()
|
boolean |
isExitEvent()
|
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 |
| Constructor Detail |
|---|
public GridSelectionEvent(Object source,
int x,
int y)
public GridSelectionEvent(Object source,
Point cell)
public GridSelectionEvent(Object source,
boolean quit)
| Method Detail |
|---|
public int getX()
public int getY()
public boolean isExitEvent()
public String toString()
toString in class EventObject
|
MDateSelector | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||