org.tridas.io.gui.control.fileList
Class FileListController
java.lang.Object
com.dmurph.mvc.control.FrontController
org.tridas.io.gui.control.fileList.FileListController
public class FileListController
- extends com.dmurph.mvc.control.FrontController
- Author:
- Daniel
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 |
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
FileListController
public FileListController()
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.