ptolemy.vergil.gt
Class TransformationEditor.BatchMatchAction.MultipleViewController

java.lang.Object
  extended by ptolemy.vergil.gt.TransformationEditor.ViewController
      extended by ptolemy.vergil.gt.TransformationEditor.BatchMatchAction.MultipleViewController
All Implemented Interfaces:
java.awt.event.WindowListener, java.util.EventListener
Enclosing class:
TransformationEditor.BatchMatchAction

private class TransformationEditor.BatchMatchAction.MultipleViewController
extends TransformationEditor.ViewController


Field Summary
private  java.util.List<MatchResult>[] _allResults
           
private  java.io.File[] _files
           
private  int _index
           
private  CompositeEntity[] _models
           
private  int _nextIndex
           
private  int _previousIndex
           
private  MatchResultViewer[] _viewers
           
 
Constructor Summary
TransformationEditor.BatchMatchAction.MultipleViewController()
           
 
Method Summary
protected  void _close()
           
private  int _findNextMatch(int index)
           
private  int _findPreviousMatch(int index)
           
private  void _viewCurrentModel()
           
 void windowDeactivated(java.awt.event.WindowEvent e)
           
 
Methods inherited from class ptolemy.vergil.gt.TransformationEditor.ViewController
_handleErrors, windowActivated, windowClosed, windowClosing, windowDeiconified, windowIconified, windowOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_allResults

private java.util.List<MatchResult>[] _allResults

_files

private java.io.File[] _files

_index

private int _index

_models

private CompositeEntity[] _models

_nextIndex

private int _nextIndex

_previousIndex

private int _previousIndex

_viewers

private MatchResultViewer[] _viewers
Constructor Detail

TransformationEditor.BatchMatchAction.MultipleViewController

TransformationEditor.BatchMatchAction.MultipleViewController()
Method Detail

windowDeactivated

public void windowDeactivated(java.awt.event.WindowEvent e)
Specified by:
windowDeactivated in interface java.awt.event.WindowListener
Overrides:
windowDeactivated in class TransformationEditor.ViewController

_close

protected void _close()
Overrides:
_close in class TransformationEditor.ViewController

_findNextMatch

private int _findNextMatch(int index)
                    throws java.net.MalformedURLException,
                           java.lang.Exception
Throws:
java.net.MalformedURLException
java.lang.Exception

_findPreviousMatch

private int _findPreviousMatch(int index)

_viewCurrentModel

private void _viewCurrentModel()