|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LwAWTEvent | |
org.zaval.lw | This is basic package of the light weight library. |
org.zaval.lw.event | Different events related to the light weight components. |
org.zaval.lw.grid | This is set of classes to implement the light weight grid and tree grid components. |
Uses of LwAWTEvent in org.zaval.lw |
Methods in org.zaval.lw with parameters of type LwAWTEvent | |
void |
LwFilePanel.childPerformed(LwAWTEvent e)
|
void |
LwWinLayer.childPerformed(LwAWTEvent e)
|
Uses of LwAWTEvent in org.zaval.lw.event |
Subclasses of LwAWTEvent in org.zaval.lw.event | |
class |
LwComponentEvent
This class is used with light weight components to notify when a component has been shown, hidden, disabled or enabled. |
class |
LwContainerEvent
This class is used with light weight containers to notify when a component has been added to the conatiner or removed from the container. |
class |
LwFocusEvent
This class is used with light weight components to notify when a component gots or losts focus. |
class |
LwKeyEvent
This class is used with light weight components to describe keyboard events. |
class |
LwMouseEvent
This class is used with light weight components to describe mouse events. |
class |
LwMouseMotionEvent
This class is used with light weight components to describe mouse motion events. |
class |
LwWinEvent
This class is used with light weight components to notify when a window component has been opened, closed, activated or deactivated. |
Methods in org.zaval.lw.event with parameters of type LwAWTEvent | |
void |
LwEventManager.perform(LwAWTEvent e)
Performs the specified light weight event. |
void |
LwChildrenListener.childPerformed(LwAWTEvent e)
Invoked whenever an event has been performed. |
Uses of LwAWTEvent in org.zaval.lw.grid |
Methods in org.zaval.lw.grid with parameters of type LwAWTEvent | |
void |
LwGrid.childPerformed(LwAWTEvent e)
|
boolean |
LwEditorProvider.shouldStartEdit(int row,
int col,
LwAWTEvent e)
Tests if the specified event should perform editing process for the specified cell. |
boolean |
LwDefEditors.shouldStartEdit(int row,
int col,
LwAWTEvent e)
Tests if the specified event should perform editing process for the specified cell. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |