fdda.dialog.swing
Class MainFrame.SystemFrameListener

java.lang.Object
  |
  +--javax.swing.event.InternalFrameAdapter
        |
        +--fdda.dialog.swing.MainFrame.SystemFrameListener
All Implemented Interfaces:
EventListener, InternalFrameListener
Enclosing class:
MainFrame

class MainFrame.SystemFrameListener
extends InternalFrameAdapter

Internal listener for changes of the windows.


Constructor Summary
MainFrame.SystemFrameListener(SystemFrame newSF)
          Constructor
 
Method Summary
 SystemFrame getSystemFrame()
          Returns the system frame
 void internalFrameActivated(InternalFrameEvent e)
           
 void internalFrameClosed(InternalFrameEvent ife)
           
 void internalFrameDeactivated(InternalFrameEvent e)
           
 
Methods inherited from class javax.swing.event.InternalFrameAdapter
internalFrameClosing, internalFrameDeiconified, internalFrameIconified, internalFrameOpened
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainFrame.SystemFrameListener

public MainFrame.SystemFrameListener(SystemFrame newSF)
Constructor

Parameters:
newSF - the system frame
Method Detail

getSystemFrame

public SystemFrame getSystemFrame()
Returns the system frame

Returns:
the system frame

internalFrameActivated

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

internalFrameDeactivated

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

internalFrameClosed

public void internalFrameClosed(InternalFrameEvent ife)
Specified by:
internalFrameClosed in interface InternalFrameListener
Overrides:
internalFrameClosed in class InternalFrameAdapter


API documentation for FDDA version 0.9. Generated on 17/02/2004 14:12.