gui
Class GUIUtils.WindowDocker

java.lang.Object
  extended by gui.GUIUtils.WindowDocker
Enclosing class:
GUIUtils

public static class GUIUtils.WindowDocker
extends java.lang.Object


Nested Class Summary
private static interface GUIUtils.WindowDocker.IDockInterface
          This needs to be an interface for compilation in JDK 1.1.8.
private  class GUIUtils.WindowDocker.InternalListener
           
 
Field Summary
private  java.awt.Component m_component
           
private  GUIUtils.WindowDocker.InternalListener m_listener
           
private  java.awt.Window m_parentWindow
           
private  JobQueue m_queue
           
 
Constructor Summary
GUIUtils.WindowDocker(java.awt.Component a_window)
           
 
Method Summary
 void finalize()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_queue

private JobQueue m_queue

m_component

private java.awt.Component m_component

m_listener

private GUIUtils.WindowDocker.InternalListener m_listener

m_parentWindow

private java.awt.Window m_parentWindow
Constructor Detail

GUIUtils.WindowDocker

public GUIUtils.WindowDocker(java.awt.Component a_window)
Method Detail

finalize

public void finalize()
Overrides:
finalize in class java.lang.Object