|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.utep.cs.utjml.canica.filebrowser.FileBrowserController
public class FileBrowserController
This class implements the services to the Filebrowserable interface. Its main functionalitly is to control the internal classes in the File Browser System and integrate the objects (directory browser, document selector, and file statistics) to the FileBrowserView object.
| Constructor Summary | |
|---|---|
FileBrowserController(Mainable canica)
Constructor, initialize its data members |
|
| Method Summary | |
|---|---|
DirTreeable |
getDirTreeable()
It returns the interface to acces the Directory tree |
DocumentSelectorable |
getDocumentSelectorable()
It returns the interface to access the Document Selector |
JPanel |
getFileBrowserView()
It returns a panel object containing the file browser view, which three components are: Directory browser, document selector and file statistics. |
FileStatisticsable |
getFileStatisticsable()
It returns the interface to access the File Statistics |
void |
updateDirBrowserPopupActions(File file)
Enables or Disables the popup actions to Dir Browser. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileBrowserController(Mainable canica)
| Method Detail |
|---|
public JPanel getFileBrowserView()
FileBrowserable
getFileBrowserView in interface FileBrowserablepublic DirTreeable getDirTreeable()
FileBrowserable
getDirTreeable in interface FileBrowserablepublic DocumentSelectorable getDocumentSelectorable()
FileBrowserable
getDocumentSelectorable in interface FileBrowserablepublic FileStatisticsable getFileStatisticsable()
FileBrowserable
getFileStatisticsable in interface FileBrowserablepublic void updateDirBrowserPopupActions(File file)
|
UTJML | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||