|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
charva.awt.event.AWTEvent
charva.awt.event.AdjustmentEvent
The adjustment event emitted by Adjustable objects (eg a scrollbar).
| Field Summary |
| Fields inherited from class charva.awt.event.AWTEvent |
ACTION_PERFORMED, ADJUSTMENT_EVENT, FOCUS_GAINED, FOCUS_LOST, GARBAGE_COLLECTION, INVOCATION_EVENT, ITEM_STATE_CHANGED, KEY_PRESSED, KEY_TYPED, LIST_SELECTION, MOUSE_EVENT, PAINT_EVENT, RESERVED_ID_MAX, SCROLL_EVENT, SYNC_EVENT, WINDOW_CLOSING, WINDOW_OPENED |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
AdjustmentEvent(Component source_,
int value_)
Create a new AdjustmentEvent. |
|
| Method Summary | |
Component |
getAdjustable()
|
int |
getValue()
|
| Methods inherited from class charva.awt.event.AWTEvent |
getID |
| 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 |
| Constructor Detail |
public AdjustmentEvent(Component source_,
int value_)
source_ - The component to which the event must be delivered.value_ - The value of the adjustable component.| Method Detail |
public Component getAdjustable()
public int getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||