nu.zoom.ldap.eon.desktop
Interface ComponentFactory

All Known Implementing Classes:
ComponentFactoryImpl

public interface ComponentFactory

Factory that produces EON components (those that are not plug-ins). All methods can be called from any thread (does not have to be the AWT dispatch thread).

Version:
$Revision: 1.7 $
Author:
$Author: johan $

Method Summary
 JComponent getAllAttributesComponent(InitialLdapContext iCtx, ConnectionInformation connectionInformation)
           
 void showNewConnection(InitialLdapContext iCtx, ConnectionInformation connectionInformation)
          Displays the 'start' component when a new connection is made.
 

Method Detail

showNewConnection

void showNewConnection(InitialLdapContext iCtx,
                       ConnectionInformation connectionInformation)
Displays the 'start' component when a new connection is made. This method is thread safe and may be called from any thread.

Parameters:
iCtx - The connection that was opened.
connectionInformation - A description of the connection so that the user can identifiy which connection this is.

getAllAttributesComponent

JComponent getAllAttributesComponent(InitialLdapContext iCtx,
                                     ConnectionInformation connectionInformation)


Copyright © 2011. All Rights Reserved.