|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.ac.essex.common.action.impl.FileHandlerImpl<ImageFile>
uk.ac.essex.ia.imageview.IVFileHandler
public class IVFileHandler
Date: 15-Jul-2002
You should have received a copy of GNU public license with this code.
If not please visit this site | Field Summary | |
|---|---|
protected javax.swing.Action |
CLOSE_ACTION
|
| Fields inherited from class uk.ac.essex.common.action.impl.FileHandlerImpl |
|---|
appFrame, currentFile, fileList, fileOp |
| Fields inherited from interface uk.ac.essex.common.action.FileHandler |
|---|
NAME |
| Constructor Summary | |
|---|---|
IVFileHandler(ApplicationFrame applicationFrame)
|
|
| Method Summary | |
|---|---|
void |
addFile(ImageFile appFile)
Adds a file to the open file list |
void |
fireViewChanged(javax.swing.JPanel oldView,
javax.swing.JPanel newView)
This event is fired in response to view change in an MDI application |
void |
fireViewClosed(javax.swing.JPanel view)
|
void |
removeFile(ImageFile iaFile)
Removes a file from the open file list |
| Methods inherited from class uk.ac.essex.common.action.impl.FileHandlerImpl |
|---|
getCurrentFile, getFileOp, getFiles, setCurrentFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected javax.swing.Action CLOSE_ACTION
| Constructor Detail |
|---|
public IVFileHandler(ApplicationFrame applicationFrame)
| Method Detail |
|---|
public void addFile(ImageFile appFile)
FileHandler
addFile in interface FileHandler<ImageFile>addFile in class FileHandlerImpl<ImageFile>public void removeFile(ImageFile iaFile)
FileHandler
removeFile in interface FileHandler<ImageFile>removeFile in class FileHandlerImpl<ImageFile>iaFile -
public void fireViewChanged(javax.swing.JPanel oldView,
javax.swing.JPanel newView)
fireViewChanged in interface ViewChangeListenerpublic void fireViewClosed(javax.swing.JPanel view)
fireViewClosed in interface ViewChangeListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||