com.jaxfront.core.ui
Class WindowWrapper

java.lang.Object
  extended by com.jaxfront.core.ui.WindowWrapper

public class WindowWrapper
extends java.lang.Object


Constructor Summary
WindowWrapper(javax.swing.JInternalFrame internalFrame)
           
WindowWrapper(java.awt.Window window)
           
 
Method Summary
 void addInternalFrameListener(javax.swing.event.InternalFrameListener l)
          Adds the specified window listener to receive window events from this window.
 void addWindowListener(java.awt.event.WindowListener l)
          Adds the specified window listener to receive window events from this window.
 java.awt.Component getHolder()
           
 void removeInteralFrameListener(javax.swing.event.InternalFrameListener l)
          Removes the specified window listener so that it no longer receives window events from this window.
 void removeWindowListener(java.awt.event.WindowListener l)
          Removes the specified window listener so that it no longer receives window events from this window.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowWrapper

public WindowWrapper(javax.swing.JInternalFrame internalFrame)

WindowWrapper

public WindowWrapper(java.awt.Window window)
Method Detail

removeWindowListener

public void removeWindowListener(java.awt.event.WindowListener l)
Removes the specified window listener so that it no longer receives window events from this window. If l is null, no exception is thrown and no action is performed.

Parameters:
l - the window listener
See Also:
addWindowListener(java.awt.event.WindowListener), #getWindowListeners

addWindowListener

public void addWindowListener(java.awt.event.WindowListener l)
Adds the specified window listener to receive window events from this window. If l is null, no exception is thrown and no action is performed.

Parameters:
l - the window listener
See Also:
removeWindowListener(java.awt.event.WindowListener), #getWindowListeners

removeInteralFrameListener

public void removeInteralFrameListener(javax.swing.event.InternalFrameListener l)
Removes the specified window listener so that it no longer receives window events from this window. If l is null, no exception is thrown and no action is performed.

Parameters:
l - the window listener
See Also:
addWindowListener(java.awt.event.WindowListener), #getWindowListeners

addInternalFrameListener

public void addInternalFrameListener(javax.swing.event.InternalFrameListener l)
Adds the specified window listener to receive window events from this window. If l is null, no exception is thrown and no action is performed.

Parameters:
l - the window listener
See Also:
removeWindowListener(java.awt.event.WindowListener), #getWindowListeners

getHolder

public java.awt.Component getHolder()