|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfds.micro.ui.events.EventUI
fds.micro.ui.events.ComponentEvent
This class is used with Component sub-classes for component events (when component are hidden or shown).
Field Summary | |
static int |
COMPONENT_HIDDEN
Define the constant for a hidden component. |
static int |
COMPONENT_SHOWN
Define the constant for a shown component. |
Constructor Summary | |
ComponentEvent(Component source,
int type)
Build a component event raised by given source component. |
Method Summary | |
int |
getType()
Get the event type. |
java.lang.String |
toString()
Give String description of this event. |
Methods inherited from class fds.micro.ui.events.EventUI |
getSource |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int COMPONENT_HIDDEN
public static final int COMPONENT_SHOWN
Constructor Detail |
public ComponentEvent(Component source, int type)
source
- The component that have produced the event.type
- The event type. Must be COMPONENT_HIDDEN or COMPONENT_SHOWN.Method Detail |
public int getType()
public java.lang.String toString()
EventUI
toString
in class EventUI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |