org.tridas.io.gui.control.fileList
Class FileListController

java.lang.Object
  extended by com.dmurph.mvc.control.FrontController
      extended by org.tridas.io.gui.control.fileList.FileListController

public class FileListController
extends com.dmurph.mvc.control.FrontController

Author:
Daniel

Field Summary
static String ADD_FILE
           
static String ADD_MULTIPLE_FILES
           
static String BROWSE
           
static String REMOVE_ALL
           
static String REMOVE_SELECTED
           
 
Constructor Summary
FileListController()
           
 
Method Summary
 void addFile(com.dmurph.mvc.MVCEvent argEvent)
           
 void addMultipleFiles(com.dmurph.mvc.MVCEvent argEvent)
           
 void browse(com.dmurph.mvc.MVCEvent argEvent)
           
 void removeAll(com.dmurph.mvc.MVCEvent argEvent)
           
 void removeSelected(com.dmurph.mvc.MVCEvent argEvent)
           
 
Methods inherited from class com.dmurph.mvc.control.FrontController
registerCommand, registerCommand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REMOVE_SELECTED

public static final String REMOVE_SELECTED
See Also:
Constant Field Values

REMOVE_ALL

public static final String REMOVE_ALL
See Also:
Constant Field Values

ADD_FILE

public static final String ADD_FILE
See Also:
Constant Field Values

ADD_MULTIPLE_FILES

public static final String ADD_MULTIPLE_FILES
See Also:
Constant Field Values

BROWSE

public static final String BROWSE
See Also:
Constant Field Values
Constructor Detail

FileListController

public FileListController()
Method Detail

removeAll

public void removeAll(com.dmurph.mvc.MVCEvent argEvent)

removeSelected

public void removeSelected(com.dmurph.mvc.MVCEvent argEvent)

addFile

public void addFile(com.dmurph.mvc.MVCEvent argEvent)

addMultipleFiles

public void addMultipleFiles(com.dmurph.mvc.MVCEvent argEvent)

browse

public void browse(com.dmurph.mvc.MVCEvent argEvent)


Copyright © 2011. All Rights Reserved.