org.ChinaVO.FITSManager.FListViewOperator
Class FListViewOperateEvent
java.lang.Object
java.util.EventObject
org.ChinaVO.FITSManager.FListViewOperator.FListViewOperateEvent
- All Implemented Interfaces:
- java.io.Serializable
public class FListViewOperateEvent
- extends java.util.EventObject
FListViewOperator supply these event to announce listeners something happen.
FListViewOperateEvent.MOTION_REFRESH=1 |
refresh the FListView |
FListViewOperateEvent.MOTION_SHOWPOPUPMENU=2 |
going to show the PopupMenu |
FListViewOperateEvent.MOTION_DOUBLECLICK=3 |
double click a item in FListView |
- Version:
- v1.0.0 2009-11-16 12:44:54
- Author:
- Fany
- See Also:
- Serialized Form
Method Summary |
java.io.File[] |
getFiles()
Get Selected Files in current FListView. |
int |
getMotion()
Get the motion type. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MOTION_REFRESH
public static final int MOTION_REFRESH
- See Also:
- Constant Field Values
MOTION_SHOWPOPUPMENU
public static final int MOTION_SHOWPOPUPMENU
- See Also:
- Constant Field Values
MOTION_DOUBLECLICK
public static final int MOTION_DOUBLECLICK
- See Also:
- Constant Field Values
getFiles
public java.io.File[] getFiles()
- Get Selected Files in current FListView.
- Returns:
- files selected in current FListView.
getMotion
public int getMotion()
- Get the motion type.
- Returns:
- MOTION_REFRESH or MOTION_SHOWPOPUPMENU or MOTION_DOUBLECLICK