ptolemy.vergil.gt
Class TransformationEditor.ViewController

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

private class TransformationEditor.ViewController
extends java.lang.Object
implements java.awt.event.WindowListener


Constructor Summary
TransformationEditor.ViewController()
           
 
Method Summary
protected  void _close()
           
protected  void _handleErrors(java.lang.Throwable throwable)
           
 void windowActivated(java.awt.event.WindowEvent e)
           
 void windowClosed(java.awt.event.WindowEvent e)
           
 void windowClosing(java.awt.event.WindowEvent e)
           
 void windowDeactivated(java.awt.event.WindowEvent e)
           
 void windowDeiconified(java.awt.event.WindowEvent e)
           
 void windowIconified(java.awt.event.WindowEvent e)
           
 void windowOpened(java.awt.event.WindowEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformationEditor.ViewController

TransformationEditor.ViewController()
Method Detail

windowActivated

public void windowActivated(java.awt.event.WindowEvent e)
Specified by:
windowActivated in interface java.awt.event.WindowListener

windowClosed

public void windowClosed(java.awt.event.WindowEvent e)
Specified by:
windowClosed in interface java.awt.event.WindowListener

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)
Specified by:
windowClosing in interface java.awt.event.WindowListener

windowDeactivated

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

windowDeiconified

public void windowDeiconified(java.awt.event.WindowEvent e)
Specified by:
windowDeiconified in interface java.awt.event.WindowListener

windowIconified

public void windowIconified(java.awt.event.WindowEvent e)
Specified by:
windowIconified in interface java.awt.event.WindowListener

windowOpened

public void windowOpened(java.awt.event.WindowEvent e)
Specified by:
windowOpened in interface java.awt.event.WindowListener

_close

protected void _close()

_handleErrors

protected void _handleErrors(java.lang.Throwable throwable)