org.ChinaVO.FITSManager.FListViewOperator
Class FListViewOperateEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
static int MOTION_DOUBLECLICK
           
static int MOTION_REFRESH
           
static int MOTION_SHOWPOPUPMENU
           
 
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
 

Field Detail

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
Method Detail

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