|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.ibm.as400.ui.framework.java.DoubleClickEvent
Used to notify listeners that a double-click has occurred on an item in a list, table or tree component that is being managed by the UI framework.
DoubleClickListener, Serialized Form| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
DoubleClickEvent(java.awt.Component source,
java.lang.Object item)
Constructs a DoubleClickEvent. |
|
| Method Summary | |
java.lang.Object |
getItem()
Returns the descriptor for the selected item. |
| 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 DoubleClickEvent(java.awt.Component source,
java.lang.Object item)
DoubleClickEvent.source - the Component which is the source of the eventitem - the descriptor object which represents the item that the user double-clicked| Method Detail |
public java.lang.Object getItem()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||