ca.sqlpower.wabit.swingui.enterprise
Class ServerInfoManager

java.lang.Object
  extended by ca.sqlpower.wabit.swingui.enterprise.ServerInfoManager

public class ServerInfoManager
extends java.lang.Object

A GUI for maintaining the manually-configured server info objects.


Constructor Summary
ServerInfoManager(WabitSessionContext m_context, java.awt.Component m_dialogOwner, java.lang.Runnable closeAction)
          Creates a panel that displays the currently configured server connections.
 
Method Summary
 javax.swing.JPanel getPanel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerInfoManager

public ServerInfoManager(WabitSessionContext m_context,
                         java.awt.Component m_dialogOwner,
                         java.lang.Runnable closeAction)
Creates a panel that displays the currently configured server connections. New connections can be added from this panel and existing connections can be modified or removed.

Parameters:
m_context - A Wabit context that contains server connection information.
m_dialogOwner - A component that will be used as the dialog owner for other panels.
closeAction - An action that will properly close the object displaying the panel.
Method Detail

getPanel

public javax.swing.JPanel getPanel()


Copyright © 2009. All Rights Reserved.