issrg.utils.gui.repository
Interface RepositoryMultiBrowser

All Known Implementing Classes:
ACMLDAPBrowser, ACMWebDAVBrowser, Editor2LDAPBrowser, Editor2WebDAVBrowser, LDAPMultiBrowser, PTLDAPBrowser, PTLDAPPolicyBrowser, PTWebDAVBrowser, WebDAVMultiBrowser

public interface RepositoryMultiBrowser


Method Summary
 javax.swing.ImageIcon getBrowserLogo()
          Get the image logo of this browser
 java.lang.String getBrowserName()
           
 void refreshConnection(boolean refreshNewConfig)
           
 void setBrowserLogo(javax.swing.ImageIcon logo)
          Set a image logo for this browser
 void setBrowserName(java.lang.String browserName)
          Set the browser name.
 

Method Detail

getBrowserName

java.lang.String getBrowserName()
Returns:
return the name of this browser as a string which maybe used to label this components if used in another component such as JTabbedPane

setBrowserName

void setBrowserName(java.lang.String browserName)
Set the browser name. This browser name maybe used to label this component when used by another swing component such as a JTabbedPane.


setBrowserLogo

void setBrowserLogo(javax.swing.ImageIcon logo)
Set a image logo for this browser


getBrowserLogo

javax.swing.ImageIcon getBrowserLogo()
Get the image logo of this browser


refreshConnection

void refreshConnection(boolean refreshNewConfig)