Uses of Interface
net.sf.tweety.beliefdynamics.gui.RevisionComparePresenter.FileHandler
- 
Packages that use RevisionComparePresenter.FileHandler Package Description net.sf.tweety.beliefdynamics.gui  - 
- 
Uses of RevisionComparePresenter.FileHandler in net.sf.tweety.beliefdynamics.gui
Classes in net.sf.tweety.beliefdynamics.gui that implement RevisionComparePresenter.FileHandler Modifier and Type Class Description private static classRevisionComparePresenter.DefaultFileHandlerdoes not try to load the file but only return nullFields in net.sf.tweety.beliefdynamics.gui declared as RevisionComparePresenter.FileHandler Modifier and Type Field Description private RevisionComparePresenter.FileHandlerRevisionComparePresenter. fileHandlerthe default file handler cannot load any files and has to be replacedMethods in net.sf.tweety.beliefdynamics.gui with parameters of type RevisionComparePresenter.FileHandler Modifier and Type Method Description voidRevisionComparePresenter. setFileHandler(RevisionComparePresenter.FileHandler handler)Sets a file handler which is responsible to filter the open file dialog and to load the selected file. 
 -