|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
buoy.event.SelectionChangedEvent
public class SelectionChangedEvent
SelectionChangedEvents are generated by Widgets that allow the user to select part of their contents, whenever the selection changes.
Constructor Summary | |
---|---|
SelectionChangedEvent(Widget widget)
Create a SelectionChangedEvent. |
|
SelectionChangedEvent(Widget widget,
boolean inProgress)
Create a SelectionChangedEvent. |
Method Summary | |
---|---|
Widget |
getWidget()
Get the Widget which generated this event. |
boolean |
isInProgress()
Determine whether this event represents a selection change that is still in progress. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SelectionChangedEvent(Widget widget)
widget
- the Widget whose selection has changedpublic SelectionChangedEvent(Widget widget, boolean inProgress)
widget
- the Widget whose selection has changedinProgress
- specifies whether this event represents a selection change that is still in progressMethod Detail |
---|
public Widget getWidget()
getWidget
in interface WidgetEvent
public boolean isInProgress()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |