|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectEvent | |
com.jxcell |
Uses of ObjectEvent in com.jxcell |
Methods in com.jxcell with parameters of type ObjectEvent | |
void |
JBookApplet.objectClicked(ObjectEvent objectevent)
|
void |
JBookApplet.objectDblClicked(ObjectEvent objectevent)
|
void |
JBookApplet.objectGotFocus(ObjectEvent objectevent)
|
void |
JBookApplet.objectLostFocus(ObjectEvent objectevent)
|
void |
JBookApplet.objectValueChanged(ObjectEvent objectevent)
|
void |
ObjectListener.objectClicked(ObjectEvent objectevent)
This method is called to notify the listener of a single-click event occuring on the object |
void |
ObjectListener.objectDblClicked(ObjectEvent objectevent)
The method is called to notify the listener of a double-click event occuring on the object |
void |
ObjectListener.objectGotFocus(ObjectEvent objectevent)
As each object gains keyboard focus, this method is called to notify all listeners of this new state |
void |
ObjectListener.objectLostFocus(ObjectEvent objectevent)
When an object loses keyboard focus, this method notifies registered listeners of this change in state |
void |
ObjectListener.objectValueChanged(ObjectEvent objectevent)
Whenever the "value" of an object changes (applicable to checkboxes and list boxes) this method notifies the listener of this change |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |