abbot.editor.recorder
Class AbstractInternalFrameWatcher

java.lang.Object
  extended by javax.swing.event.InternalFrameAdapter
      extended by abbot.editor.recorder.AbstractInternalFrameWatcher
All Implemented Interfaces:
ComponentListener, EventListener, InternalFrameListener

public abstract class AbstractInternalFrameWatcher
extends InternalFrameAdapter
implements ComponentListener


Constructor Summary
AbstractInternalFrameWatcher(JInternalFrame f)
           
 
Method Summary
 void componentHidden(ComponentEvent e)
           
 void componentMoved(ComponentEvent e)
           
 void componentResized(ComponentEvent e)
           
 void componentShown(ComponentEvent e)
           
protected abstract  void dispatch(AWTEvent e)
           
 void internalFrameClosing(InternalFrameEvent e)
           
 void internalFrameDeiconified(InternalFrameEvent e)
           
 void internalFrameIconified(InternalFrameEvent e)
           
 
Methods inherited from class javax.swing.event.InternalFrameAdapter
internalFrameActivated, internalFrameClosed, internalFrameDeactivated, internalFrameOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractInternalFrameWatcher

public AbstractInternalFrameWatcher(JInternalFrame f)
Method Detail

dispatch

protected abstract void dispatch(AWTEvent e)

componentHidden

public void componentHidden(ComponentEvent e)
Specified by:
componentHidden in interface ComponentListener

internalFrameClosing

public void internalFrameClosing(InternalFrameEvent e)
Specified by:
internalFrameClosing in interface InternalFrameListener
Overrides:
internalFrameClosing in class InternalFrameAdapter

internalFrameIconified

public void internalFrameIconified(InternalFrameEvent e)
Specified by:
internalFrameIconified in interface InternalFrameListener
Overrides:
internalFrameIconified in class InternalFrameAdapter

internalFrameDeiconified

public void internalFrameDeiconified(InternalFrameEvent e)
Specified by:
internalFrameDeiconified in interface InternalFrameListener
Overrides:
internalFrameDeiconified in class InternalFrameAdapter

componentShown

public void componentShown(ComponentEvent e)
Specified by:
componentShown in interface ComponentListener

componentResized

public void componentResized(ComponentEvent e)
Specified by:
componentResized in interface ComponentListener

componentMoved

public void componentMoved(ComponentEvent e)
Specified by:
componentMoved in interface ComponentListener


Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge